New post on /r/flutterdev subreddit:
Day 11: Mastering State Management for an Interactive Quiz Screen in Flutter
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fe2ggu/day11masteringstatemanagementforan/ comments https://www.reddit.com/r/FlutterDev/comments/1fe2ggu/day_11_mastering_state_management_for_an/
Day 11: Mastering State Management for an Interactive Quiz Screen in Flutter
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fe2ggu/day11masteringstatemanagementforan/ comments https://www.reddit.com/r/FlutterDev/comments/1fe2ggu/day_11_mastering_state_management_for_an/
Reddit
From the FlutterDev community on Reddit: Day 11: Mastering State Management for an Interactive Quiz Screen in Flutter
Posted by hemantpra389 - 0 votes and 0 comments
New post on /r/flutterdev subreddit:
Day 12: How to Prepare a Stunning Quiz Result Screen UI in Flutter
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1feumjx/day12howtoprepareastunningquizresult/ comments https://www.reddit.com/r/FlutterDev/comments/1feumjx/day_12_how_to_prepare_a_stunning_quiz_result/
Day 12: How to Prepare a Stunning Quiz Result Screen UI in Flutter
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1feumjx/day12howtoprepareastunningquizresult/ comments https://www.reddit.com/r/FlutterDev/comments/1feumjx/day_12_how_to_prepare_a_stunning_quiz_result/
Reddit
From the FlutterDev community on Reddit: Day 12: How to Prepare a Stunning Quiz Result Screen UI in Flutter
Posted by hemantpra389 - 0 votes and 1 comment
New post on /r/flutterdev subreddit:
Can you figure out which among the two animated widgets, is the more performant and efficient one ?
Here's the 2 components for comparison : Can you figure out which among the two is more performant and efficient ? compare below 2 snippets of code for the same SPressable widget. The first one uses AnimatedScale and AnimatedOpacity widgets for the animation. ``` class SPressable extends... https://www.reddit.com/r/FlutterDev/comments/1ffnphv/can_you_figure_out_which_among_the_two_animated/
Can you figure out which among the two animated widgets, is the more performant and efficient one ?
Here's the 2 components for comparison : Can you figure out which among the two is more performant and efficient ? compare below 2 snippets of code for the same SPressable widget. The first one uses AnimatedScale and AnimatedOpacity widgets for the animation. ``` class SPressable extends... https://www.reddit.com/r/FlutterDev/comments/1ffnphv/can_you_figure_out_which_among_the_two_animated/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Day 13: Quizzyโs Epic Transition from Quiz to Results | Flutter App Development
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fggtvk/day_13_quizzys_epic_transition_from_quiz_to/ [comments] https://www.reddit.com/r/FlutterDev/comments/1fggtvk/day_13_quizzys_epic_transition_from_quiz_to/
Day 13: Quizzyโs Epic Transition from Quiz to Results | Flutter App Development
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fggtvk/day_13_quizzys_epic_transition_from_quiz_to/ [comments] https://www.reddit.com/r/FlutterDev/comments/1fggtvk/day_13_quizzys_epic_transition_from_quiz_to/
Reddit
From the FlutterDev community on Reddit: Day 13: Quizzyโs Epic Transition from Quiz to Results | Flutter App Development
Posted by hemantpra389 - 0 votes and 0 comments
New post on /r/flutterdev subreddit:
Day 14: Creating a TODO App with Notifications in Flutter
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fhx5rp/day14creatingatodoappwithnotificationsin/ comments https://www.reddit.com/r/FlutterDev/comments/1fhx5rp/day_14_creating_a_todo_app_with_notifications_in/
Day 14: Creating a TODO App with Notifications in Flutter
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fhx5rp/day14creatingatodoappwithnotificationsin/ comments https://www.reddit.com/r/FlutterDev/comments/1fhx5rp/day_14_creating_a_todo_app_with_notifications_in/
Reddit
From the FlutterDev community on Reddit: Day 14: Creating a TODO App with Notifications in Flutter
Posted by hemantpra389 - 8 votes and 0 comments
New post on /r/flutterdev subreddit:
Day 15: Mastering Bottom Navigation Bars in Flutter for Noted App ๐
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fipz3m/day15masteringbottomnavigationbarsin/ comments https://www.reddit.com/r/FlutterDev/comments/1fipz3m/day_15_mastering_bottom_navigation_bars_in/
Day 15: Mastering Bottom Navigation Bars in Flutter for Noted App ๐
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fipz3m/day15masteringbottomnavigationbarsin/ comments https://www.reddit.com/r/FlutterDev/comments/1fipz3m/day_15_mastering_bottom_navigation_bars_in/
Reddit
From the FlutterDev community on Reddit: Day 15: Mastering Bottom Navigation Bars in Flutter for Noted App ๐
Posted by hemantpra389 - 0 votes and 0 comments
New post on /r/flutterdev subreddit:
New Package Gesture Pattern Detector - Add Gesture as Patterns to Your Flutter App
Hey everyone! This is a fun package I've been working on: Gesture Pattern Detectorโa Flutter package that lets you add custom gesture patterns like taps, long presses, and swipes (e.g., .->.) to trigger actions in your app. It's perfect for secret dev tools, hidden features, or fun UI... https://www.reddit.com/r/FlutterDev/comments/1fjkm8r/new_package_gesture_pattern_detector_add_gesture/
New Package Gesture Pattern Detector - Add Gesture as Patterns to Your Flutter App
Hey everyone! This is a fun package I've been working on: Gesture Pattern Detectorโa Flutter package that lets you add custom gesture patterns like taps, long presses, and swipes (e.g., .->.) to trigger actions in your app. It's perfect for secret dev tools, hidden features, or fun UI... https://www.reddit.com/r/FlutterDev/comments/1fjkm8r/new_package_gesture_pattern_detector_add_gesture/
Reddit
From the FlutterDev community on Reddit: [New Package] Gesture Pattern Detector - Add Gesture as Patterns to Your Flutter App
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Looking for an Indian Flutter Developer Intern
Job Description: About Us: Value Aided Delta with AI (VADAI) is a cutting-edge EdTech company dedicated to transforming the Indian education landscape by integrating advanced AI technologies to enhance learning experiences for students. We are looking for a passionate and motivated Flutter... https://www.reddit.com/r/FlutterDev/comments/1fkde4y/looking_for_an_indian_flutter_developer_intern/
Looking for an Indian Flutter Developer Intern
Job Description: About Us: Value Aided Delta with AI (VADAI) is a cutting-edge EdTech company dedicated to transforming the Indian education landscape by integrating advanced AI technologies to enhance learning experiences for students. We are looking for a passionate and motivated Flutter... https://www.reddit.com/r/FlutterDev/comments/1fkde4y/looking_for_an_indian_flutter_developer_intern/
Reddit
From the FlutterDev community on Reddit: Looking for an Indian Flutter Developer Intern
Posted by brightknight996004 - 0 votes and 7 comments
๐ต Ciao Flutter Developers,
after a long break, we are about to return with the publication of all the talks of the 2024 on the Flutter Heroes YouTube channel. ๐ฅ ๐ด
๐ In the meantime, we are ready to announce the date for 2025, and soon we will share many big updates for this year.
๐ https://flutterheroes.com/2025/ ๐ข
๐ SAVE THE DATE ๐๏ธ
after a long break, we are about to return with the publication of all the talks of the 2024 on the Flutter Heroes YouTube channel. ๐ฅ ๐ด
๐ In the meantime, we are ready to announce the date for 2025, and soon we will share many big updates for this year.
๐ https://flutterheroes.com/2025/ ๐ข
๐ SAVE THE DATE ๐๏ธ
New post on /r/flutterdev subreddit:
Publishing New Flutter Application
Is there any other way to publish a Flutter application without 20 tester in 14 days submitted by /u/ThickTheme7280 https://www.reddit.com/r/FlutterDev/comments/1flx5xt/publishingnewflutterapplication/ comments https://www.reddit.com/r/FlutterDev/comments/1flx5xt/publishing_new_flutter_application/
Publishing New Flutter Application
Is there any other way to publish a Flutter application without 20 tester in 14 days submitted by /u/ThickTheme7280 https://www.reddit.com/r/FlutterDev/comments/1flx5xt/publishingnewflutterapplication/ comments https://www.reddit.com/r/FlutterDev/comments/1flx5xt/publishing_new_flutter_application/
Reddit
From the FlutterDev community on Reddit: Publishing New Flutter Application
Posted by Thick_Theme7280 - 0 votes and 7 comments
New post on /r/flutterdev subreddit:
Flutter Google Maps Direction API Free Alternative
submitted by /u/Amanullahaf https://www.reddit.com/r/FlutterDev/comments/1fnd4cc/fluttergooglemapsdirectionapifreealternative/ comments https://www.reddit.com/r/FlutterDev/comments/1fnd4cc/flutter_google_maps_direction_api_free_alternative/
Flutter Google Maps Direction API Free Alternative
submitted by /u/Amanullahaf https://www.reddit.com/r/FlutterDev/comments/1fnd4cc/fluttergooglemapsdirectionapifreealternative/ comments https://www.reddit.com/r/FlutterDev/comments/1fnd4cc/flutter_google_maps_direction_api_free_alternative/
Reddit
From the FlutterDev community on Reddit: Flutter Google Maps Direction API Free Alternative
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Unlock Faster and Smoother Flutter Apps with Async Programming in Flutter 3.24
If you're developing with Flutter, the new improvements in asynchronous programming for version 3.24 are a game-changer! Dive into how to optimize Future and Stream usage, improve UI responsiveness, and manage tasks in the background using isolates. These updates are perfect for enhancing your... https://www.reddit.com/r/FlutterDev/comments/1fo5mku/unlock_faster_and_smoother_flutter_apps_with/
Unlock Faster and Smoother Flutter Apps with Async Programming in Flutter 3.24
If you're developing with Flutter, the new improvements in asynchronous programming for version 3.24 are a game-changer! Dive into how to optimize Future and Stream usage, improve UI responsiveness, and manage tasks in the background using isolates. These updates are perfect for enhancing your... https://www.reddit.com/r/FlutterDev/comments/1fo5mku/unlock_faster_and_smoother_flutter_apps_with/
Reddit
From the FlutterDev community on Reddit: Unlock Faster and Smoother Flutter Apps with Async Programming in Flutter 3.24
Posted by Stock_Love_4336 - 0 votes and 1 comment
New post on /r/flutterdev subreddit:
Flutter App tracking
Hey everyone, I'm currently working on a Flutter app, and I'm wondering if it's possible to track the screen time of my app, as well as other apps, on both iOS and Android devices. Has anyone implemented something like this before? Additionally, if I manage to build this functionality, will... https://www.reddit.com/r/FlutterDev/comments/1fowl1p/flutter_app_tracking/
Flutter App tracking
Hey everyone, I'm currently working on a Flutter app, and I'm wondering if it's possible to track the screen time of my app, as well as other apps, on both iOS and Android devices. Has anyone implemented something like this before? Additionally, if I manage to build this functionality, will... https://www.reddit.com/r/FlutterDev/comments/1fowl1p/flutter_app_tracking/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Day 22: Creating Custom Dialogs in Flutter: A Step-by-Step Guide for Our Noted App
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fpnvkh/day_22_creating_custom_dialogs_in_flutter_a/ [comments] https://www.reddit.com/r/FlutterDev/comments/1fpnvkh/day_22_creating_custom_dialogs_in_flutter_a/
Day 22: Creating Custom Dialogs in Flutter: A Step-by-Step Guide for Our Noted App
submitted by /u/hemantpra389 https://www.reddit.com/r/FlutterDev/comments/1fpnvkh/day_22_creating_custom_dialogs_in_flutter_a/ [comments] https://www.reddit.com/r/FlutterDev/comments/1fpnvkh/day_22_creating_custom_dialogs_in_flutter_a/
Reddit
From the FlutterDev community on Reddit: Day 22: Creating Custom Dialogs in Flutter: A Step-by-Step Guide for Our Noted App
Posted by hemantpra389 - 3 votes and 0 comments
New post on /r/flutterdev subreddit:
Flutter Google Maps Places API Free Alternative
submitted by /u/Amanullahaf https://www.reddit.com/r/FlutterDev/comments/1fqgszo/fluttergooglemapsplacesapifreealternative/ comments https://www.reddit.com/r/FlutterDev/comments/1fqgszo/flutter_google_maps_places_api_free_alternative/
Flutter Google Maps Places API Free Alternative
submitted by /u/Amanullahaf https://www.reddit.com/r/FlutterDev/comments/1fqgszo/fluttergooglemapsplacesapifreealternative/ comments https://www.reddit.com/r/FlutterDev/comments/1fqgszo/flutter_google_maps_places_api_free_alternative/
Reddit
From the FlutterDev community on Reddit: Flutter Google Maps Places API Free Alternative
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Apple pay and Stripe
For those who have developed an app in flutter that sells some sort of service/merch, if I am required to use apple pay on ios, however, it does not offer a payout option, can i setup apple pay in my app, so that when users pay with apple pay, it goes to the app stripe account and the app gets a ... https://www.reddit.com/r/FlutterDev/comments/1fra9zs/apple_pay_and_stripe/
Apple pay and Stripe
For those who have developed an app in flutter that sells some sort of service/merch, if I am required to use apple pay on ios, however, it does not offer a payout option, can i setup apple pay in my app, so that when users pay with apple pay, it goes to the app stripe account and the app gets a ... https://www.reddit.com/r/FlutterDev/comments/1fra9zs/apple_pay_and_stripe/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Loading data with Riverpod: an AsyncValue story
submitted by /u/piskariov https://www.reddit.com/r/FlutterDev/comments/1fsq7g2/loadingdatawithriverpodanasyncvaluestory/ comments https://www.reddit.com/r/FlutterDev/comments/1fsq7g2/loading_data_with_riverpod_an_asyncvalue_story/
Loading data with Riverpod: an AsyncValue story
submitted by /u/piskariov https://www.reddit.com/r/FlutterDev/comments/1fsq7g2/loadingdatawithriverpodanasyncvaluestory/ comments https://www.reddit.com/r/FlutterDev/comments/1fsq7g2/loading_data_with_riverpod_an_asyncvalue_story/
Reddit
From the FlutterDev community on Reddit: Loading data with Riverpod: an AsyncValue story
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Video is distorted only on android(chewie)
New to flutter but am a seasoned BE dev, I am having a lot of issues trying to learn flutter. My goal is to rewrite my angular app in flutter so I can get use it on my android phone. After a few days of trying several video libraries(videoplayer, betterplayer, chewie), I settled on chewie. On... https://www.reddit.com/r/FlutterDev/comments/1ftgq4s/video_is_distorted_only_on_androidchewie/
Video is distorted only on android(chewie)
New to flutter but am a seasoned BE dev, I am having a lot of issues trying to learn flutter. My goal is to rewrite my angular app in flutter so I can get use it on my android phone. After a few days of trying several video libraries(videoplayer, betterplayer, chewie), I settled on chewie. On... https://www.reddit.com/r/FlutterDev/comments/1ftgq4s/video_is_distorted_only_on_androidchewie/
Reddit
[deleted by user] : r/FlutterDev
149K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
New post on /r/flutterdev subreddit:
Flutter + Gemini nano
Is there any flutter package that supports the recently released Gemini Nano? submitted by /u/Beautiful_Spray https://www.reddit.com/r/FlutterDev/comments/1fu92yk/flutter_gemini_nano/ [comments] https://www.reddit.com/r/FlutterDev/comments/1fu92yk/flutter_gemini_nano/
Flutter + Gemini nano
Is there any flutter package that supports the recently released Gemini Nano? submitted by /u/Beautiful_Spray https://www.reddit.com/r/FlutterDev/comments/1fu92yk/flutter_gemini_nano/ [comments] https://www.reddit.com/r/FlutterDev/comments/1fu92yk/flutter_gemini_nano/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
๐ท Do you have insights and experience in Flutter that you want to share with an eager audience? ๐ท
๐ฎ๐น The Italian Flutter Conference for developers community it's here! ๐
โ Submit a paper to 2025 edition: https://lnkd.in/dhBnN-yP
We're excited to build the best Flutter Heroes agenda EVER. ๐
๐ฎ๐น The Italian Flutter Conference for developers community it's here! ๐
โ Submit a paper to 2025 edition: https://lnkd.in/dhBnN-yP
We're excited to build the best Flutter Heroes agenda EVER. ๐