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/
Custom and solid widgetsβ‘οΈπ₯
submitted by /u/Abhishvek-code link comments https://www.reddit.com/r/FlutterDev/comments/ut4jrd/custom_and_solid_widgets/
Reddit
Posted by Abhishvek-code - No votes and 2 comments
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/
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/
Reddit
Explore this post and more from the FlutterDev community
π9π5
New post on /r/flutterdev subreddit:
Amazing performance improvements in Flutter 3 for Mac apps
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/uturis/amazing_performance_improvements_in_flutter_3_for/
Amazing performance improvements in Flutter 3 for Mac apps
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/uturis/amazing_performance_improvements_in_flutter_3_for/
Reddit
From the FlutterDev community on Reddit: Amazing performance improvements in Flutter 3 for Mac apps
Explore this post and more from the FlutterDev community
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/
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/
Reddit
From the FlutterDev community on Reddit: Store token jwt in cookie for web app?
Posted by phuongnamsk - 2 votes and 4 comments
π1
New post on /r/flutterdev subreddit:
Mouse Ripple shader sample
submitted by /u/roipeker link comments https://www.reddit.com/r/FlutterDev/comments/uugpbg/mouse_ripple_shader_sample/
Mouse Ripple shader sample
submitted by /u/roipeker link comments https://www.reddit.com/r/FlutterDev/comments/uugpbg/mouse_ripple_shader_sample/
Reddit
From the FlutterDev community on Reddit: Mouse Ripple shader sample
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
How to automatically scroll to a specific item in a list after redirection
submitted by /u/NormalRazzmatazz79 link comments https://www.reddit.com/r/FlutterDev/comments/uuly1r/how_to_automatically_scroll_to_a_specific_item_in/
How to automatically scroll to a specific item in a list after redirection
submitted by /u/NormalRazzmatazz79 link comments https://www.reddit.com/r/FlutterDev/comments/uuly1r/how_to_automatically_scroll_to_a_specific_item_in/
Reddit
From the FlutterDev community on Reddit: How to automatically scroll to a specific item in a list after redirection
Explore this post and more from the FlutterDev community
π6
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/
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/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
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/
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/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
π1
New post on /r/flutterdev subreddit:
Final vs Const in Dart
submitted by /u/SidBahl link comments https://www.reddit.com/r/FlutterDev/comments/uw3lzg/final_vs_const_in_dart/
Final vs Const in Dart
submitted by /u/SidBahl link comments https://www.reddit.com/r/FlutterDev/comments/uw3lzg/final_vs_const_in_dart/
Reddit
From the FlutterDev community on Reddit: Final vs Const in Dart
Posted by SidBahl - No votes and 4 comments
π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/
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/
Reddit
From the FlutterDev community on Reddit: Wondering if we have a side by side editing UI package
Explore this post and more from the FlutterDev community
π1
New post on /r/flutterdev subreddit:
Change Floating Action Button Color in Flutter | Ultimate Guide - FlutterBeads
submitted by /u/pinkeshdarji link comments https://www.reddit.com/r/FlutterDev/comments/uwr4w3/change_floating_action_button_color_in_flutter/
Change Floating Action Button Color in Flutter | Ultimate Guide - FlutterBeads
submitted by /u/pinkeshdarji link comments https://www.reddit.com/r/FlutterDev/comments/uwr4w3/change_floating_action_button_color_in_flutter/
Reddit
From the FlutterDev community on Reddit: Change Floating Action Button Color in Flutter | Ultimate Guide - FlutterBeads
Explore this post and more from the FlutterDev community
π6
New post on /r/flutterdev subreddit:
Does support 32-bit Windows as a target?
The issue https://github.com/flutter/flutter/issues/37777 is still open. We want to migrate from Sciter to Flutter, but we do have a lot of users using 32-bit Windows. https://github.com/rustdesk/rustdesk/wiki/RustDesk-Desktop-Flutter-Migration submitted by /u/open-trade link comments https://www.reddit.com/r/FlutterDev/comments/uwryxb/does_support_32bit_windows_as_a_target/
Does support 32-bit Windows as a target?
The issue https://github.com/flutter/flutter/issues/37777 is still open. We want to migrate from Sciter to Flutter, but we do have a lot of users using 32-bit Windows. https://github.com/rustdesk/rustdesk/wiki/RustDesk-Desktop-Flutter-Migration submitted by /u/open-trade link comments https://www.reddit.com/r/FlutterDev/comments/uwryxb/does_support_32bit_windows_as_a_target/
GitHub
Support 32-bit Windows as a target Β· Issue #37777 Β· flutter/flutter
For doing development with Flutter on 32-bit Windows, see #33862 At this time we have no plans to add support for 32-bit Windows as a target. I'm filing this bug as a cleaner place to track thi...
π4
New post on /r/flutterdev subreddit:
A flutter plugin to listen for and interact with all incoming notifications for Android.
submitted by /u/jiusanzhou link comments https://www.reddit.com/r/FlutterDev/comments/uxarri/a_flutter_plugin_to_listen_for_and_interact_with/
A flutter plugin to listen for and interact with all incoming notifications for Android.
submitted by /u/jiusanzhou link comments https://www.reddit.com/r/FlutterDev/comments/uxarri/a_flutter_plugin_to_listen_for_and_interact_with/
Reddit
From the FlutterDev community on Reddit: A flutter plugin to listen for and interact with all incoming notifications for Android.
Explore this post and more from the FlutterDev community
π4
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/
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/
Reddit
From the FlutterDev community on Reddit: Flutter builds are way faster with M1 machines: A comparison of VMs
Explore this post and more from the FlutterDev community
π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/
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/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
π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/
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/
reddit
Is it possible to update Android Native View from flutter when...
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...
π3
New post on /r/flutterdev subreddit:
Google IO 2022 : Top 6 announcements for Developers
submitted by /u/markjacinto link comments https://www.reddit.com/r/FlutterDev/comments/uy5opl/google_io_2022_top_6_announcements_for_developers/
Google IO 2022 : Top 6 announcements for Developers
submitted by /u/markjacinto link comments https://www.reddit.com/r/FlutterDev/comments/uy5opl/google_io_2022_top_6_announcements_for_developers/
Reddit
r/FlutterDev on Reddit: Google IO 2022 : Top 6 announcements for Developers
Posted by u/markjacinto - 4 votes and no comments
π4
New post on /r/flutterdev subreddit:
Shader package - First look at shader command-line tool
submitted by /u/felixlein link comments https://www.reddit.com/r/FlutterDev/comments/uy8kli/shader_package_first_look_at_shader_commandline/
Shader package - First look at shader command-line tool
submitted by /u/felixlein link comments https://www.reddit.com/r/FlutterDev/comments/uy8kli/shader_package_first_look_at_shader_commandline/
Reddit
From the FlutterDev community on Reddit: Shader package - First look at shader command-line tool
Explore this post and more from the FlutterDev community
π7
New post on /r/flutterdev subreddit:
Whatβs the Difference Between Flutter, Native, and React Native?
submitted by /u/dilavar-khan link comments https://www.reddit.com/r/FlutterDev/comments/uys9h3/whats_the_difference_between_flutter_native_and/
Whatβs the Difference Between Flutter, Native, and React Native?
submitted by /u/dilavar-khan link comments https://www.reddit.com/r/FlutterDev/comments/uys9h3/whats_the_difference_between_flutter_native_and/
Reddit
From the FlutterDev community on Reddit: Whatβs the Difference Between Flutter, Native, and React Native?
Posted by dilavar-khan - No votes and 1 comment
π3
New post on /r/flutterdev subreddit:
Flutter Game Tutorials - Generating Terrain
submitted by /u/indy900000 link comments https://www.reddit.com/r/FlutterDev/comments/uyxhoo/flutter_game_tutorials_generating_terrain/
Flutter Game Tutorials - Generating Terrain
submitted by /u/indy900000 link comments https://www.reddit.com/r/FlutterDev/comments/uyxhoo/flutter_game_tutorials_generating_terrain/
Reddit
From the FlutterDev community on Reddit: Flutter Game Tutorials - Generating Terrain
Explore this post and more from the FlutterDev community
π6