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

Custom and solid widgets⚑️πŸ”₯

submitted by /u/Abhishvek-code link comments https://www.reddit.com/r/FlutterDev/comments/ut4jrd/custom_and_solid_widgets/
New post on /r/flutterdev subreddit:

Beginners Guide to GetX State Management in Flutter

submitted by /u/footballforus link comments https://www.reddit.com/r/FlutterDev/comments/utm2ym/beginners_guide_to_getx_state_management_in/
πŸ‘Ž9πŸ‘5
New post on /r/flutterdev subreddit:

Store token jwt in cookie for web app?

Hi folks, I'm just new to Flutter for more than a month. My task is building a web app with authentication. Whenever I'm sign in to our web app, I got the token jwt from server, and I wonder if there is any ways to store this token on cookie like document.cookie as we usually do with Javascript? ... https://www.reddit.com/r/FlutterDev/comments/utzoz8/store_token_jwt_in_cookie_for_web_app/
πŸ‘1
New post on /r/flutterdev subreddit:

Do you use UniqueKey() when calling widgets?

I am the first to admit that as a rule I never call state or stateless widgets with the key value. OK. I use the UniqueKey in listview.builder, but in general I never supply a key value. I think my understanding of how the key value works is very limited. Currently in the process of testing an... https://www.reddit.com/r/FlutterDev/comments/uvuzno/do_you_use_uniquekey_when_calling_widgets/
New post on /r/flutterdev subreddit:

How do you guys implement dark mode?

I’m pretty new but I couldn’t find an easy and convenient way to implement dark mode with a simple switch, I was wondering how you guys implement it and do you use packages? Happy to hear your thoughts submitted by /u/DocRaisin link comments https://www.reddit.com/r/FlutterDev/comments/uvygqb/how_do_you_guys_implement_dark_mode/
πŸ‘1
New post on /r/flutterdev subreddit:

Wondering if we have a side by side editing UI package

Like the ones u would find in vs code where u get the option to split to top down or bottom... Need it to impl a specific ui for desktop and web of an app I am working on. In case, such a package isn't there yet, I am planning to make something similar. So need recommendations into how I go abt... https://www.reddit.com/r/FlutterDev/comments/uwj992/wondering_if_we_have_a_side_by_side_editing_ui/
πŸ‘1
New post on /r/flutterdev subreddit:

Flutter builds are way faster with M1 machines: A comparison of VMs

TL;DR: M1 machines are astonishingly fast! For iOS builds (with caching), we see build time improvements of ~50% compared with the Mac Pros. We compared the M1 mini, Mac Pro, and Mac mini for iOS and macOS builds with Codemagic. In this article, we’ll give you the facts and figures you... https://www.reddit.com/r/FlutterDev/comments/uxbp8p/flutter_builds_are_way_faster_with_m1_machines_a/
πŸ‘2
New post on /r/flutterdev subreddit:

Does using both Material and Cupertino impacts the size of the app?

I want to use both cupertino and material widgets in an Android app submitted by /u/jatinhemnani link comments https://www.reddit.com/r/FlutterDev/comments/uxj1ej/does_using_both_material_and_cupertino_impacts/
πŸ‘3
New post on /r/flutterdev subreddit:

Is it possible to update Android Native View from flutter when Android Native View is showing?

I would like to update position of a blue dot on a native map view from flutter continuously. The logic of getting the coordinates is written in dart. So, I would like to update the blue dot whenever the coordinate has changed. Is there a way for Flutter and Native to communicate to each other... https://www.reddit.com/r/FlutterDev/comments/uxytwt/is_it_possible_to_update_android_native_view_from/
πŸ‘3