When I use getX bindings, I have to Get.lazyput all controllers bindings in root page, in order for bottom navigation bar to work. Is there any way to get around this, how could I use one bindings for one page exclusively so later on when I use middleware I don't add extra complication. Really appreciate if you could help !
part of 'app_pages.dart'; // DO NOT EDIT. This is code generated via package:get_cli/get_cli.dart abstract class Routes { Routes._(); static const HOME = _Paths.HOME; } abstract class _Paths { _Paths._(); static const HOME = '/home'; }
Exactly the video I was looking for! Thank you!
very useful, simple explanation
Thank you so much.its really helpful 🎉
how i pass this with a Statefull on my route?
Thanks, i was looking for only this tutorial. I have a little question. how can i do if i want to add an image too?
Great job
Great video.Thanks
Does it save data stored on the phone even after restarting the application?
No..for that you need to store on local database
When I use getX bindings, I have to Get.lazyput all controllers bindings in root page, in order for bottom navigation bar to work. Is there any way to get around this, how could I use one bindings for one page exclusively so later on when I use middleware I don't add extra complication. Really appreciate if you could help !
Can anyone tell me about routes package in this project
Getx
@@ripplescode sir I wanted to know what is written in the app_pages.dart file .i am getting error in this . please reply me as soon as possible.
import 'package:get/get.dart';
import '../modules/home/bindings/home_binding.dart';
import '../modules/home/views/home_view.dart';
part 'app_routes.dart';
class AppPages {
AppPages._();
static const INITIAL = Routes.HOME;
static final routes = [
GetPage(
name: _Paths.HOME,
page: () => const HomeView(),
binding: HomeBinding(),
),
];
}
part of 'app_pages.dart';
// DO NOT EDIT. This is code generated via package:get_cli/get_cli.dart
abstract class Routes {
Routes._();
static const HOME = _Paths.HOME;
}
abstract class _Paths {
_Paths._();
static const HOME = '/home';
}
I willl upload the project in github
Sir please make video on live streaming, video call,voice call, using 'agora'
Noted
Yes please provide video on Agora video calling app