New post on /r/flutterdev subreddit:
Macos sandboxing
Hi I started to create a flutter application targetting macos and I immediately ran into a problem - macos sandboxing. In my app I was planning on showing a directory pane that the user is able to navigate and on the right hand pane is the files (not quite a filemanager). But due to sandboxing I ... https://www.reddit.com/r/FlutterDev/comments/1cog8x4/macos_sandboxing/
Macos sandboxing
Hi I started to create a flutter application targetting macos and I immediately ran into a problem - macos sandboxing. In my app I was planning on showing a directory pane that the user is able to navigate and on the right hand pane is the files (not quite a filemanager). But due to sandboxing I ... https://www.reddit.com/r/FlutterDev/comments/1cog8x4/macos_sandboxing/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
๐2
New post on /r/flutterdev subreddit:
Why I'm betting on Dart
submitted by /u/Dillon_Celest https://www.reddit.com/r/FlutterDev/comments/1cp25uo/why_im_betting_on_dart/ [comments] https://www.reddit.com/r/FlutterDev/comments/1cp25uo/why_im_betting_on_dart/
Why I'm betting on Dart
submitted by /u/Dillon_Celest https://www.reddit.com/r/FlutterDev/comments/1cp25uo/why_im_betting_on_dart/ [comments] https://www.reddit.com/r/FlutterDev/comments/1cp25uo/why_im_betting_on_dart/
Reddit
From the FlutterDev community on Reddit: Why I'm betting on Dart
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Publish Flutter Package in 7 Easy Steps
submitted by /u/burhanrashid52 https://www.reddit.com/r/FlutterDev/comments/1cqtonr/publishflutterpackagein7easysteps/ comments https://www.reddit.com/r/FlutterDev/comments/1cqtonr/publish_flutter_package_in_7_easy_steps/
Publish Flutter Package in 7 Easy Steps
submitted by /u/burhanrashid52 https://www.reddit.com/r/FlutterDev/comments/1cqtonr/publishflutterpackagein7easysteps/ comments https://www.reddit.com/r/FlutterDev/comments/1cqtonr/publish_flutter_package_in_7_easy_steps/
Reddit
From the FlutterDev community on Reddit: Publish Flutter Package in 7 Easy Steps
Explore this post and more from the FlutterDev community
๐3
New post on /r/flutterdev subreddit:
Flutter Web WASM is now stable. Will you use it as a default?
submitted by /u/IThinkWong https://www.reddit.com/r/FlutterDev/comments/1crgsoh/flutterwebwasmisnowstablewillyouuseitas/ comments https://www.reddit.com/r/FlutterDev/comments/1crgsoh/flutter_web_wasm_is_now_stable_will_you_use_it_as/
Flutter Web WASM is now stable. Will you use it as a default?
submitted by /u/IThinkWong https://www.reddit.com/r/FlutterDev/comments/1crgsoh/flutterwebwasmisnowstablewillyouuseitas/ comments https://www.reddit.com/r/FlutterDev/comments/1crgsoh/flutter_web_wasm_is_now_stable_will_you_use_it_as/
Reddit
From the FlutterDev community on Reddit: Flutter Web WASM is now stable. Will you use it as a default?
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Proposal to reduce (Stateful/Stateless)Widget boilerplate with experimental macros feature
submitted by /u/groogoloog https://www.reddit.com/r/FlutterDev/comments/1csarmf/proposal_to_reduce_statefulstatelesswidget/ [comments] https://www.reddit.com/r/FlutterDev/comments/1csarmf/proposal_to_reduce_statefulstatelesswidget/
Proposal to reduce (Stateful/Stateless)Widget boilerplate with experimental macros feature
submitted by /u/groogoloog https://www.reddit.com/r/FlutterDev/comments/1csarmf/proposal_to_reduce_statefulstatelesswidget/ [comments] https://www.reddit.com/r/FlutterDev/comments/1csarmf/proposal_to_reduce_statefulstatelesswidget/
Reddit
From the FlutterDev community on Reddit: Proposal to reduce (Stateful/Stateless)Widget boilerplate with experimental macros feature
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter new update of 3.22
I had some error in my project file when i update the flutter version the presentation nav bar shows some errors is there any possible way to edit that ? submitted by /u/Delicious-Base-6086 https://www.reddit.com/r/FlutterDev/comments/1ct5p6a/flutternewupdateof322/ comments https://www.reddit.com/r/FlutterDev/comments/1ct5p6a/flutter_new_update_of_322/
Flutter new update of 3.22
I had some error in my project file when i update the flutter version the presentation nav bar shows some errors is there any possible way to edit that ? submitted by /u/Delicious-Base-6086 https://www.reddit.com/r/FlutterDev/comments/1ct5p6a/flutternewupdateof322/ comments https://www.reddit.com/r/FlutterDev/comments/1ct5p6a/flutter_new_update_of_322/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
โค1๐1
New post on /r/flutterdev subreddit:
Flutter vs. Kotlin for WearOS? Can I expect to run into any walls with Flutter?
I know Flutter supports WearOS but I'm curious if anyone's used both Flutter and Kotlin can speak to the dev experience for each? I really like Dart but I'm not a Flutter expert by any means. Haven't used it in a while to be honest but I remember running into walls when it comes to "native"... https://www.reddit.com/r/FlutterDev/comments/1ctutos/flutter_vs_kotlin_for_wearos_can_i_expect_to_run/
Flutter vs. Kotlin for WearOS? Can I expect to run into any walls with Flutter?
I know Flutter supports WearOS but I'm curious if anyone's used both Flutter and Kotlin can speak to the dev experience for each? I really like Dart but I'm not a Flutter expert by any means. Haven't used it in a while to be honest but I remember running into walls when it comes to "native"... https://www.reddit.com/r/FlutterDev/comments/1ctutos/flutter_vs_kotlin_for_wearos_can_i_expect_to_run/
Reddit
[deleted by user] : r/FlutterDev
157K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
๐2
New post on /r/flutterdev subreddit:
Data schema migration
For those using Riverpod or Bloc or some other state persistence that uses Json/Map data, how do you migrate your data to a different schema? Is there a package to help with it? submitted by /u/albemala https://www.reddit.com/r/FlutterDev/comments/1cut33w/dataschemamigration/ comments https://www.reddit.com/r/FlutterDev/comments/1cut33w/data_schema_migration/
Data schema migration
For those using Riverpod or Bloc or some other state persistence that uses Json/Map data, how do you migrate your data to a different schema? Is there a package to help with it? submitted by /u/albemala https://www.reddit.com/r/FlutterDev/comments/1cut33w/dataschemamigration/ comments https://www.reddit.com/r/FlutterDev/comments/1cut33w/data_schema_migration/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
๐2
New post on /r/flutterdev subreddit:
How do you implement social login in your project?
I am working on an mobile app and I am wondering, how do you implement social login for your own project. I am interested in the following: Apple account Microsoft account Google Google one tap Instagram submitted by /u/thelazybeaver10 https://www.reddit.com/r/FlutterDev/comments/1cw8lja/howdoyouimplementsociallogininyourproject/ comments https://www.reddit.com/r/FlutterDev/comments/1cw8lja/how_do_you_implement_social_login_in_your_project/
How do you implement social login in your project?
I am working on an mobile app and I am wondering, how do you implement social login for your own project. I am interested in the following: Apple account Microsoft account Google Google one tap Instagram submitted by /u/thelazybeaver10 https://www.reddit.com/r/FlutterDev/comments/1cw8lja/howdoyouimplementsociallogininyourproject/ comments https://www.reddit.com/r/FlutterDev/comments/1cw8lja/how_do_you_implement_social_login_in_your_project/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
โค3
New post on /r/flutterdev subreddit:
Flutter Coding, Approach & Insights of a Senior Flutter Dev
submitted by /u/codaveto https://www.reddit.com/r/FlutterDev/comments/1cwzro5/fluttercodingapproachinsightsofasenior/ comments https://www.reddit.com/r/FlutterDev/comments/1cwzro5/flutter_coding_approach_insights_of_a_senior/
Flutter Coding, Approach & Insights of a Senior Flutter Dev
submitted by /u/codaveto https://www.reddit.com/r/FlutterDev/comments/1cwzro5/fluttercodingapproachinsightsofasenior/ comments https://www.reddit.com/r/FlutterDev/comments/1cwzro5/flutter_coding_approach_insights_of_a_senior/
Reddit
From the FlutterDev community on Reddit: Flutter Coding, Approach & Insights of a Senior Flutter Dev
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
easy sqflite curd operation tutorial
Hi, I am new to Flutter and still learning it. I have found a good curd operation sqflite tutorial online. If anyone learning sqflite, they can check it out. If someone experienced wants to share some other tutorial or study material, it would be great. here is the link of tutorial submitted... https://www.reddit.com/r/FlutterDev/comments/1cxssra/easy_sqflite_curd_operation_tutorial/
easy sqflite curd operation tutorial
Hi, I am new to Flutter and still learning it. I have found a good curd operation sqflite tutorial online. If anyone learning sqflite, they can check it out. If someone experienced wants to share some other tutorial or study material, it would be great. here is the link of tutorial submitted... https://www.reddit.com/r/FlutterDev/comments/1cxssra/easy_sqflite_curd_operation_tutorial/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
โค4๐1
New post on /r/flutterdev subreddit:
Why Flutter will conquer the multiplatform world
So, I've been thinking about how Google seems to be pushing Kotlin Multiplatform over Dart + Flutter, even though Flutter is the clear winner when it comes to multiplatform frameworks. It's got a ton of big-name adopters and a super passionate community. So Why is Google doing it? But, if you... https://www.reddit.com/r/FlutterDev/comments/1cylf9f/why_flutter_will_conquer_the_multiplatform_world/
Why Flutter will conquer the multiplatform world
So, I've been thinking about how Google seems to be pushing Kotlin Multiplatform over Dart + Flutter, even though Flutter is the clear winner when it comes to multiplatform frameworks. It's got a ton of big-name adopters and a super passionate community. So Why is Google doing it? But, if you... https://www.reddit.com/r/FlutterDev/comments/1cylf9f/why_flutter_will_conquer_the_multiplatform_world/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
๐1๐1
New post on /r/flutterdev subreddit:
Final part is released.
submitted by /u/MobileAppsAcademy https://www.reddit.com/r/FlutterDev/comments/1czceju/final_part_is_released/ [comments] https://www.reddit.com/r/FlutterDev/comments/1czceju/final_part_is_released/
Final part is released.
submitted by /u/MobileAppsAcademy https://www.reddit.com/r/FlutterDev/comments/1czceju/final_part_is_released/ [comments] https://www.reddit.com/r/FlutterDev/comments/1czceju/final_part_is_released/
Reddit
From the FlutterDev community on Reddit: Final part is released.
Posted by MobileAppsAcademy - 0 votes and 0 comments
New post on /r/flutterdev subreddit:
Kotlin Multiplatform vs Flutter: Which should we use?
submitted by /u/kboy https://www.reddit.com/r/FlutterDev/comments/1d089cw/kotlinmultiplatformvsflutterwhichshouldwe/ comments https://www.reddit.com/r/FlutterDev/comments/1d089cw/kotlin_multiplatform_vs_flutter_which_should_we/
Kotlin Multiplatform vs Flutter: Which should we use?
submitted by /u/kboy https://www.reddit.com/r/FlutterDev/comments/1d089cw/kotlinmultiplatformvsflutterwhichshouldwe/ comments https://www.reddit.com/r/FlutterDev/comments/1d089cw/kotlin_multiplatform_vs_flutter_which_should_we/
Reddit
From the FlutterDev community on Reddit: Kotlin Multiplatform vs Flutter: Which should we use?
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Why am I continuing to bet on Flutter
submitted by /u/Nash0x7E2 https://www.reddit.com/r/FlutterDev/comments/1d1erww/why_am_i_continuing_to_bet_on_flutter/ [comments] https://www.reddit.com/r/FlutterDev/comments/1d1erww/why_am_i_continuing_to_bet_on_flutter/
Why am I continuing to bet on Flutter
submitted by /u/Nash0x7E2 https://www.reddit.com/r/FlutterDev/comments/1d1erww/why_am_i_continuing_to_bet_on_flutter/ [comments] https://www.reddit.com/r/FlutterDev/comments/1d1erww/why_am_i_continuing_to_bet_on_flutter/
Reddit
From the FlutterDev community on Reddit: Why am I continuing to bet on Flutter
Explore this post and more from the FlutterDev community
๐1
New post on /r/flutterdev subreddit:
Moving to flutter from native + hybrid tech stack
Hello guys. I am the product manager at an Edtech startup. Our product allows subscribed students to access live classes and their recordings. Only subscribed users are allowed to do so and through the application. Current platforms: 1: Web application: React 2: Desktop application: Electron 3:... https://www.reddit.com/r/FlutterDev/comments/1d2akyh/moving_to_flutter_from_native_hybrid_tech_stack/
Moving to flutter from native + hybrid tech stack
Hello guys. I am the product manager at an Edtech startup. Our product allows subscribed students to access live classes and their recordings. Only subscribed users are allowed to do so and through the application. Current platforms: 1: Web application: React 2: Desktop application: Electron 3:... https://www.reddit.com/r/FlutterDev/comments/1d2akyh/moving_to_flutter_from_native_hybrid_tech_stack/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
โค1
New post on /r/flutterdev subreddit:
Searching for "Flutter" jobs in nutshell
submitted by /u/saucetoss6 https://www.reddit.com/r/FlutterDev/comments/1d32pm5/searching_for_flutter_jobs_in_nutshell/ [comments] https://www.reddit.com/r/FlutterDev/comments/1d32pm5/searching_for_flutter_jobs_in_nutshell/
Searching for "Flutter" jobs in nutshell
submitted by /u/saucetoss6 https://www.reddit.com/r/FlutterDev/comments/1d32pm5/searching_for_flutter_jobs_in_nutshell/ [comments] https://www.reddit.com/r/FlutterDev/comments/1d32pm5/searching_for_flutter_jobs_in_nutshell/
Reddit
From the FlutterDev community on Reddit: Searching for "Flutter" jobs in nutshell
Explore this post and more from the FlutterDev community
โค1
New post on /r/flutterdev subreddit:
New Problem with Google's 20 Testers Policy
We all know about Google's new 20 testers policy where developers need to test their apps with 20 testers for 14 days before publishing new apps into Google Play. Starting from May, production access to many developers are getting declined even after 14 days and they are getting the below mails... https://www.reddit.com/r/FlutterDev/comments/1d3wshn/new_problem_with_googles_20_testers_policy/
New Problem with Google's 20 Testers Policy
We all know about Google's new 20 testers policy where developers need to test their apps with 20 testers for 14 days before publishing new apps into Google Play. Starting from May, production access to many developers are getting declined even after 14 days and they are getting the below mails... https://www.reddit.com/r/FlutterDev/comments/1d3wshn/new_problem_with_googles_20_testers_policy/
Reddit
From the FlutterDev community on Reddit: New Problem with Google's 20 Testers Policy
Explore this post and more from the FlutterDev community
๐1
New post on /r/flutterdev subreddit:
Made a simple ToDo list app using BLoC and SQfLite.
I made it as quick practice for using BLoC for state management and SQfLite for local data storage. Nothing crazy about it, but was fun to bring it to the finish line.You can check out the code for it here: https://github.com/TheFitBrogrammer/Flutter/tree/main/SimplyToDo Also available for... https://www.reddit.com/r/FlutterDev/comments/1d4bdd3/made_a_simple_todo_list_app_using_bloc_and_sqflite/
Made a simple ToDo list app using BLoC and SQfLite.
I made it as quick practice for using BLoC for state management and SQfLite for local data storage. Nothing crazy about it, but was fun to bring it to the finish line.You can check out the code for it here: https://github.com/TheFitBrogrammer/Flutter/tree/main/SimplyToDo Also available for... https://www.reddit.com/r/FlutterDev/comments/1d4bdd3/made_a_simple_todo_list_app_using_bloc_and_sqflite/
GitHub
Flutter/SimplyToDo at main ยท TheFitBrogrammer/Flutter
Repository of Flutter Projects. Contribute to TheFitBrogrammer/Flutter development by creating an account on GitHub.
๐2
New post on /r/flutterdev subreddit:
I need feedback for my text based e-learning app as the app is developed with flutter.
I am a software developer who recently graduated from university. I have developed a text-based Python learning app called Python Notebook. One of the key features of the app is that every screen has a gradient background. I developed this app from scratch on my own. I would appreciate any... https://www.reddit.com/r/FlutterDev/comments/1d5h8ib/i_need_feedback_for_my_text_based_elearning_app/
I need feedback for my text based e-learning app as the app is developed with flutter.
I am a software developer who recently graduated from university. I have developed a text-based Python learning app called Python Notebook. One of the key features of the app is that every screen has a gradient background. I developed this app from scratch on my own. I would appreciate any... https://www.reddit.com/r/FlutterDev/comments/1d5h8ib/i_need_feedback_for_my_text_based_elearning_app/
Reddit
[deleted by user] : r/FlutterDev
147K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
๐2โค1