Check our latest news for Flutter devs and #FlutterHeroes23! Join our newsletter here (no inbox overloading we promise): https://mailchef.4dem.it/app/public/form/view/156s/2h8/yw
New post on /r/flutterdev subreddit:
Flutter Riverpod: A Guide to Provider
submitted by /u/Red_Star25 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/z6pxlx/flutter_riverpod_a_guide_to_provider/
Flutter Riverpod: A Guide to Provider
submitted by /u/Red_Star25 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/z6pxlx/flutter_riverpod_a_guide_to_provider/
New post on /r/flutterdev subreddit:
Simple Tic-Tac-Toe app made w/ Flutter.
submitted by /u/JideGuru link comments https://www.reddit.com/r/FlutterDev/comments/z6w9bo/simple_tictactoe_app_made_w_flutter/
Simple Tic-Tac-Toe app made w/ Flutter.
submitted by /u/JideGuru link comments https://www.reddit.com/r/FlutterDev/comments/z6w9bo/simple_tictactoe_app_made_w_flutter/
New post on /r/flutterdev subreddit:
What are some concepts in Flutter (or Dart in the context of Flutter) that you "just work through" but don't really understand why you're doing it?
For example, I really can't grasp the functions within the state/stateful widgets. Like I have to review the counter example everytime. If I'm invoking a function from an onPressed, where do I put the function? That just hasn't settled in yet. submitted by /u/Sumif link comments https://www.reddit.com/r/FlutterDev/comments/z726r6/what_are_some_concepts_in_flutter_or_dart_in_the/
What are some concepts in Flutter (or Dart in the context of Flutter) that you "just work through" but don't really understand why you're doing it?
For example, I really can't grasp the functions within the state/stateful widgets. Like I have to review the counter example everytime. If I'm invoking a function from an onPressed, where do I put the function? That just hasn't settled in yet. submitted by /u/Sumif link comments https://www.reddit.com/r/FlutterDev/comments/z726r6/what_are_some_concepts_in_flutter_or_dart_in_the/
New post on /r/flutterdev subreddit:
Creating DismissibleStack widget by forking native Dismissible and customizing animations and layout
submitted by /u/antonkrasov link comments https://www.reddit.com/r/FlutterDev/comments/z7gdsq/creating_dismissiblestack_widget_by_forking/
Creating DismissibleStack widget by forking native Dismissible and customizing animations and layout
submitted by /u/antonkrasov link comments https://www.reddit.com/r/FlutterDev/comments/z7gdsq/creating_dismissiblestack_widget_by_forking/
Reddit
r/FlutterDev on Reddit: Creating DismissibleStack widget by forking native Dismissible and customizing animations and layout
Posted by u/antonkrasov - 32 votes and 4 comments
Did you see Majid's presentation about Architectural Thinking on Flutter State Management? Check out his Flutter Heroes presentation and bring yourself up to speed. https://youtu.be/MdeD0XzCeG8
YouTube
Majid Hajian: Architectural thinking on Flutter state management @ Flutter Heroes 2022
Presented live @ Flutter Heroes 2022
Sometimes state management shapes the application architecture, which we even interchangeably call state management, app architecture. State management is a controversial topic among all developers, and it’s, at the same…
Sometimes state management shapes the application architecture, which we even interchangeably call state management, app architecture. State management is a controversial topic among all developers, and it’s, at the same…
New post on /r/flutterdev subreddit:
Flutter CONS
What are some important "should know" CONS about flutter development? E.x Large and Weighty Apps, Limited Ecosystem, Dart is both flutters biggest weakness and greatest strength, And more... I have read online about general weakness, but what are some drawbacks while using it in practice? E.x Is ... https://www.reddit.com/r/FlutterDev/comments/z7vly7/flutter_cons/
Flutter CONS
What are some important "should know" CONS about flutter development? E.x Large and Weighty Apps, Limited Ecosystem, Dart is both flutters biggest weakness and greatest strength, And more... I have read online about general weakness, but what are some drawbacks while using it in practice? E.x Is ... https://www.reddit.com/r/FlutterDev/comments/z7vly7/flutter_cons/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
what happens if I create an Isolate() on a single-core, single-thread platform?
Will dart error out? try to simulate an Isolate with concurrency? can someone please explain this to me? submitted by /u/PHDBroScientist link comments https://www.reddit.com/r/FlutterDev/comments/z8jdex/what_happens_if_i_create_an_isolate_on_a/
what happens if I create an Isolate() on a single-core, single-thread platform?
Will dart error out? try to simulate an Isolate with concurrency? can someone please explain this to me? submitted by /u/PHDBroScientist link comments https://www.reddit.com/r/FlutterDev/comments/z8jdex/what_happens_if_i_create_an_isolate_on_a/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Twilio video alternative free
submitted by /u/StutiNath link comments https://www.reddit.com/r/FlutterDev/comments/z8ok3g/twilio_video_alternative_free/
Twilio video alternative free
submitted by /u/StutiNath link comments https://www.reddit.com/r/FlutterDev/comments/z8ok3g/twilio_video_alternative_free/
Reddit
From the FlutterDev community on Reddit: Twilio video alternative free
Posted by StutiNath - No votes and no comments
New post on /r/flutterdev subreddit:
Join Scott Stoll and Randal Schwartz for Humpday Q&A AMA... you've got questions? We got answers!
submitted by /u/RandalSchwartz link comments https://www.reddit.com/r/FlutterDev/comments/z8vh5c/join_scott_stoll_and_randal_schwartz_for_humpday/
Join Scott Stoll and Randal Schwartz for Humpday Q&A AMA... you've got questions? We got answers!
submitted by /u/RandalSchwartz link comments https://www.reddit.com/r/FlutterDev/comments/z8vh5c/join_scott_stoll_and_randal_schwartz_for_humpday/
Reddit
From the FlutterDev community on Reddit: Join Scott Stoll and Randal Schwartz for Humpday Q&A AMA... you've got questions? We got…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
How do we test navigation? (Testing and Refactoring Legacy code in Flutter, Ep. 11)
submitted by /u/burhanrashid52 link comments https://www.reddit.com/r/FlutterDev/comments/z9dxuj/how_do_we_test_navigation_testing_and_refactoring/
How do we test navigation? (Testing and Refactoring Legacy code in Flutter, Ep. 11)
submitted by /u/burhanrashid52 link comments https://www.reddit.com/r/FlutterDev/comments/z9dxuj/how_do_we_test_navigation_testing_and_refactoring/
Reddit
From the FlutterDev community on Reddit: How do we test navigation? (Testing and Refactoring Legacy code in Flutter, Ep. 11)
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter Gems Monthly Report Issue 2 - Top Dart & Flutter Packages in November
submitted by /u/ashitaprasad link comments https://www.reddit.com/r/FlutterDev/comments/z9nxr5/flutter_gems_monthly_report_issue_2_top_dart/
Flutter Gems Monthly Report Issue 2 - Top Dart & Flutter Packages in November
submitted by /u/ashitaprasad link comments https://www.reddit.com/r/FlutterDev/comments/z9nxr5/flutter_gems_monthly_report_issue_2_top_dart/
Reddit
From the FlutterDev community on Reddit: Flutter Gems Monthly Report Issue 2 - Top Dart & Flutter Packages in November
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
how good is dhiwise?
I asked something about dhiwise in the discord server but got timed out. I am wondering why's the word banned in the server. looking at dhiwise homepage, it seems too good to be true. How's your experience using it? submitted by /u/GlumInteraction160 link comments https://www.reddit.com/r/FlutterDev/comments/zaeofk/how_good_is_dhiwise/
how good is dhiwise?
I asked something about dhiwise in the discord server but got timed out. I am wondering why's the word banned in the server. looking at dhiwise homepage, it seems too good to be true. How's your experience using it? submitted by /u/GlumInteraction160 link comments https://www.reddit.com/r/FlutterDev/comments/zaeofk/how_good_is_dhiwise/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
Check our latest news for Flutter devs and #FlutterHeroes23! Join our newsletter here (no inbox overloading we promise): https://mailchef.4dem.it/app/public/form/view/156s/2h8/yw
It's always useful to have a pipeline of potential #Flutterdev candidates. #FlutterHeroes23 is a great place to start your talent acquisition efforts. Find out about the tailored messages you can send to our extensive database https://flutterheroes.com/2023/flutterheroes-sponsors/
New post on /r/flutterdev subreddit:
GridView in Flutter - SwiftUI - Jetpack Compose
submitted by /u/mobileAcademy link comments https://www.reddit.com/r/FlutterDev/comments/zaldwx/gridview_in_flutter_swiftui_jetpack_compose/
GridView in Flutter - SwiftUI - Jetpack Compose
submitted by /u/mobileAcademy link comments https://www.reddit.com/r/FlutterDev/comments/zaldwx/gridview_in_flutter_swiftui_jetpack_compose/
Reddit
From the FlutterDev community on Reddit: GridView in Flutter - SwiftUI - Jetpack Compose
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
I asked chat GPT from OpenAI to make a flutter app and got this result.
If you want to see full thread with screenshots go to this post. Long story short I was really got off guard by this, i never expected it to be this good, not only does it creates a simple app with navigation but also explains it back, like how it works etc. submitted by ... https://www.reddit.com/r/FlutterDev/comments/zanxut/i_asked_chat_gpt_from_openai_to_make_a_flutter/
I asked chat GPT from OpenAI to make a flutter app and got this result.
If you want to see full thread with screenshots go to this post. Long story short I was really got off guard by this, i never expected it to be this good, not only does it creates a simple app with navigation but also explains it back, like how it works etc. submitted by ... https://www.reddit.com/r/FlutterDev/comments/zanxut/i_asked_chat_gpt_from_openai_to_make_a_flutter/
New post on /r/flutterdev subreddit:
Developing Flutter apps in Windows WSL2? Is it good?
Hello, I just started again with the Flutter dev, However I use windows machine and I'm very much into developing anything on WSL linux environment. I'm wondering if anyone in the community doing that or want to be aware if it shows up any problem using FLutter sdk linux on wsl2 submitted by ... https://www.reddit.com/r/FlutterDev/comments/zbbpqd/developing_flutter_apps_in_windows_wsl2_is_it_good/
Developing Flutter apps in Windows WSL2? Is it good?
Hello, I just started again with the Flutter dev, However I use windows machine and I'm very much into developing anything on WSL linux environment. I'm wondering if anyone in the community doing that or want to be aware if it shows up any problem using FLutter sdk linux on wsl2 submitted by ... https://www.reddit.com/r/FlutterDev/comments/zbbpqd/developing_flutter_apps_in_windows_wsl2_is_it_good/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter Dialogs Tutorial
submitted by /u/syntacops link comments https://www.reddit.com/r/FlutterDev/comments/zbe4ld/flutter_dialogs_tutorial/
Flutter Dialogs Tutorial
submitted by /u/syntacops link comments https://www.reddit.com/r/FlutterDev/comments/zbe4ld/flutter_dialogs_tutorial/
Reddit
From the FlutterDev community on Reddit: Flutter Dialogs Tutorial
Explore this post and more from the FlutterDev community
All of the presentations at #FlutterHeroes23 are in person, on stage in Turin, and assistance for travel is available. Take a look at the call for papers site and see how you can get involved! https://sessionize.com/flutter-heroes-2023/
New post on /r/flutterdev subreddit:
firebase login with username or facebook and google login problem
Whenever I try to connect through Facebook or Google, I get this error through Firebase, it is important to note that I connected login through a username and password using Firebase. I get the error : "exception has occurred". GitHub of the project:... https://www.reddit.com/r/FlutterDev/comments/zbmwfr/firebase_login_with_username_or_facebook_and/
firebase login with username or facebook and google login problem
Whenever I try to connect through Facebook or Google, I get this error through Firebase, it is important to note that I connected login through a username and password using Firebase. I get the error : "exception has occurred". GitHub of the project:... https://www.reddit.com/r/FlutterDev/comments/zbmwfr/firebase_login_with_username_or_facebook_and/
reddit
firebase login with username or facebook and google login problem
Whenever I try to connect through Facebook or Google, I get this error through Firebase, it is important to note that I connected login through a...