We're already looking forward to building an even better #FlutterHeroes24. Share your thoughts and ideas with us. It's YOUR event and we appreciate all your input.
New post on /r/flutterdev subreddit:
Packages analysis in DartLens 1.1.0
Hey, everyone! DartLens has been updated to version 1.1.0! Here are some of the new features: Packages analysis: With this feature you can list all the packages in your project, change their versions, and upgrade to the latest version available. This can save you time manually editing your... https://www.reddit.com/r/FlutterDev/comments/11xiusz/packages_analysis_in_dartlens_110/
Packages analysis in DartLens 1.1.0
Hey, everyone! DartLens has been updated to version 1.1.0! Here are some of the new features: Packages analysis: With this feature you can list all the packages in your project, change their versions, and upgrade to the latest version available. This can save you time manually editing your... https://www.reddit.com/r/FlutterDev/comments/11xiusz/packages_analysis_in_dartlens_110/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
User friendly options for short sessions
We have an underlying security requirement for short sessions (30 minutes). This requirement isn't negotiable (based on a third party accounting integration requirement). I'm looking for a way to make that more user friendly for the native app users. Our app users are low tech, commonly forget... https://www.reddit.com/r/FlutterDev/comments/11xlzgx/user_friendly_options_for_short_sessions/
User friendly options for short sessions
We have an underlying security requirement for short sessions (30 minutes). This requirement isn't negotiable (based on a third party accounting integration requirement). I'm looking for a way to make that more user friendly for the native app users. Our app users are low tech, commonly forget... https://www.reddit.com/r/FlutterDev/comments/11xlzgx/user_friendly_options_for_short_sessions/
Reddit
From the FlutterDev community on Reddit: User friendly options for short sessions
Posted by Significant-Arrival - No votes and 4 comments
New post on /r/flutterdev subreddit:
Flutter bloc - flutter http
is there a way to hit the api in the background for 30 seconds (Currrently i have an bloc event that hits the api when the page first loads on initstate) but the problem is ill need to hit the api even after that for like 30 seconds continuously and then if the appropriate response from the... https://www.reddit.com/r/FlutterDev/comments/11y8dfz/flutter_bloc_flutter_http/
Flutter bloc - flutter http
is there a way to hit the api in the background for 30 seconds (Currrently i have an bloc event that hits the api when the page first loads on initstate) but the problem is ill need to hit the api even after that for like 30 seconds continuously and then if the appropriate response from the... https://www.reddit.com/r/FlutterDev/comments/11y8dfz/flutter_bloc_flutter_http/
Reddit
From the FlutterDev community on Reddit: Flutter bloc - flutter http
Posted by BullfrogStock9679 - 2 votes and 5 comments
New post on /r/flutterdev subreddit:
I made an AI-Powered Workout Planner with Flutter
Hey, I made an AI-Powered workout planner with Flutter. https://github.com/zinedkaloc/ai-workout-planner I've deployed it to Netlify, is there any other options to deploy flutter web apps? submitted by /u/HeftyPerformer246 link comments https://www.reddit.com/r/FlutterDev/comments/11yfgc5/i_made_an_aipowered_workout_planner_with_flutter/
I made an AI-Powered Workout Planner with Flutter
Hey, I made an AI-Powered workout planner with Flutter. https://github.com/zinedkaloc/ai-workout-planner I've deployed it to Netlify, is there any other options to deploy flutter web apps? submitted by /u/HeftyPerformer246 link comments https://www.reddit.com/r/FlutterDev/comments/11yfgc5/i_made_an_aipowered_workout_planner_with_flutter/
GitHub
GitHub - zinedkaloc/ai-workout-planner: Workout Planner&Fitness Coach - Using OpenAI Chat Completion API
Workout Planner&Fitness Coach - Using OpenAI Chat Completion API - zinedkaloc/ai-workout-planner
It was great to work with GeniusCrew as a sponsor at #FlutterHeroes23 thanks for all your support https://geniuscrew.eu/
New post on /r/flutterdev subreddit:
Code Organization | Best Practices for Flutter Development
An essential component of software development is code organization. More productivity and fewer mistakes result from simpler navigation, maintenance, and scaling of your code thanks to a well-organized codebase. The numerous methods for arranging code files and folders, best practices for... https://www.reddit.com/r/FlutterDev/comments/11yp1ty/code_organization_best_practices_for_flutter/
Code Organization | Best Practices for Flutter Development
An essential component of software development is code organization. More productivity and fewer mistakes result from simpler navigation, maintenance, and scaling of your code thanks to a well-organized codebase. The numerous methods for arranging code files and folders, best practices for... https://www.reddit.com/r/FlutterDev/comments/11yp1ty/code_organization_best_practices_for_flutter/
Reddit
From the FlutterDev community on Reddit: Code Organization | Best Practices for Flutter Development
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
AI generated images for flutter app
Can I use images(app logo, assets) generated with midjourney ai to my flutter quiz app which going to publish in playstore.It is ok or will be it a problem when it comes to playstore. submitted by /u/chamidilshan link comments https://www.reddit.com/r/FlutterDev/comments/11z7jlt/ai_generated_images_for_flutter_app/
AI generated images for flutter app
Can I use images(app logo, assets) generated with midjourney ai to my flutter quiz app which going to publish in playstore.It is ok or will be it a problem when it comes to playstore. submitted by /u/chamidilshan link comments https://www.reddit.com/r/FlutterDev/comments/11z7jlt/ai_generated_images_for_flutter_app/
Reddit
From the FlutterDev community on Reddit: AI generated images for flutter app
Posted by chamidilshan - 0 votes and 5 comments
New post on /r/flutterdev subreddit:
Flutter Vs Ionic: A Complete Guide to Make the Right Choice
submitted by /u/Sheena_McLean [link] [comments] https://www.reddit.com/r/FlutterDev/comments/11zlis2/flutter_vs_ionic_a_complete_guide_to_make_the/
Flutter Vs Ionic: A Complete Guide to Make the Right Choice
submitted by /u/Sheena_McLean [link] [comments] https://www.reddit.com/r/FlutterDev/comments/11zlis2/flutter_vs_ionic_a_complete_guide_to_make_the/
Reddit
From the FlutterDev community on Reddit: Flutter Vs Ionic: A Complete Guide to Make the Right Choice
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Can I initialize 2 flutter apps? Flutter WEB
I have a site, mysyte.com, where I have two Flutter apps, one in the root folder mysite.com/ and the other at mysite.com/second/. I wanted to know if by going directly to mysite.com/second/, instead of only uploading the second app, is it possible to upload also the app in root folder? So if I... https://www.reddit.com/r/FlutterDev/comments/11zq6zi/can_i_initialize_2_flutter_apps_flutter_web/
Can I initialize 2 flutter apps? Flutter WEB
I have a site, mysyte.com, where I have two Flutter apps, one in the root folder mysite.com/ and the other at mysite.com/second/. I wanted to know if by going directly to mysite.com/second/, instead of only uploading the second app, is it possible to upload also the app in root folder? So if I... https://www.reddit.com/r/FlutterDev/comments/11zq6zi/can_i_initialize_2_flutter_apps_flutter_web/
New post on /r/flutterdev subreddit:
Flutter News EP2 | Listview scroll, Undo/redo in EditText, and more updates! | Flutter Github
submitted by /u/sahaj_rana [link] [comments] https://www.reddit.com/r/FlutterDev/comments/120ccyl/flutter_news_ep2_listview_scroll_undoredo_in/
Flutter News EP2 | Listview scroll, Undo/redo in EditText, and more updates! | Flutter Github
submitted by /u/sahaj_rana [link] [comments] https://www.reddit.com/r/FlutterDev/comments/120ccyl/flutter_news_ep2_listview_scroll_undoredo_in/
Reddit
From the FlutterDev community on Reddit: Flutter News EP2 | Listview scroll, Undo/redo in EditText, and more updates! | Flutter…
Explore this post and more from the FlutterDev community
We warmly welcome feedback from all of our #FlutterHeroes23 participants, speakers and sponsors. You'll get a link to a feedback form and we can't wait to see what you want to share with us!
New post on /r/flutterdev subreddit:
<UPCOMING MEETUP> Accessibility with Flutter: Apps are for everyone
Hi all, we have something that we'd like to share with the Flutter community! We at Rebel App Studio (by Codemate) are hosting an online meetup next week Thursday, March 30 at 5 PM (GMT +2) about a topic that is close to our hearts - accessibility in apps. We will cover topics such as... https://www.reddit.com/r/FlutterDev/comments/120j2xl/upcoming_meetup_accessibility_with_flutter_apps/
<UPCOMING MEETUP> Accessibility with Flutter: Apps are for everyone
Hi all, we have something that we'd like to share with the Flutter community! We at Rebel App Studio (by Codemate) are hosting an online meetup next week Thursday, March 30 at 5 PM (GMT +2) about a topic that is close to our hearts - accessibility in apps. We will cover topics such as... https://www.reddit.com/r/FlutterDev/comments/120j2xl/upcoming_meetup_accessibility_with_flutter_apps/
Reddit
From the FlutterDev community on Reddit: <UPCOMING MEETUP> Accessibility with Flutter: Apps are for everyone
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
How to Use Checkbox and CheckboxListTile in Flutter
submitted by /u/NamitaDalal link comments https://www.reddit.com/r/FlutterDev/comments/120ora9/how_to_use_checkbox_and_checkboxlisttile_in/
How to Use Checkbox and CheckboxListTile in Flutter
submitted by /u/NamitaDalal link comments https://www.reddit.com/r/FlutterDev/comments/120ora9/how_to_use_checkbox_and_checkboxlisttile_in/
New post on /r/flutterdev subreddit:
Flutter BLoc Custom Tab Bar Toggle | Load Network Data | RepositoryProvider
submitted by /u/DBestech link comments https://www.reddit.com/r/FlutterDev/comments/121h5u5/flutter_bloc_custom_tab_bar_toggle_load_network/
Flutter BLoc Custom Tab Bar Toggle | Load Network Data | RepositoryProvider
submitted by /u/DBestech link comments https://www.reddit.com/r/FlutterDev/comments/121h5u5/flutter_bloc_custom_tab_bar_toggle_load_network/
Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
ok, Here are 5 Possible ways you can have money as a flutter developer | Long shot
submitted by /u/base77 link comments https://www.reddit.com/r/FlutterDev/comments/121l2pi/ok_here_are_5_possible_ways_you_can_have_money_as/
ok, Here are 5 Possible ways you can have money as a flutter developer | Long shot
submitted by /u/base77 link comments https://www.reddit.com/r/FlutterDev/comments/121l2pi/ok_here_are_5_possible_ways_you_can_have_money_as/
Reddit
From the FlutterDev community on Reddit: ok, Here are 5 Possible ways you can have money as a flutter developer | Long shot
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter “swipe” feature responsiveness
I’m need to build an app with good “native feeling” swipe functionality (swiping items to move them to the top of a list). I want cross platform so thinking of hiring a Flutter developer. Will Flutter give me as responsive interaction design as it would if I was building in... https://www.reddit.com/r/FlutterDev/comments/121tx6l/flutter_swipe_feature_responsiveness/
Flutter “swipe” feature responsiveness
I’m need to build an app with good “native feeling” swipe functionality (swiping items to move them to the top of a list). I want cross platform so thinking of hiring a Flutter developer. Will Flutter give me as responsive interaction design as it would if I was building in... https://www.reddit.com/r/FlutterDev/comments/121tx6l/flutter_swipe_feature_responsiveness/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter generate image Recognizer to text using openAI - Devhubspot
submitted by /u/sudarshanvis10 link comments https://www.reddit.com/r/FlutterDev/comments/123ekuk/flutter_generate_image_recognizer_to_text_using/
Flutter generate image Recognizer to text using openAI - Devhubspot
submitted by /u/sudarshanvis10 link comments https://www.reddit.com/r/FlutterDev/comments/123ekuk/flutter_generate_image_recognizer_to_text_using/
Reddit
From the FlutterDev community on Reddit: Flutter generate image Recognizer to text using openAI - Devhubspot
Posted by sudarshanvis10 - 4 votes and no comments
New post on /r/flutterdev subreddit:
Introducing flutter_eval v0.6: A true seamless code push solution with partial hot-swap updates, dart:io support, runtime permissions, and much more
Hi all! flutter_eval is my project to build a seamless OTA code-push solution for Flutter based on dart_eval. Cumulatively, I've been working on the two packages for over two years now and I'm excited to announce the largest update yet: version 0.6. v0.6 is important for a few reasons. First... https://www.reddit.com/r/FlutterDev/comments/123lh20/introducing_flutter_eval_v06_a_true_seamless_code/
Introducing flutter_eval v0.6: A true seamless code push solution with partial hot-swap updates, dart:io support, runtime permissions, and much more
Hi all! flutter_eval is my project to build a seamless OTA code-push solution for Flutter based on dart_eval. Cumulatively, I've been working on the two packages for over two years now and I'm excited to announce the largest update yet: version 0.6. v0.6 is important for a few reasons. First... https://www.reddit.com/r/FlutterDev/comments/123lh20/introducing_flutter_eval_v06_a_true_seamless_code/
Reddit
From the FlutterDev community on Reddit: Introducing flutter_eval v0.6: A true seamless code push solution with partial hot-swap…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Suggestions for a bigger - mechanical engineer.
As someone who is not a programmer and/or not a CS student, but has an okay background of them, what suggestions would you give to me in terms of Flutter project that may be beneficial in terms of learning the language. submitted by /u/Faw100 link comments https://www.reddit.com/r/FlutterDev/comments/123qfls/suggestions_for_a_bigger_mechanical_engineer/
Suggestions for a bigger - mechanical engineer.
As someone who is not a programmer and/or not a CS student, but has an okay background of them, what suggestions would you give to me in terms of Flutter project that may be beneficial in terms of learning the language. submitted by /u/Faw100 link comments https://www.reddit.com/r/FlutterDev/comments/123qfls/suggestions_for_a_bigger_mechanical_engineer/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
App Feedback Thread - March 27, 2023
This thread is for getting feedback on your own apps. ## Developers: must provide feedback for others must include Play Store, App Store, GitHub, GitLab, or BitBucket link must make top level comment must make effort to respond to questions and... https://www.reddit.com/r/FlutterDev/comments/123wpbs/app_feedback_thread_march_27_2023/
App Feedback Thread - March 27, 2023
This thread is for getting feedback on your own apps. ## Developers: must provide feedback for others must include Play Store, App Store, GitHub, GitLab, or BitBucket link must make top level comment must make effort to respond to questions and... https://www.reddit.com/r/FlutterDev/comments/123wpbs/app_feedback_thread_march_27_2023/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community