Relative Content

Tag Archive for flutterflutter-getx

Flutter when i add item to List whole List rebuilds ( is there any solution withGetx,Riverpod,Bloc,Provider or any other state management package?)

return Obx( ()=> ListView.builder( addAutomaticKeepAlives: true, cacheExtent: 10,/* */ physics: const NeverScrollableScrollPhysics(), itemCount: belirleyengun.length /* 5*/, scrollDirection: Axis.vertical, shrinkWrap: true, itemBuilder: ((context, index) { print(‘a’); } ); It prints an equal to the length of the list. is there any possible way to add new item without rebuilding the whole list with provider riverpod or […]

Flutter when i add item to List whole List rebuilds is there any solution with(Getx,Riverpod,Bloc,Provider or any other state management package?)

return Obx( ()=> ListView.builder( addAutomaticKeepAlives: true, cacheExtent: 10,/* */ physics: const NeverScrollableScrollPhysics(), itemCount: belirleyengun.length /* 5*/, scrollDirection: Axis.vertical, shrinkWrap: true, itemBuilder: ((context, index) { print(‘a’); } ); It prints an equal to the length of the list. is there any possible way to add new item without rebuilding the whole list with provider riverpod or […]

how to access object outside dart file using getx

i want to access cameras in another dart file, how can i do it, my app is complex can’t be shared through constructor, i am using Getx (i am new to getx), help is appriciated
this is my main.dart

The Android project integrates multiple Flutter modules using Flutter Boost and getx routing

I currently have an Android project that has integrated a Fluttermodule1 using FlutterBoost. I have also created a new Fluttermodule2 that I hope to integrate into my Android project. m1 uses native routing and m2 uses getx routing management. Should I merge these two modules now and change m2 to native routing, or should Flutterboost implement native redirection to Flutter and use getx routing internally, or should I not merge them and integrate them into two modules? Of course, is the routing management here also unified or should Flutterboost implement native redirection to Flutter and use getx routing internally?
I searched for information online and only found that Flutterboost is used for routing management, while Gex only manages status without routing

The Android project uses Flutter Boost to integrate Flutter modules with using getx routing

I currently have an Android project that has integrated a Fluttermodule1 using FlutterBoost. I have also created a new Fluttermodule2 that I hope to integrate into my Android project. m1 uses native routing and m2 uses getx routing management. Should I merge these two modules now and change m2 to native routing, or should Flutterboost implement native redirection to Flutter and use getx routing internally, or should I not merge them and integrate them into two modules? Of course, is the routing management here also unified or should Flutterboost implement native redirection to Flutter and use getx routing internally?
I searched for information online and only found that Flutterboost is used for routing management, while Gex only manages status without routing

The Android project uses Flutter Boost to integrate Flutter modules with using getx routing

I currently have an Android project that has integrated a Fluttermodule1 using FlutterBoost. I have also created a new Fluttermodule2 that I hope to integrate into my Android project. m1 uses native routing and m2 uses getx routing management. Should I merge these two modules now and change m2 to native routing, or should Flutterboost implement native redirection to Flutter and use getx routing internally, or should I not merge them and integrate them into two modules? Of course, is the routing management here also unified or should Flutterboost implement native redirection to Flutter and use getx routing internally?
I searched for information online and only found that Flutterboost is used for routing management, while Gex only manages status without routing