New post on /r/flutterdev subreddit:
Dynamic Linking in Flutter for Android
We share products, articles, photos, and whatnot on a daily basis. While working on a project I wanted to implement something similar but had a lot of trouble finding out the latest way to do it. Here's the latest way to do it, folks!Medium Link show some love :) submitted by ... https://www.reddit.com/r/FlutterDev/comments/vo7w04/dynamic_linking_in_flutter_for_android/
Dynamic Linking in Flutter for Android
We share products, articles, photos, and whatnot on a daily basis. While working on a project I wanted to implement something similar but had a lot of trouble finding out the latest way to do it. Here's the latest way to do it, folks!Medium Link show some love :) submitted by ... https://www.reddit.com/r/FlutterDev/comments/vo7w04/dynamic_linking_in_flutter_for_android/
Reddit
From the FlutterDev community on Reddit: Dynamic Linking in Flutter for Android
Posted by snitch_2411 - 5 votes and 1 comment
New post on /r/flutterdev subreddit:
Flutter Snap instalation or Manual installation (using deb/tar)
Which is better?Why? submitted by /u/BeingTomHolland link comments https://www.reddit.com/r/FlutterDev/comments/voa9eb/flutter_snap_instalation_or_manual_installation/
Flutter Snap instalation or Manual installation (using deb/tar)
Which is better?Why? submitted by /u/BeingTomHolland link comments https://www.reddit.com/r/FlutterDev/comments/voa9eb/flutter_snap_instalation_or_manual_installation/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
π1
New post on /r/flutterdev subreddit:
State Management and division
I was planning to start applying for Flutter positions in a few months and I've noticed how messy the data handling part is. InheritedWidget, Provider, Riverpod, GetIt, BLoC, GetX, Redux, Flutter Hooks, Mobx, Triple Pattern, States Rebuilder, Binder, Fish-Redux and list goes on... Honestly I'll... https://www.reddit.com/r/FlutterDev/comments/vosnud/state_management_and_division/
State Management and division
I was planning to start applying for Flutter positions in a few months and I've noticed how messy the data handling part is. InheritedWidget, Provider, Riverpod, GetIt, BLoC, GetX, Redux, Flutter Hooks, Mobx, Triple Pattern, States Rebuilder, Binder, Fish-Redux and list goes on... Honestly I'll... https://www.reddit.com/r/FlutterDev/comments/vosnud/state_management_and_division/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
π2
π’π’ See all of the presentations from Flutter Heroes 2022! π₯
The Flutter Heroes 2022 agenda covered Flutter navigation, localization / internationalization of apps, Flutter state management and adding Flutter to existing apps. That's a whole lot of useful Flutter learning for you, and all of those presentations are now available to everyone on the Flutter Heroes YouTube channel.
The Flutter Heroes 2022 agenda covered Flutter navigation, localization / internationalization of apps, Flutter state management and adding Flutter to existing apps. That's a whole lot of useful Flutter learning for you, and all of those presentations are now available to everyone on the Flutter Heroes YouTube channel.
π4
New post on /r/flutterdev subreddit:
List of web apps built with Flutter
I googled for a list of web apps built with Flutter but the results are mostly mobile apps. Hence, I would appreciate it if you contributed with a link where we can find web apps built on flutter, or simply web apps that you are personally aware of. β thanks submitted by /u/danieldd_ ... https://www.reddit.com/r/FlutterDev/comments/voxj4x/list_of_web_apps_built_with_flutter/
List of web apps built with Flutter
I googled for a list of web apps built with Flutter but the results are mostly mobile apps. Hence, I would appreciate it if you contributed with a link where we can find web apps built on flutter, or simply web apps that you are personally aware of. β thanks submitted by /u/danieldd_ ... https://www.reddit.com/r/FlutterDev/comments/voxj4x/list_of_web_apps_built_with_flutter/
Reddit
List of web apps built with Flutter : r/FlutterDev
33 votes, 63 comments. 156K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
π3
New post on /r/flutterdev subreddit:
Learn how to add a Pull-to-Refresh to a ListView
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/vp0jmq/learn_how_to_add_a_pulltorefresh_to_a_listview/
Learn how to add a Pull-to-Refresh to a ListView
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/vp0jmq/learn_how_to_add_a_pulltorefresh_to_a_listview/
Reddit
From the FlutterDev community on Reddit: Learn how to add a Pull-to-Refresh to a ListView
Explore this post and more from the FlutterDev community
π€1
New post on /r/flutterdev subreddit:
Build a Flutter app with Very Good CLI and Supabase
submitted by /u/Flashy_Editor6877 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vpauur/build_a_flutter_app_with_very_good_cli_and/
Build a Flutter app with Very Good CLI and Supabase
submitted by /u/Flashy_Editor6877 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vpauur/build_a_flutter_app_with_very_good_cli_and/
Reddit
From the FlutterDev community on Reddit: Build a Flutter app with Very Good CLI and Supabase
Explore this post and more from the FlutterDev community
π1
New post on /r/flutterdev subreddit:
Adding a ScrollController to ListView in PageView makes the headers persistent in NestedScrollView
I have a NestedScrollView with a Container in the header and PageView as its body. The PageView has 2 children ( a ListView and an empty Container). When I don't supply a ScrollController to the ListView, the scrolling works just fine. But when I add a ScrollController to the ListView the... https://www.reddit.com/r/FlutterDev/comments/vpqxqr/adding_a_scrollcontroller_to_listview_in_pageview/
Adding a ScrollController to ListView in PageView makes the headers persistent in NestedScrollView
I have a NestedScrollView with a Container in the header and PageView as its body. The PageView has 2 children ( a ListView and an empty Container). When I don't supply a ScrollController to the ListView, the scrolling works just fine. But when I add a ScrollController to the ListView the... https://www.reddit.com/r/FlutterDev/comments/vpqxqr/adding_a_scrollcontroller_to_listview_in_pageview/
Reddit
From the FlutterDev community on Reddit: Adding a ScrollController to ListView in PageView makes the headers persistent in NestedScrollView
Explore this post and more from the FlutterDev community
π1
New post on /r/flutterdev subreddit:
How to Handle Authentication in your Flutter Apps with Riverpod and GoRouter
submitted by /u/olu_tayormi [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vpvuv0/how_to_handle_authentication_in_your_flutter_apps/
How to Handle Authentication in your Flutter Apps with Riverpod and GoRouter
submitted by /u/olu_tayormi [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vpvuv0/how_to_handle_authentication_in_your_flutter_apps/
Reddit
From the FlutterDev community on Reddit: How to Handle Authentication in your Flutter Apps with Riverpod and GoRouter
Explore this post and more from the FlutterDev community
π6π±1
New post on /r/flutterdev subreddit:
How to implement swipe to dismiss in Flutter | Swipe to Delete in Flutter | Dismissible widget
submitted by /u/jagan_digitech [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vr0ohz/how_to_implement_swipe_to_dismiss_in_flutter/
How to implement swipe to dismiss in Flutter | Swipe to Delete in Flutter | Dismissible widget
submitted by /u/jagan_digitech [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vr0ohz/how_to_implement_swipe_to_dismiss_in_flutter/
Reddit
From the FlutterDev community on Reddit: How to implement swipe to dismiss in Flutter | Swipe to Delete in Flutter | Dismissibleβ¦
Posted by jagan_digitech - 6 votes and no comments
π1
New post on /r/flutterdev subreddit:
Sign up with SMS by using Amplify Flutter
submitted by /u/msalihg link comments https://www.reddit.com/r/FlutterDev/comments/vr6ax5/sign_up_with_sms_by_using_amplify_flutter/
Sign up with SMS by using Amplify Flutter
submitted by /u/msalihg link comments https://www.reddit.com/r/FlutterDev/comments/vr6ax5/sign_up_with_sms_by_using_amplify_flutter/
Reddit
From the FlutterDev community on Reddit: Sign up with SMS by using Amplify Flutter
Explore this post and more from the FlutterDev community
π6
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 139 - Tutorials, videos, packages, and much more!
submitted by /u/vensign link comments https://www.reddit.com/r/FlutterDev/comments/vr95k9/flutter_tap_weekly_newsletter_week_139_tutorials/
Flutter Tap Weekly Newsletter Week 139 - Tutorials, videos, packages, and much more!
submitted by /u/vensign link comments https://www.reddit.com/r/FlutterDev/comments/vr95k9/flutter_tap_weekly_newsletter_week_139_tutorials/
Reddit
From the FlutterDev community on Reddit: Flutter Tap Weekly Newsletter Week 139 - Tutorials, videos, packages, and much more!
Posted by vensign - 1 vote and no comments
π2
New post on /r/flutterdev subreddit:
Success running full Flutter iOS and Android CI/CD within docker-osx container?
I'm currently working through piecing together and setting up a full CI/CD solution for Flutter iOS and Android development using the Docker-OSX container and Fastlane. I'm curious whether anybody has already had previous success with this or not? If I can get it to work I may write up a... https://www.reddit.com/r/FlutterDev/comments/vrn3d3/success_running_full_flutter_ios_and_android_cicd/
Success running full Flutter iOS and Android CI/CD within docker-osx container?
I'm currently working through piecing together and setting up a full CI/CD solution for Flutter iOS and Android development using the Docker-OSX container and Fastlane. I'm curious whether anybody has already had previous success with this or not? If I can get it to work I may write up a... https://www.reddit.com/r/FlutterDev/comments/vrn3d3/success_running_full_flutter_ios_and_android_cicd/
Reddit
From the FlutterDev community on Reddit: Success running full Flutter iOS and Android CI/CD within docker-osx container?
Explore this post and more from the FlutterDev community
π1
New post on /r/flutterdev subreddit:
For an App with many features of Uber/Bolt/etc, what advantages does Flutter has over ReactNative?
My team uses Angular for Web Development and we want to build an App. We don't have experience in Dart but if the advantages of Flutter overweigh, we would learn it. If you know disadvantages, please also comment. Would appreciate any help! submitted by /u/hailratner link comments https://www.reddit.com/r/FlutterDev/comments/vry52i/for_an_app_with_many_features_of_uberboltetc_what/
For an App with many features of Uber/Bolt/etc, what advantages does Flutter has over ReactNative?
My team uses Angular for Web Development and we want to build an App. We don't have experience in Dart but if the advantages of Flutter overweigh, we would learn it. If you know disadvantages, please also comment. Would appreciate any help! submitted by /u/hailratner link comments https://www.reddit.com/r/FlutterDev/comments/vry52i/for_an_app_with_many_features_of_uberboltetc_what/
Reddit
From the FlutterDev community on Reddit: For an App with many features of Uber/Bolt/etc, what advantages does Flutter has overβ¦
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Announcing Dart Custom Lint package
submitted by /u/mhadaily link comments https://www.reddit.com/r/FlutterDev/comments/vs0wjt/announcing_dart_custom_lint_package/
Announcing Dart Custom Lint package
submitted by /u/mhadaily link comments https://www.reddit.com/r/FlutterDev/comments/vs0wjt/announcing_dart_custom_lint_package/
Reddit
From the FlutterDev community on Reddit: Announcing Dart Custom Lint package
Posted by mhadaily - 13 votes and 5 comments
New post on /r/flutterdev subreddit:
flag_feature | Flutter Package
submitted by /u/Mastersamxyz [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vsec6u/flag_feature_flutter_package/
flag_feature | Flutter Package
submitted by /u/Mastersamxyz [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vsec6u/flag_feature_flutter_package/
Reddit
From the FlutterDev community on Reddit: flag_feature | Flutter Package
Explore this post and more from the FlutterDev community
π3
π’π’ See all of the presentations from Flutter Heroes 2022! π₯
The Flutter Heroes 2022 agenda covered Flutter navigation, localization / internationalization of apps, Flutter state management and adding Flutter to existing apps. That's a whole lot of useful Flutter learning for you, and all of those presentations are now available to everyone on the Flutter Heroes YouTube channel.
https://youtube.com/channel/UCHbZnzJKKV358IEhrZCj5bg
The Flutter Heroes 2022 agenda covered Flutter navigation, localization / internationalization of apps, Flutter state management and adding Flutter to existing apps. That's a whole lot of useful Flutter learning for you, and all of those presentations are now available to everyone on the Flutter Heroes YouTube channel.
https://youtube.com/channel/UCHbZnzJKKV358IEhrZCj5bg
YouTube
Flutter Heroes
A unique learning and networking opportunity for the Flutter community. Hosted in Italy and broadcast globally #FlutterHeroes25
π4
New post on /r/flutterdev subreddit:
Flutter Riverpod: How to Register a Listener during App Startup
submitted by /u/bizz84 link comments https://www.reddit.com/r/FlutterDev/comments/vsrxn9/flutter_riverpod_how_to_register_a_listener/
Flutter Riverpod: How to Register a Listener during App Startup
submitted by /u/bizz84 link comments https://www.reddit.com/r/FlutterDev/comments/vsrxn9/flutter_riverpod_how_to_register_a_listener/
Reddit
From the FlutterDev community on Reddit: Flutter Riverpod: How to Register a Listener during App Startup
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter Packages pub.dev Explained!
submitted by /u/jagan_digitech [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vtb4sl/flutter_packages_pubdev_explained/
Flutter Packages pub.dev Explained!
submitted by /u/jagan_digitech [link] [comments] https://www.reddit.com/r/FlutterDev/comments/vtb4sl/flutter_packages_pubdev_explained/
Reddit
From the FlutterDev community on Reddit: Flutter Packages pub.dev Explained!
Posted by jagan_digitech - No votes and 2 comments
π5
New post on /r/flutterdev subreddit:
Building a shopping cart in Flutter - LogRocket Blog
submitted by /u/sulli110 link comments https://www.reddit.com/r/FlutterDev/comments/vtbxpg/building_a_shopping_cart_in_flutter_logrocket_blog/
Building a shopping cart in Flutter - LogRocket Blog
submitted by /u/sulli110 link comments https://www.reddit.com/r/FlutterDev/comments/vtbxpg/building_a_shopping_cart_in_flutter_logrocket_blog/
Reddit
From the FlutterDev community on Reddit: Building a shopping cart in Flutter - LogRocket Blog
Explore this post and more from the FlutterDev community
π4