Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

BLoC design and ChangeNotifier

Hello everyone! I'm new to Flutter but I'm trying to make things in a good way and familiarize with its univers. I have red lot of post and articles, and it seems that it in most of the case I should use ChangeNotifier. My app won't need audio or video or any data streams in fact. Maybe just for ... https://www.reddit.com/r/FlutterDev/comments/ukht1y/bloc_design_and_changenotifier/
New post on /r/flutterdev subreddit:

Why don't the checkboxes in my listview work?

I have this code with a list with another list inside it. The first list represents a category, the second list are the items under that category. My idea would be to, when I check an item in the main list, all of the items inside the list of that item would get checked as well, but I can't even ... https://www.reddit.com/r/FlutterDev/comments/ulot7z/why_dont_the_checkboxes_in_my_listview_work/
New post on /r/flutterdev subreddit:

How do Flutter?

Any good videos to watch? New to Flutter. submitted by /u/Hereforstuff_69 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/umb7jj/how_do_flutter/
New post on /r/flutterdev subreddit:

Firebase not working

I followed all the instructions here: https://firebase.google.com/docs/flutter/setup?platform=ios) to get firebase on my flutter project. Now, however, I get the error "Error: FIREBASE FATAL ERROR: Cannot parse Firebase url. Please use https://<YOUR FIREBASE>.firebaseio.com" . This does... https://www.reddit.com/r/FlutterDev/comments/umxp2o/firebase_not_working/
New post on /r/flutterdev subreddit:

Getting started with freelance, any pointers?

Hello, I have been learning and developing with flutter for 9 months now, I have build a nice looking Quiz app with smooth animations and it's own backend etc you know the whole deal. That is what my portfolio is right now. Other then that my real life experiences are as follows and in order:... https://www.reddit.com/r/FlutterDev/comments/un6zdu/getting_started_with_freelance_any_pointers/
New post on /r/flutterdev subreddit:

Get Social SDK

Hey guys, is here anybody who uses GetSocial package in Flutter? I am trying to run it on my M1 but the package does not work properly on iOS. There is some problem with their shell script it always breaks my Runner after I create a new Run script in Xcode and build the app. Thank you for any... https://www.reddit.com/r/FlutterDev/comments/uolta5/get_social_sdk/
New post on /r/flutterdev subreddit:

BloC for State Management, Thoughts?

I have built three production apps using BloC pattern and I actually like it, I have seen someone complaining how people should not fall for it? Any thoughts ? The only thing I kinda don't like is how quick things get crowded, it does the job perfectly for me tho. submitted by ... https://www.reddit.com/r/FlutterDev/comments/uoq001/bloc_for_state_management_thoughts/
New post on /r/flutterdev subreddit:

Best way to generate a Column/Row of widget ?

What do you think is the best way to generate a list of widgets between these 3 and why ? Supposing elements is a list of objects Column( children: elements.map((element) => CustomWidget(element)).toList() ) Column( children: List.generate(elements.length, (index) =>... https://www.reddit.com/r/FlutterDev/comments/uoua2j/best_way_to_generate_a_columnrow_of_widget/
New post on /r/flutterdev subreddit:

The great showcase my flutter game thread

Please post games you have made in flutter or someoneelse. It's to show what is possible and also get feedback. Thanks submitted by /u/0OOO00000OO00O0O0OOO link comments https://www.reddit.com/r/FlutterDev/comments/upg7y1/the_great_showcase_my_flutter_game_thread/