Add Dynamic Items to ListView in Flutter using GetX || Flutter || GetX

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • Support : paypal.me/ripp...
    Source : github.com/Rip...
    In this video I have discussed how to add dynamic items to listview in flutter using GetX.
    #DynamicItemListViewFlutter #RipplesCode #FlutterGetX

КОМЕНТАРІ • 19

  • @abhisheksitar
    @abhisheksitar 5 місяців тому

    Exactly the video I was looking for! Thank you!

  • @adnank7496
    @adnank7496 10 місяців тому

    very useful, simple explanation

  • @_B_JaspreetKaur
    @_B_JaspreetKaur Рік тому

    Thank you so much.its really helpful 🎉

  • @Mari.tailor
    @Mari.tailor 7 місяців тому

    Great job

  • @mehmetaltinsoy525
    @mehmetaltinsoy525 2 роки тому

    Great video.Thanks

  • @HuyNguyen-kd5vz
    @HuyNguyen-kd5vz 2 роки тому

    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 !

  • @Coimbrox
    @Coimbrox Рік тому

    how i pass this with a Statefull on my route?

  • @miguelbolanos4390
    @miguelbolanos4390 Рік тому

    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?

  • @almasreoda6451
    @almasreoda6451 Рік тому

    Does it save data stored on the phone even after restarting the application?

    • @ripplescode
      @ripplescode  Рік тому

      No..for that you need to store on local database

  • @_B_JaspreetKaur
    @_B_JaspreetKaur Рік тому

    Can anyone tell me about routes package in this project

    • @ripplescode
      @ripplescode  Рік тому

      Getx

    • @_B_JaspreetKaur
      @_B_JaspreetKaur Рік тому

      @@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.

    • @ripplescode
      @ripplescode  Рік тому

      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(),
      ),
      ];
      }

    • @ripplescode
      @ripplescode  Рік тому

      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';
      }

    • @ripplescode
      @ripplescode  Рік тому

      I willl upload the project in github

  • @ravindervaishnav8312
    @ravindervaishnav8312 2 роки тому

    Sir please make video on live streaming, video call,voice call, using 'agora'