โฌ3000 in contest prizes available! Use Livebase to design, generate and deploy your scalable and transactional (micro)services and you can be in with a chance to win CASH! https://www.livebase.com/join-a-livebase-development-contest
๐1
New post on /r/flutterdev subreddit:
collectionvaluenotifier | Flutter Package
submitted by /u/CptSuperlative link comments https://www.reddit.com/r/FlutterDev/comments/11akang/collection_value_notifier_flutter_package/
collectionvaluenotifier | Flutter Package
submitted by /u/CptSuperlative link comments https://www.reddit.com/r/FlutterDev/comments/11akang/collection_value_notifier_flutter_package/
Reddit
[deleted by user] : r/FlutterDev
135K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
๐1
4Dem allows you to create SMS and email campaigns, create flows, submissions, web pages and more. Plus monitoring all statistics. Check them out. https://www.4dem.it/
โค1
Joining us at #FlutterHeroes23 this week? Here's an added bonus... as a ticket holder you receive 50% discount on entry to the superb MAUTO (linked below) for the whole event week + weekend. Go. See. Enjoy.๐๐๐ https://www.museoauto.com/
๐1
New post on /r/flutterdev subreddit:
SMS app
Hello Newbie here ;). I'd like to create an app which will connect to android sms app and will send sms through this app. Is this possible in flutter or react-native? This app is only for the personal use, so I can give it full access to the phone. Is it possible? And any hint would be great... https://www.reddit.com/r/FlutterDev/comments/11aq2wc/sms_app/
SMS app
Hello Newbie here ;). I'd like to create an app which will connect to android sms app and will send sms through this app. Is this possible in flutter or react-native? This app is only for the personal use, so I can give it full access to the phone. Is it possible? And any hint would be great... https://www.reddit.com/r/FlutterDev/comments/11aq2wc/sms_app/
Reddit
From the FlutterDev community on Reddit: SMS app
Posted by rafath - 1 vote and 2 comments
๐1
New post on /r/flutterdev subreddit:
A Non-Custodial Hierarchical Deterministic Bitcoin wallet! Developed using Flutter and BdkFlutter.
submitted by /u/anipy28 link comments https://www.reddit.com/r/FlutterDev/comments/11atp8v/a_noncustodial_hierarchical_deterministic_bitcoin/
A Non-Custodial Hierarchical Deterministic Bitcoin wallet! Developed using Flutter and BdkFlutter.
submitted by /u/anipy28 link comments https://www.reddit.com/r/FlutterDev/comments/11atp8v/a_noncustodial_hierarchical_deterministic_bitcoin/
Reddit
From the FlutterDev community on Reddit: A Non-Custodial Hierarchical Deterministic Bitcoin wallet! Developed using Flutter andโฆ
Explore this post and more from the FlutterDev community
โค1
New post on /r/flutterdev subreddit:
Login UI
submitted by /u/Jolumine1 link comments https://www.reddit.com/r/FlutterDev/comments/11bfo5r/login_ui/
Login UI
submitted by /u/Jolumine1 link comments https://www.reddit.com/r/FlutterDev/comments/11bfo5r/login_ui/
Reddit
From the FlutterDev community on Reddit: Login UI
Explore this post and more from the FlutterDev community
๐3
New post on /r/flutterdev subreddit:
Reorderable listview help!
the element of reorderrable list view return to its original place after navigating back submitted by /u/MasterStrain8784 link comments https://www.reddit.com/r/FlutterDev/comments/11blffn/reorderable_listview_help/
Reorderable listview help!
the element of reorderrable list view return to its original place after navigating back submitted by /u/MasterStrain8784 link comments https://www.reddit.com/r/FlutterDev/comments/11blffn/reorderable_listview_help/
Reddit
From the FlutterDev community on Reddit: Reorderable listview help!
Posted by Master_Strain_8784 - 3 votes and 12 comments
๐3
New post on /r/flutterdev subreddit:
Odd design pattern?
I'm quite new to Flutter and can make basic apps, I've been trying to analyze this code to implement it into my own app but everything seems to be spread out everywhere. Just curious whether this is a specific design pattern or not. https://github.com/mahdinazmi/Flutter-Nutrition-UI submitted ... https://www.reddit.com/r/FlutterDev/comments/11bork4/odd_design_pattern/
Odd design pattern?
I'm quite new to Flutter and can make basic apps, I've been trying to analyze this code to implement it into my own app but everything seems to be spread out everywhere. Just curious whether this is a specific design pattern or not. https://github.com/mahdinazmi/Flutter-Nutrition-UI submitted ... https://www.reddit.com/r/FlutterDev/comments/11bork4/odd_design_pattern/
GitHub
GitHub - mahdinazmi/Flutter-Nutrition-UI
Contribute to mahdinazmi/Flutter-Nutrition-UI development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
New episode of the It's All Widgets! Flutter Podcast with Viktor Lidholt, the founder of Serverpod ๐
submitted by /u/hillel369 link comments https://www.reddit.com/r/FlutterDev/comments/11d5010/new_episode_of_the_its_all_widgets_flutter/
New episode of the It's All Widgets! Flutter Podcast with Viktor Lidholt, the founder of Serverpod ๐
submitted by /u/hillel369 link comments https://www.reddit.com/r/FlutterDev/comments/11d5010/new_episode_of_the_its_all_widgets_flutter/
Reddit
From the FlutterDev community on Reddit: New episode of the It's All Widgets! Flutter Podcast with Viktor Lidholt, the founderโฆ
Explore this post and more from the FlutterDev community
๐1
New post on /r/flutterdev subreddit:
React Js (Web) or Flutter (Mobile) ?
Not sure if this is appropriate to post. Just wanted to know about flutter future and job market submitted by /u/Already_taken_lol_1 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/11db75i/react_js_web_or_flutter_mobile/
React Js (Web) or Flutter (Mobile) ?
Not sure if this is appropriate to post. Just wanted to know about flutter future and job market submitted by /u/Already_taken_lol_1 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/11db75i/react_js_web_or_flutter_mobile/
Reddit
From the FlutterDev community on Reddit: React Js (Web) or Flutter (Mobile) ?
Posted by Already_taken_lol_1 - 0 votes and 1 comment
New post on /r/flutterdev subreddit:
Posting a number value to an endpoint in flutter web
final response = await http.post( Uri.parse(url), body: {"id": 0, "name": "bhag"}, ); Why do i get the following error when i execute the above code in flutter web? and is there any other ways to pass number in the post body? ERROR: ChromeProxyService: Failed to evaluate expression 'place':... https://www.reddit.com/r/FlutterDev/comments/11ddo6w/posting_a_number_value_to_an_endpoint_in_flutter/
Posting a number value to an endpoint in flutter web
final response = await http.post( Uri.parse(url), body: {"id": 0, "name": "bhag"}, ); Why do i get the following error when i execute the above code in flutter web? and is there any other ways to pass number in the post body? ERROR: ChromeProxyService: Failed to evaluate expression 'place':... https://www.reddit.com/r/FlutterDev/comments/11ddo6w/posting_a_number_value_to_an_endpoint_in_flutter/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
๐2
New post on /r/flutterdev subreddit:
State Management Solution: StateX
submitted by /u/gtfperry link comments https://www.reddit.com/r/FlutterDev/comments/11dvyek/state_management_solution_statex/
State Management Solution: StateX
submitted by /u/gtfperry link comments https://www.reddit.com/r/FlutterDev/comments/11dvyek/state_management_solution_statex/
Reddit
From the FlutterDev community on Reddit: State Management Solution: StateX
Explore this post and more from the FlutterDev community
The Flutter Heroes newsletter contains info on the industry, special offers and discounts, plus event updates (video releases, call for papers etc) sign up today https://mailchef.4dem.it/app/public/fog/view/366/2p6
New post on /r/flutterdev subreddit:
i want a udemy course on flutter for free
Flutter & Dart - The Complete Guide 2023 Edition by Maximilian Schwarzmรผller , Since i am a 2nd year student,i can't afford it submitted by /u/MasterStrain8784 link comments https://www.reddit.com/r/FlutterDev/comments/11e76bs/i_want_a_udemy_course_on_flutter_for_free/
i want a udemy course on flutter for free
Flutter & Dart - The Complete Guide 2023 Edition by Maximilian Schwarzmรผller , Since i am a 2nd year student,i can't afford it submitted by /u/MasterStrain8784 link comments https://www.reddit.com/r/FlutterDev/comments/11e76bs/i_want_a_udemy_course_on_flutter_for_free/
Reddit
From the FlutterDev community on Reddit: i want a udemy course on flutter for free
Posted by Master_Strain_8784 - No votes and 9 comments
New post on /r/flutterdev subreddit:
Must I open source my app if I use ffmpeg for video editing?
Hello. I am trying to understand the licensing for using ffmpeg in my flutter app. Most of the packages for trimming video and even doing some other editing uses ffmpeg. It seems like i would need to open source or provide a copy of my source code if someone asks. But I canโt get my head... https://www.reddit.com/r/FlutterDev/comments/11ednbs/must_i_open_source_my_app_if_i_use_ffmpeg_for/
Must I open source my app if I use ffmpeg for video editing?
Hello. I am trying to understand the licensing for using ffmpeg in my flutter app. Most of the packages for trimming video and even doing some other editing uses ffmpeg. It seems like i would need to open source or provide a copy of my source code if someone asks. But I canโt get my head... https://www.reddit.com/r/FlutterDev/comments/11ednbs/must_i_open_source_my_app_if_i_use_ffmpeg_for/
Reddit
[deleted by user] : r/FlutterDev
126K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
๐1
New post on /r/flutterdev subreddit:
Widget Tricks : How to Create Separators for Rows and Columns
submitted by /u/burhanrashid52 link comments https://www.reddit.com/r/FlutterDev/comments/11exat2/widget_tricks_how_to_create_separators_for_rows/
Widget Tricks : How to Create Separators for Rows and Columns
submitted by /u/burhanrashid52 link comments https://www.reddit.com/r/FlutterDev/comments/11exat2/widget_tricks_how_to_create_separators_for_rows/
Reddit
From the FlutterDev community on Reddit: Widget Tricks : How to Create Separators for Rows and Columns
Explore this post and more from the FlutterDev community
๐2
Thanks to Livebase for your support at #FlutterHeroes23 and go go go with the competition! https://www.linkedin.com/company/fhoster/
๐1
New post on /r/flutterdev subreddit:
Coming up in 30 minutes, we have another #dart #flutter Humpday Q&A AMA, with your hosts Simon Lightfoot, Scott Stoll, and Randal Schwartz, joined by guests Danielle Cox and Swav Kulinski!
submitted by /u/RandalSchwartz link comments https://www.reddit.com/r/FlutterDev/comments/11f885i/coming_up_in_30_minutes_we_have_another_dart/
Coming up in 30 minutes, we have another #dart #flutter Humpday Q&A AMA, with your hosts Simon Lightfoot, Scott Stoll, and Randal Schwartz, joined by guests Danielle Cox and Swav Kulinski!
submitted by /u/RandalSchwartz link comments https://www.reddit.com/r/FlutterDev/comments/11f885i/coming_up_in_30_minutes_we_have_another_dart/
Reddit
From the FlutterDev community on Reddit: Coming up in 30 minutes, we have another #dart #flutter Humpday Q&A AMA, with your hostsโฆ
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Have you checked the last version of solidart? Youโll love it ๐
submitted by /u/sephiroth485 link comments https://www.reddit.com/r/FlutterDev/comments/11flk5i/have_you_checked_the_last_version_of_solidart/
Have you checked the last version of solidart? Youโll love it ๐
submitted by /u/sephiroth485 link comments https://www.reddit.com/r/FlutterDev/comments/11flk5i/have_you_checked_the_last_version_of_solidart/
Reddit
[deleted by user] : r/FlutterDev
113K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter. This community participates in theโฆ
๐2
New post on /r/flutterdev subreddit:
How to Use export in Dart to Seamlessly Migrate Classes
submitted by /u/burhanrashid52 link comments https://www.reddit.com/r/FlutterDev/comments/11g0mky/how_to_use_export_in_dart_to_seamlessly_migrate/
How to Use export in Dart to Seamlessly Migrate Classes
submitted by /u/burhanrashid52 link comments https://www.reddit.com/r/FlutterDev/comments/11g0mky/how_to_use_export_in_dart_to_seamlessly_migrate/
Reddit
From the FlutterDev community on Reddit: How to Use export in Dart to Seamlessly Migrate Classes
Explore this post and more from the FlutterDev community
๐2