New post on /r/flutterdev subreddit:
KMP versus Flutter
What are your thoughts on Kotlin Multiplatform versus Flutter. The only thing missing from KMP was the UI component which is now being added for iOS(Desktop and Web support are there too though in different stages of beta's)... https://www.reddit.com/r/FlutterDev/comments/12lmora/kmp_versus_flutter/
KMP versus Flutter
What are your thoughts on Kotlin Multiplatform versus Flutter. The only thing missing from KMP was the UI component which is now being added for iOS(Desktop and Web support are there too though in different stages of beta's)... https://www.reddit.com/r/FlutterDev/comments/12lmora/kmp_versus_flutter/
Reddit
From the FlutterDev community on Reddit: KMP versus Flutter
Explore this post and more from the FlutterDev community
This year Synesthesia Events is supporting EMERGENCY. For every ticket sold to any events (droidcon Italy, Flutter / Swift / React Native Heroes), we'll donate €1 to EMERGENCY to assist with their activities, affirming healthcare as a human right. https://en.emergency.it/
Sign up to the Flutter Heroes newsletter to get regular updates on the industry and what's happening with Flutter Heroes https://mailchef.4dem.it/app/public/fog/view/366/2p6
New post on /r/flutterdev subreddit:
Full Flutter tutorial on Clean Architecture, the Repository Pattern, and how to synchronize API data with a local database cache
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/12luqfp/full_flutter_tutorial_on_clean_architecture_the/
Full Flutter tutorial on Clean Architecture, the Repository Pattern, and how to synchronize API data with a local database cache
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/12luqfp/full_flutter_tutorial_on_clean_architecture_the/
Reddit
From the FlutterDev community on Reddit: Full Flutter tutorial on Clean Architecture, the Repository Pattern, and how to synchronize…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
6 Flutter/Dart Projects from Google Dev Library to Kickstart Your Next Project
submitted by /u/mycall link comments https://www.reddit.com/r/FlutterDev/comments/12m05lx/6_flutterdart_projects_from_google_dev_library_to/
6 Flutter/Dart Projects from Google Dev Library to Kickstart Your Next Project
submitted by /u/mycall link comments https://www.reddit.com/r/FlutterDev/comments/12m05lx/6_flutterdart_projects_from_google_dev_library_to/
Reddit
From the FlutterDev community on Reddit: 6 Flutter/Dart Projects from Google Dev Library to Kickstart Your Next Project
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
State management for navigation
What’s the point of using Getx or any other statement for navigation when the default navigation.push can do the work ? I’m asking because I just finished an app (I’m a newbie btw) and just learnt about Getx Navigation [Get.to(newscreen());….now I have to change app... https://www.reddit.com/r/FlutterDev/comments/12mvnzw/state_management_for_navigation/
State management for navigation
What’s the point of using Getx or any other statement for navigation when the default navigation.push can do the work ? I’m asking because I just finished an app (I’m a newbie btw) and just learnt about Getx Navigation [Get.to(newscreen());….now I have to change app... https://www.reddit.com/r/FlutterDev/comments/12mvnzw/state_management_for_navigation/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Preferred web stack for Flutter app in 2023?
When converting your Flutter mobile app to web what is your go to tech stack? View Poll submitted by /u/DoubleGravyHQ link comments https://www.reddit.com/r/FlutterDev/comments/12naysb/preferred_web_stack_for_flutter_app_in_2023/
Preferred web stack for Flutter app in 2023?
When converting your Flutter mobile app to web what is your go to tech stack? View Poll submitted by /u/DoubleGravyHQ link comments https://www.reddit.com/r/FlutterDev/comments/12naysb/preferred_web_stack_for_flutter_app_in_2023/
Reddit
From the FlutterDev community on Reddit: Preferred web stack for Flutter app in 2023?
Posted by DoubleGravyHQ - No votes and 4 comments
New post on /r/flutterdev subreddit:
Flutter camera example for scanning 1D/2D barcode
submitted by /u/yushulx link comments https://www.reddit.com/r/FlutterDev/comments/12p6p83/flutter_camera_example_for_scanning_1d2d_barcode/
Flutter camera example for scanning 1D/2D barcode
submitted by /u/yushulx link comments https://www.reddit.com/r/FlutterDev/comments/12p6p83/flutter_camera_example_for_scanning_1d2d_barcode/
Reddit
From the FlutterDev community on Reddit: Flutter camera example for scanning 1D/2D barcode
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Just released a new video on how to update our Flutter Memory Match Game to enable web support and host it on @AWSAmplify hosting! Check it out 🚀
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/12pduso/just_released_a_new_video_on_how_to_update_our/
Just released a new video on how to update our Flutter Memory Match Game to enable web support and host it on @AWSAmplify hosting! Check it out 🚀
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/12pduso/just_released_a_new_video_on_how_to_update_our/
Reddit
From the FlutterDev community on Reddit: Just released a new video on how to update our Flutter Memory Match Game to enable web…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Avoid common Flutter mistakes with Dart Code Metrics
Hi everyone! 👋 I'm the author of the dartcodemetrics package that helps improve the quality and consistency of Dart code by identifying and reporting problems, such as bugs and code that doesn't follow best practices. It also collects analytical data on the code through calculating... https://www.reddit.com/r/FlutterDev/comments/12pk6nu/avoid_common_flutter_mistakes_with_dart_code/
Avoid common Flutter mistakes with Dart Code Metrics
Hi everyone! 👋 I'm the author of the dartcodemetrics package that helps improve the quality and consistency of Dart code by identifying and reporting problems, such as bugs and code that doesn't follow best practices. It also collects analytical data on the code through calculating... https://www.reddit.com/r/FlutterDev/comments/12pk6nu/avoid_common_flutter_mistakes_with_dart_code/
Reddit
From the FlutterDev community on Reddit: Avoid common Flutter mistakes with Dart Code Metrics
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Kickstart Your Flutter Journey with This Sleek Pomodoro Timer App
Hey there, fellow devs! 😁 I just built a sleek Pomodoro mobile app using Flutter and Dart, and I thought it would be a great resource for beginners to get started with Flutter. 🔗 Give it a whirl: https://github.com/jashdubal/pomodoro-session All you need to do is clone the... https://www.reddit.com/r/FlutterDev/comments/12qb9vn/kickstart_your_flutter_journey_with_this_sleek/
Kickstart Your Flutter Journey with This Sleek Pomodoro Timer App
Hey there, fellow devs! 😁 I just built a sleek Pomodoro mobile app using Flutter and Dart, and I thought it would be a great resource for beginners to get started with Flutter. 🔗 Give it a whirl: https://github.com/jashdubal/pomodoro-session All you need to do is clone the... https://www.reddit.com/r/FlutterDev/comments/12qb9vn/kickstart_your_flutter_journey_with_this_sleek/
GitHub
GitHub - jashdubal/pomodoro-session: Flutter app that helps users track work sessions using the Pomodoro Technique
Flutter app that helps users track work sessions using the Pomodoro Technique - jashdubal/pomodoro-session
What will happen in the next 12 months in Flutter??? Who knows, but we'll be covering it at #FlutterHeroes24, see you there!
In the meantime here are the 2023 photos for you to enjoy:
https://myalbum.com/album/LwqENqTYkHG6sX/
In the meantime here are the 2023 photos for you to enjoy:
https://myalbum.com/album/LwqENqTYkHG6sX/
New post on /r/flutterdev subreddit:
Creating form scratch or templates
Any freelancer here, what techniques you follow to finish up the work ( website for templates, design and any quick secret techniques/ steps you follow) submitted by /u/vivek_bhakhri [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12qm04t/creating_form_scratch_or_templates/
Creating form scratch or templates
Any freelancer here, what techniques you follow to finish up the work ( website for templates, design and any quick secret techniques/ steps you follow) submitted by /u/vivek_bhakhri [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12qm04t/creating_form_scratch_or_templates/
Reddit
[deleted by user] : r/FlutterDev
112K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter. This community participates in the…
New post on /r/flutterdev subreddit:
How to build a RenderObject
submitted by /u/Pixelreddit link comments https://www.reddit.com/r/FlutterDev/comments/12qtogp/how_to_build_a_renderobject/
How to build a RenderObject
submitted by /u/Pixelreddit link comments https://www.reddit.com/r/FlutterDev/comments/12qtogp/how_to_build_a_renderobject/
Reddit
From the FlutterDev community on Reddit: How to build a RenderObject
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
GAMESTREAM - A FLUTTER MULTIPLAYER GAME ENGINE
submitted by /u/Mystical_Hotdog [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12radyc/gamestream_a_flutter_multiplayer_game_engine/
GAMESTREAM - A FLUTTER MULTIPLAYER GAME ENGINE
submitted by /u/Mystical_Hotdog [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12radyc/gamestream_a_flutter_multiplayer_game_engine/
Reddit
From the FlutterDev community on Reddit: GAMESTREAM - A FLUTTER MULTIPLAYER GAME ENGINE
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Components of Flutter State Management
submitted by /u/emanresu_2017 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12rob98/components_of_flutter_state_management/
Components of Flutter State Management
submitted by /u/emanresu_2017 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12rob98/components_of_flutter_state_management/
Reddit
From the FlutterDev community on Reddit: Components of Flutter State Management
Posted by emanresu_2017 - 1 vote and 3 comments
We very much enjoy working with NTT Data, thanks for being part of #FlutterHeroes23 https://it.nttdata.com/
New post on /r/flutterdev subreddit:
Coming up in an hour, join Simon Lightfoot, Scott Stoll, and Randal Schwartz as they welcome special guests Remi Rousselet and John Wiese for another Humpday Q&A AMA! #dart #flutter #fluttercommunity
submitted by /u/RandalSchwartz link comments https://www.reddit.com/r/FlutterDev/comments/12rw7ko/coming_up_in_an_hour_join_simon_lightfoot_scott/
Coming up in an hour, join Simon Lightfoot, Scott Stoll, and Randal Schwartz as they welcome special guests Remi Rousselet and John Wiese for another Humpday Q&A AMA! #dart #flutter #fluttercommunity
submitted by /u/RandalSchwartz link comments https://www.reddit.com/r/FlutterDev/comments/12rw7ko/coming_up_in_an_hour_join_simon_lightfoot_scott/
Reddit
From the FlutterDev community on Reddit: Coming up in an hour, join Simon Lightfoot, Scott Stoll, and Randal Schwartz as they welcome…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Why choose flutter web app development for your business?
submitted by /u/self-motivated-8355 link comments https://www.reddit.com/r/FlutterDev/comments/12snh98/why_choose_flutter_web_app_development_for_your/
Why choose flutter web app development for your business?
submitted by /u/self-motivated-8355 link comments https://www.reddit.com/r/FlutterDev/comments/12snh98/why_choose_flutter_web_app_development_for_your/
Reddit
Why choose flutter web app development for your business? : r/FlutterDev
111K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter. This community participates in the…
New post on /r/flutterdev subreddit:
Flutter Online Shop | Provider State Management
submitted by /u/DBestech link comments https://www.reddit.com/r/FlutterDev/comments/12sxbco/flutter_online_shop_provider_state_management/
Flutter Online Shop | Provider State Management
submitted by /u/DBestech link comments https://www.reddit.com/r/FlutterDev/comments/12sxbco/flutter_online_shop_provider_state_management/
Reddit
From the FlutterDev community on Reddit: Flutter Online Shop | Provider State Management
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Doubt and question
Is it possible to capture everything that happens in the debugConsole and present it on screen in my mobile app made in flutter? I don't just want to show the prints or the logs, do I need to capture everything that is displayed in the debugConsole of the visual? Is this possible, has anyone... https://www.reddit.com/r/FlutterDev/comments/12t07w5/doubt_and_question/
Doubt and question
Is it possible to capture everything that happens in the debugConsole and present it on screen in my mobile app made in flutter? I don't just want to show the prints or the logs, do I need to capture everything that is displayed in the debugConsole of the visual? Is this possible, has anyone... https://www.reddit.com/r/FlutterDev/comments/12t07w5/doubt_and_question/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community