New post on /r/flutterdev subreddit:
Customizing Card Border in Flutter - FlutterBeads
submitted by /u/pinkeshdarji link comments https://www.reddit.com/r/FlutterDev/comments/v648y7/customizing_card_border_in_flutter_flutterbeads/
Customizing Card Border in Flutter - FlutterBeads
submitted by /u/pinkeshdarji link comments https://www.reddit.com/r/FlutterDev/comments/v648y7/customizing_card_border_in_flutter_flutterbeads/
Reddit
From the FlutterDev community on Reddit: Customizing Card Border in Flutter - FlutterBeads
Posted by pinkeshdarji - No votes and no comments
๐2
New post on /r/flutterdev subreddit:
What is the authentication library for flutter
I have a website using next-auth for authentication and MongoDB for storing data, if i want to publish a mobile app version, is there any authentication library equivalent to next-auth for mobile apps( or flutter)? submitted by /u/chee_thong [link] [comments] https://www.reddit.com/r/FlutterDev/comments/v6ntf2/what_is_the_authentication_library_for_flutter/
What is the authentication library for flutter
I have a website using next-auth for authentication and MongoDB for storing data, if i want to publish a mobile app version, is there any authentication library equivalent to next-auth for mobile apps( or flutter)? submitted by /u/chee_thong [link] [comments] https://www.reddit.com/r/FlutterDev/comments/v6ntf2/what_is_the_authentication_library_for_flutter/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Here are the best practices for Flutter app development and tips that help Flutter developers improve code quality, readability, maintainability, and productivity.
submitted by /u/connectsteven link comments https://www.reddit.com/r/FlutterDev/comments/v6sqm6/here_are_the_best_practices_for_flutter_app/
Here are the best practices for Flutter app development and tips that help Flutter developers improve code quality, readability, maintainability, and productivity.
submitted by /u/connectsteven link comments https://www.reddit.com/r/FlutterDev/comments/v6sqm6/here_are_the_best_practices_for_flutter_app/
reddit
Here are the best practices for Flutter app development and tips...
Posted in r/FlutterDev by u/connectsteven โข 0 points and 5 comments
๐4
New post on /r/flutterdev subreddit:
M2 MacBook Air
This is really a remarkable piece of hardware, but is it worth the money for a flutter dev assuming the performance is as claimed. Or better of to get a windows based machine, even though ur serious abt cross-platform development in iOS and Android. Ik many will say get the MacBook Pro 14', but... https://www.reddit.com/r/FlutterDev/comments/v6xi8r/m2_macbook_air/
M2 MacBook Air
This is really a remarkable piece of hardware, but is it worth the money for a flutter dev assuming the performance is as claimed. Or better of to get a windows based machine, even though ur serious abt cross-platform development in iOS and Android. Ik many will say get the MacBook Pro 14', but... https://www.reddit.com/r/FlutterDev/comments/v6xi8r/m2_macbook_air/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Show a circular focus point when a manual focus point is selected in CameraPreview
How can I display a small circle on the the CameraPreview when a manual focus point has been selected by tapping anywhere on the CameraPreview? CameraPreview widget: CameraPreview( cameraProvider.controller!, child: LayoutBuilder( builder: (BuildContext context, BoxConstraints constraints) {... https://www.reddit.com/r/FlutterDev/comments/v7g60a/show_a_circular_focus_point_when_a_manual_focus/
Show a circular focus point when a manual focus point is selected in CameraPreview
How can I display a small circle on the the CameraPreview when a manual focus point has been selected by tapping anywhere on the CameraPreview? CameraPreview widget: CameraPreview( cameraProvider.controller!, child: LayoutBuilder( builder: (BuildContext context, BoxConstraints constraints) {... https://www.reddit.com/r/FlutterDev/comments/v7g60a/show_a_circular_focus_point_when_a_manual_focus/
reddit
r/FlutterDev - Show a circular focus point when a manual focus point is selected in CameraPreview
0 votes and 0 comments so far on Reddit
What Are The Best Practices for Flutter App Development?
https://www.mindinventory.com/blog/flutter-development-best-practices/
https://www.mindinventory.com/blog/flutter-development-best-practices/
MindInventory
12 Best Practices to Simplify Flutter App Development in 2025
Unlock the potential of Flutter app development with our comprehensive guide on the Best Flutter Best Practices to Follow in 2025.
๐3
New post on /r/flutterdev subreddit:
Introducing fitorscale, a package to make your widgets scale down when they don't have enough space
As a developer, you should probably handle small screens by providing widgets that adapt their content to fit in their available space. Yet, if the user resizes its web or desktop window to a very small one, your widgets might not fit anymore and you will probably end up with overflow issues or... https://www.reddit.com/r/FlutterDev/comments/v7l93z/introducing_fit_or_scale_a_package_to_make_your/
Introducing fitorscale, a package to make your widgets scale down when they don't have enough space
As a developer, you should probably handle small screens by providing widgets that adapt their content to fit in their available space. Yet, if the user resizes its web or desktop window to a very small one, your widgets might not fit anymore and you will probably end up with overflow issues or... https://www.reddit.com/r/FlutterDev/comments/v7l93z/introducing_fit_or_scale_a_package_to_make_your/
Reddit
From the FlutterDev community on Reddit: Introducing fit_or_scale, a package to make your widgets scale down when they don't haveโฆ
Explore this post and more from the FlutterDev community
๐3
New post on /r/flutterdev subreddit:
Get the language, country and currency of your user
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/v7sa8p/get_the_language_country_and_currency_of_your_user/
Get the language, country and currency of your user
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/v7sa8p/get_the_language_country_and_currency_of_your_user/
Reddit
From the FlutterDev community on Reddit: Get the language, country and currency of your user
Explore this post and more from the FlutterDev community
๐1๐1
New post on /r/flutterdev subreddit:
Flutter decryption and Php encryption
heys guys! anyone can help me, im new to flutter have encrypted data in php im using openssl and aes-128-cbc. Heres my code in php. <?php $data = 'hi'; $key = base64encode('103531802084928707629'); $iv = '1035318020849287'; $encrypted = opensslencrypt($data, 'aes-128-cbc', $key, 0, $iv);... https://www.reddit.com/r/FlutterDev/comments/v8a02u/flutter_decryption_and_php_encryption/
Flutter decryption and Php encryption
heys guys! anyone can help me, im new to flutter have encrypted data in php im using openssl and aes-128-cbc. Heres my code in php. <?php $data = 'hi'; $key = base64encode('103531802084928707629'); $iv = '1035318020849287'; $encrypted = opensslencrypt($data, 'aes-128-cbc', $key, 0, $iv);... https://www.reddit.com/r/FlutterDev/comments/v8a02u/flutter_decryption_and_php_encryption/
๐1
New post on /r/flutterdev subreddit:
How to implement AnimationWidget and Excplicit Animations and manage and control them using AnimationController and state management solution like Riverpod by making a 2048 Game in Flutter!
Hi everyone, I wanted to do some real world application using the Animations System in Flutter, so I've decided to make the famous 2048 Game in Flutter. The purpose of the project is not to demonstrate "How to make a game in Flutter" but rather "How to implement Explicit Animations and manage... https://www.reddit.com/r/FlutterDev/comments/v8eb49/how_to_implement_animationwidget_and_excplicit/
How to implement AnimationWidget and Excplicit Animations and manage and control them using AnimationController and state management solution like Riverpod by making a 2048 Game in Flutter!
Hi everyone, I wanted to do some real world application using the Animations System in Flutter, so I've decided to make the famous 2048 Game in Flutter. The purpose of the project is not to demonstrate "How to make a game in Flutter" but rather "How to implement Explicit Animations and manage... https://www.reddit.com/r/FlutterDev/comments/v8eb49/how_to_implement_animationwidget_and_excplicit/
Reddit
How to implement AnimationWidget and Excplicit Animations and manage and control them using AnimationController and state managementโฆ
127K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
๐1
New post on /r/flutterdev subreddit:
The Complete Flutter course ( Android, IOS, Web )
submitted by /u/khprogram link comments https://www.reddit.com/r/FlutterDev/comments/v8ih5e/the_complete_flutter_course_android_ios_web/
The Complete Flutter course ( Android, IOS, Web )
submitted by /u/khprogram link comments https://www.reddit.com/r/FlutterDev/comments/v8ih5e/the_complete_flutter_course_android_ios_web/
Reddit
From the FlutterDev community on Reddit: The Complete Flutter course ( Android, IOS, Web )
Posted by khprogram - No votes and 1 comment
๐4
New post on /r/flutterdev subreddit:
Call the API endpoints - the Chopper HTTP client
submitted by /u/dtengeri link comments https://www.reddit.com/r/FlutterDev/comments/v91ndr/call_the_api_endpoints_the_chopper_http_client/
Call the API endpoints - the Chopper HTTP client
submitted by /u/dtengeri link comments https://www.reddit.com/r/FlutterDev/comments/v91ndr/call_the_api_endpoints_the_chopper_http_client/
Reddit
From the FlutterDev community on Reddit: Call the API endpoints - the Chopper HTTP client
Explore this post and more from the FlutterDev community
๐2
New post on /r/flutterdev subreddit:
The Current State and Future of Reverse Engineering Flutter Apps
submitted by /u/Floni link comments https://www.reddit.com/r/FlutterDev/comments/v966o8/the_current_state_and_future_of_reverse/
The Current State and Future of Reverse Engineering Flutter Apps
submitted by /u/Floni link comments https://www.reddit.com/r/FlutterDev/comments/v966o8/the_current_state_and_future_of_reverse/
Reddit
From the FlutterDev community on Reddit: The Current State and Future of Reverse Engineering Flutter Apps
Explore this post and more from the FlutterDev community
๐3
New post on /r/flutterdev subreddit:
Checkout my new Flutter/Dart package
Hello guys, Idris Idris just published his first Flutter/ Dart package. This is a package that provides you with all Nigerian states and Local governments. So, you do not need to look for APIs for this in your next project. You can check it out now on pub.dev:... https://www.reddit.com/r/FlutterDev/comments/v99y5q/checkout_my_new_flutterdart_package/
Checkout my new Flutter/Dart package
Hello guys, Idris Idris just published his first Flutter/ Dart package. This is a package that provides you with all Nigerian states and Local governments. So, you do not need to look for APIs for this in your next project. You can check it out now on pub.dev:... https://www.reddit.com/r/FlutterDev/comments/v99y5q/checkout_my_new_flutterdart_package/
Reddit
From the FlutterDev community on Reddit: Checkout my new Flutter/Dart package
Posted by Few_Company3964 - 1 vote and 1 comment
๐1
New post on /r/flutterdev subreddit:
Flutter Responsive Screens (UI)
submitted by /u/PoeticHerald link comments https://www.reddit.com/r/FlutterDev/comments/v9pfp6/flutter_responsive_screens_ui/
Flutter Responsive Screens (UI)
submitted by /u/PoeticHerald link comments https://www.reddit.com/r/FlutterDev/comments/v9pfp6/flutter_responsive_screens_ui/
Reddit
From the FlutterDev community on Reddit: Flutter Responsive Screens (UI)
Posted by PoeticHerald - 6 votes and no comments
๐4
New post on /r/flutterdev subreddit:
Material design - so what about the typography - baseline?
Beautiful typography makes a difference. Material design guideline emphasises the importance of baseline. One picture expresses more than a thousand words, so here is the picture. Let's say I have a column as follows: Column( children: [ Text('Header ygj', style: header), SizedBox(height: 16)... https://www.reddit.com/r/FlutterDev/comments/v9v12y/material_design_so_what_about_the_typography/
Material design - so what about the typography - baseline?
Beautiful typography makes a difference. Material design guideline emphasises the importance of baseline. One picture expresses more than a thousand words, so here is the picture. Let's say I have a column as follows: Column( children: [ Text('Header ygj', style: header), SizedBox(height: 16)... https://www.reddit.com/r/FlutterDev/comments/v9v12y/material_design_so_what_about_the_typography/
Reddit
From the FlutterDev community on Reddit: Material design - so what about the typography - baseline?
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Flutter for SwiftUI Developers (and vice versa)
This is a quite interesting and well-thought article from a Swift & SwiftUI developer's point of view: https://www.alwaysrightinstitute.com//flutter/ I don't share all the closing notes, though. Having used Xcode since 2010, I'd happily leave that tool for VS Code any time. And there's also... https://www.reddit.com/r/FlutterDev/comments/v9ybv7/flutter_for_swiftui_developers_and_vice_versa/
Flutter for SwiftUI Developers (and vice versa)
This is a quite interesting and well-thought article from a Swift & SwiftUI developer's point of view: https://www.alwaysrightinstitute.com//flutter/ I don't share all the closing notes, though. Having used Xcode since 2010, I'd happily leave that tool for VS Code any time. And there's also... https://www.reddit.com/r/FlutterDev/comments/v9ybv7/flutter_for_swiftui_developers_and_vice_versa/
Alwaysrightinstitute
Flutter for SwiftUI Developers (and ๐)
In the last few months
Flutter
gained some popularity as a cross platform UI framework.
Weโll have a look at it from a
SwiftUI
developerโs perspective,
as it has a quite similar way to construct user interfaces,
โdeclarativelyโ.
Flutter
gained some popularity as a cross platform UI framework.
Weโll have a look at it from a
SwiftUI
developerโs perspective,
as it has a quite similar way to construct user interfaces,
โdeclarativelyโ.
โค1
New post on /r/flutterdev subreddit:
A List of state management approaches in Flutter
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/vazimb/a_list_of_state_management_approaches_in_flutter/
A List of state management approaches in Flutter
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/vazimb/a_list_of_state_management_approaches_in_flutter/
Reddit
From the FlutterDev community on Reddit: A List of state management approaches in Flutter
Explore this post and more from the FlutterDev community
๐5๐1
New post on /r/flutterdev subreddit:
We just released our Flutter app. Tell us what you think ๐
It's an app to give away things you want to get rid of and you think might be useful for someone else ๐ Android: https://play.google.com/store/apps/details?id=com.giviba.app Apple: https://apps.apple.com/de/app/giviba/id1623889136?l=en submitted by /u/Desperate-Following3 link ... https://www.reddit.com/r/FlutterDev/comments/vbab41/we_just_released_our_flutter_app_tell_us_what_you/
We just released our Flutter app. Tell us what you think ๐
It's an app to give away things you want to get rid of and you think might be useful for someone else ๐ Android: https://play.google.com/store/apps/details?id=com.giviba.app Apple: https://apps.apple.com/de/app/giviba/id1623889136?l=en submitted by /u/Desperate-Following3 link ... https://www.reddit.com/r/FlutterDev/comments/vbab41/we_just_released_our_flutter_app_tell_us_what_you/
๐1
New post on /r/flutterdev subreddit:
.Json en flutter
Bonjour, Je dois charger des donnรฉes d'une application sous flutter et les telecharger en local sur mon pc sous format .json quelqun'un aurait une idรฉe de comment faire ? merci submitted by /u/IcyAd3076 link comments https://www.reddit.com/r/FlutterDev/comments/vbf32s/json_en_flutter/
.Json en flutter
Bonjour, Je dois charger des donnรฉes d'une application sous flutter et les telecharger en local sur mon pc sous format .json quelqun'un aurait une idรฉe de comment faire ? merci submitted by /u/IcyAd3076 link comments https://www.reddit.com/r/FlutterDev/comments/vbf32s/json_en_flutter/
Reddit
From the FlutterDev community on Reddit: .Json en flutter
Posted by Icy_Ad_3076 - No votes and 3 comments
โค2