Тёмный

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

Ripples Code
Подписаться 14 тыс.
Просмотров 23 тыс.
50% 1

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

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@abhisheksitar
@abhisheksitar 6 месяцев назад
Exactly the video I was looking for! Thank you!
@adnank7496
@adnank7496 Год назад
very useful, simple explanation
@_B_JaspreetKaur
@_B_JaspreetKaur Год назад
Thank you so much.its really helpful 🎉
@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?
@Mari_Tailor
@Mari_Tailor 9 месяцев назад
Great job
@mehmetaltinsoy525
@mehmetaltinsoy525 2 года назад
Great video.Thanks
@Coimbrox
@Coimbrox 2 года назад
how i pass this with a Statefull on my route?
@almasreoda6451
@almasreoda6451 2 года назад
Does it save data stored on the phone even after restarting the application?
@ripplescode
@ripplescode 2 года назад
No..for that you need to store on local database
@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 !
@ravindervaishnav8312
@ravindervaishnav8312 2 года назад
Sir please make video on live streaming, video call,voice call, using 'agora'
@ripplescode
@ripplescode 2 года назад
Noted
@BirenRana-dm3hw
@BirenRana-dm3hw 2 года назад
Yes please provide video on Agora video calling app
@_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
Далее
Paint Projects
00:17
Просмотров 3,5 млн
LISTVIEW & BUILDER • Flutter Widget of the Day #04
9:06
Flutter : Search using Search Delegate
11:40
10x Your Speed With Flutter
8:04
Просмотров 59 тыс.
REST API with GetX | Flutter tutorial | Shopping app
26:43