Тёмный
No video :(

Flutter Multiselect Dropdown Checkbox 

dbestech
Подписаться 127 тыс.
Просмотров 24 тыс.
50% 1

Flutter Multiselect Dropdown Checkbox
learnflutter.c...
Learn software programming with us step by step. Make money from home by learning programming
Complete e-commerce app
• Flutter E-commerce App...
Complete app for beginners
• Flutter 3.10.0 Master ...
Firebase complete study app
• Flutter Firebase Maste...
Complete Gym App
• Flutter Gym App | BloC...
Traveling App
• Flutter Master Class T...
Learn to build an android and iOS app
• Flutter App Developmen...
Learn to build a video player app
• Flutter Video Player T...
Learn to build a website step by step
• Complete Flutter Web A...
Learn to build an ebook app
• Flutter Backend | Flu...
Build an audio app step by step
• Flutter Audio Player T...
Twitter @dbestech

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

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@jvmachado1204
@jvmachado1204 Год назад
Just wanted to alert you about the low audio level. Awesome video as always. Thanks for the amazing effort you've been putting into it.
@dbestech
@dbestech Год назад
Sorry about that. fixed in the earliest video
@zimalfatima499
@zimalfatima499 5 месяцев назад
kindly provide source code in every video ,it saves alot of time , also thank you for this amazing video
@dbestech
@dbestech 5 месяцев назад
ok from next time
@youngapolIo
@youngapolIo Год назад
Can you (or if you got one already) make a vid about drop down menu? how do we assign an object (like something with an id an a name) and only map the names in its items, and also how do we style it? because the menu is always floating and it doesnt look decent, thanks brother for your hard work ❤
@NazrulIslam-iz6sw
@NazrulIslam-iz6sw Год назад
Is it possible to check a single option here? like, radio button? if yeas, please mention ...
@b_rabbit9774
@b_rabbit9774 Год назад
i want to use it in my Quran app for the copy options for the translations. like on the checkbox will be English, Portuguese and Arabic if the user clicked the copy options the checked checkbox will be copied to the clipboard. can you help me with that? And the most challenging is how to make the users to be able to copy multiple translations of verses.
@phyllyf763
@phyllyf763 Год назад
You are such a great teacher. Thanks much brother.
@dbestech
@dbestech Год назад
Most welcome
@FSCOTanmay
@FSCOTanmay 5 месяцев назад
how can i add a cross item after selection for removing the selection of the dropdown
@dbestech
@dbestech 5 месяцев назад
did not try like that
@hirenpokar1366
@hirenpokar1366 11 месяцев назад
How to get list data from firebase
@vallakatlacharith2874
@vallakatlacharith2874 Год назад
hi bro, i was struck at choosing state management technique. i started with getx , people are saying getx will cause production issues ,please help me which state management i should choose?
@es_amit
@es_amit 3 месяца назад
I think you should go with BLoC, because it makes code more readable and testable
@probelens1842
@probelens1842 Год назад
Thanks ♥️♥️♥️
@douialimohamedali7165
@douialimohamedali7165 Год назад
Please make a tutorial about serverpod flutter server
@vikassable3468
@vikassable3468 Год назад
i want this in flutterflow
@modernitss
@modernitss Год назад
How to retain the selected values on subsequent click on tab, Please advise - Thanks
@dbestech
@dbestech Год назад
most probably you need to use state management system for this.
@ozgurustun2817
@ozgurustun2817 Год назад
You need to add one more parameter to multiselect widget as List and then pass _selectedItems in homepage widget to multiselect widget inside _showMultiSelect method while creating it. And in multiselect widget, create an initState method like this. late List _selectedItems; @override void initState() { super.initState(); _selectedItems = widget.preSelectedItems; }
@modernitss
@modernitss Год назад
@@ozgurustun2817 Thanks, unfortunately I still couldn't achieve the results as guided. can you please describe in detail.
@ozgurustun2817
@ozgurustun2817 Год назад
@@modernitss Add one more list to the multiselect class as follows. class MultiSelect extends StatefulWidget { final List items; final List preSelectedItems; const MultiSelect({Key? key, required this.items, required this.preSelectedItems}) : super(key: key); @override State createState() => _MultiSelectState(); } and then implement initState method like this class _MultiSelectState extends State { // this variable holds the selected items late List _selectedItems; @override void initState() { super.initState(); _selectedItems = widget.preSelectedItems; } and then when you're calling the constructor of Multiselect widget pass full list of the items and also selected items like this. You can pass _selectedItems in the homepage widget as second parameter. This works for me, hope it works for you as well. return MultiSelect(items: {itemsList}, preSelectedItems: {selectedItemsList});
@modernitss
@modernitss Год назад
@@ozgurustun2817 Thanks was able to achieve the desired result. Thankyou very much
@constChg
@constChg Год назад
Nice
@michaelchiz8055
@michaelchiz8055 Год назад
Good
@peshawaamin3083
@peshawaamin3083 Год назад
❤️❤️
@muhammet5663
@muhammet5663 Год назад
ve aleykümselam ve rahmetullahi ve berekatühü
@gregsullivan7408
@gregsullivan7408 Год назад
Audio level low again
@gregsullivan7408
@gregsullivan7408 Год назад
If you did do a "normalise", I think I can see why it didn't work - there are two loud clicks at 21s and 23s - those clicks are much louder than your voice. The "normalise" would simply adjust the volume such that the loudest "click" was at 100% volume - you'd have to tell it to ignore those clicks (or just manually reduce the volume of the clicks before you do the normalise, etc etc)
@Anshuljoshi007
@Anshuljoshi007 Год назад
jai shree ram
Далее
Flutter Hive Database CRUD Operations
24:40
Просмотров 43 тыс.
Oh No! My Doll Fell In The Dirt🤧💩
00:17
Просмотров 2 млн
Flutter: Checkbox Checked Single & Multiple
8:43
Просмотров 23 тыс.
Flutter ListView Search With TextField
5:45
Просмотров 70 тыс.
Top 35 Flutter Widgets
29:29
Просмотров 323 тыс.