New tweet from FlutterDev:
🧩 What multiplayer feature will you add to the Flutter slide puzzle? #FlutterPuzzleHack— Flutter (@FlutterDev) Feb 17, 2022
February 17, 2022 at 06:05PM
https://twitter.com/FlutterDev/status/1494357246536343565
🧩 What multiplayer feature will you add to the Flutter slide puzzle? #FlutterPuzzleHack— Flutter (@FlutterDev) Feb 17, 2022
February 17, 2022 at 06:05PM
https://twitter.com/FlutterDev/status/1494357246536343565
Twitter
Flutter
🧩 What multiplayer feature will you add to the Flutter slide puzzle? #FlutterPuzzleHack
New tweet from FlutterDev:
@AnaPolo_dev 👏💙💯— Flutter (@FlutterDev) Feb 17, 2022
February 17, 2022 at 06:16PM
https://twitter.com/FlutterDev/status/1494360197636055052
@AnaPolo_dev 👏💙💯— Flutter (@FlutterDev) Feb 17, 2022
February 17, 2022 at 06:16PM
https://twitter.com/FlutterDev/status/1494360197636055052
Twitter
Flutter
@AnaPolo_dev 👏💙💯
New post on /r/flutterdev subreddit:
Can I combine native & cross-platform technologies in the same app?
My app is now published, it's an e-learning app built with the cross-platform technology Flutter.Later on, if I decided to create an app on top of my app e.g. I decided to create an eCommerce app to sell stuff so my app has a double feature(e-learning the current one) and (eCommerce) think of Google how they're diversified: Google search - Google Forms - Google Maps - Google Calendar - Youtube and more.The question here can I use different technologies i.e. I use Flutter for the e-learning and use Native for the eCommerce? Is that possible? or any feature I wanna add must be in Flutter?
February 17, 2022 at 07:11PM by MedEMPIRE
https://ift.tt/oHrgY9M
Can I combine native & cross-platform technologies in the same app?
My app is now published, it's an e-learning app built with the cross-platform technology Flutter.Later on, if I decided to create an app on top of my app e.g. I decided to create an eCommerce app to sell stuff so my app has a double feature(e-learning the current one) and (eCommerce) think of Google how they're diversified: Google search - Google Forms - Google Maps - Google Calendar - Youtube and more.The question here can I use different technologies i.e. I use Flutter for the e-learning and use Native for the eCommerce? Is that possible? or any feature I wanna add must be in Flutter?
February 17, 2022 at 07:11PM by MedEMPIRE
https://ift.tt/oHrgY9M
reddit
Can I combine native & cross-platform technologies in the same app?
My app is now published, it's an e-learning app built with the cross-platform technology Flutter. Later on, if I decided to create an app on top...
New post on /r/flutterdev subreddit:
Login form UI question
It is better use a Column or a Stack for the UI of a login form? What do you use?
February 17, 2022 at 06:32PM by SON56io
https://ift.tt/sXARGkd
Login form UI question
It is better use a Column or a Stack for the UI of a login form? What do you use?
February 17, 2022 at 06:32PM by SON56io
https://ift.tt/sXARGkd
reddit
Login form UI question
It is better use a Column or a Stack for the UI of a login form? What do you use?
New post on /r/flutterdev subreddit:
FLUTTER & HIVE DATABASE: CRUD TUTORIAL
https://preneure.com/flutter-hive-database-crud-tutorial/
February 17, 2022 at 08:05PM by preneure
https://ift.tt/75ElA4F
FLUTTER & HIVE DATABASE: CRUD TUTORIAL
https://preneure.com/flutter-hive-database-crud-tutorial/
February 17, 2022 at 08:05PM by preneure
https://ift.tt/75ElA4F
Preneure
Flutter & Hive Database: CRUD Tutorial - Preneure
Hive is a lightweight key-value database that may be used in mobile, desktop, and web applications to store data locally....
New post on /r/flutterdev subreddit:
Flutter & Firebase Chat App: Master Flutter and Firebase
https://preneure.com/flutter-firebase-chat-app-master-flutter-and-firebase/
February 17, 2022 at 08:04PM by preneure
https://ift.tt/62RDkGT
Flutter & Firebase Chat App: Master Flutter and Firebase
https://preneure.com/flutter-firebase-chat-app-master-flutter-and-firebase/
February 17, 2022 at 08:04PM by preneure
https://ift.tt/62RDkGT
Preneure
Flutter & Firebase Chat App: Master Flutter and Firebase - Preneure
Do you want to build a complete Mobile Chat Application that works on iOS and Android, powered by Flutter and Firebase? Then this is the course for you! WHAT WILL WE BE BUILDING? In this course, we’ll use the best in Flutter and Firebase to build a complete…
New post on /r/flutterdev subreddit:
Is it possible to make an app like 'Alarmy' in flutter?
Is it possible to make an app like 'Alarmy' in flutter?
February 17, 2022 at 09:49PM by Logical_Clothes_1089
https://ift.tt/J56WiL2
Is it possible to make an app like 'Alarmy' in flutter?
Is it possible to make an app like 'Alarmy' in flutter?
February 17, 2022 at 09:49PM by Logical_Clothes_1089
https://ift.tt/J56WiL2
reddit
Is it possible to make an app like 'Alarmy' in flutter?
New post on /r/flutterdev subreddit:
FLUTTER UNIT TESTING USING MOCKITO
https://preneure.com/flutter-unit-testing-using-mockito/
February 17, 2022 at 11:11PM by preneure
https://ift.tt/WkeoCcV
FLUTTER UNIT TESTING USING MOCKITO
https://preneure.com/flutter-unit-testing-using-mockito/
February 17, 2022 at 11:11PM by preneure
https://ift.tt/WkeoCcV
Preneure
Flutter Unit Testing Using Mockito - Preneure
When writing a unit test for a function, you may wish to mock or stub the results of other functions...
New post on /r/flutterdev subreddit:
HOW TO: UPLOAD IMAGES AND FILES TO SERVER FLUTTER
https://preneure.com/flutter-upload-images-and-files-to-server/
February 17, 2022 at 10:25PM by preneure
https://ift.tt/HQhv3dk
HOW TO: UPLOAD IMAGES AND FILES TO SERVER FLUTTER
https://preneure.com/flutter-upload-images-and-files-to-server/
February 17, 2022 at 10:25PM by preneure
https://ift.tt/HQhv3dk
Preneure
How To: Upload Images and Files To Server Flutter - Preneure
In this post, I’ll teach you how to upload files to a server using Flutter. The term “multipart” refers to a file that will be dispersed in sections before being uploaded to the server. We’re going to use the http restful client for this. First, we’ll need…
New post on /r/flutterdev subreddit:
Is there a course out there that takes you from blank screen to a published play/app store app with null-safety, Riverpod and unit/integration testing?
I took Max's Udemy course a while back and it was great but it was more of a collection of half-finished apps than a comprehensive start-to-finish guide.Effectively what I'm looking for is a course that takes you from a blank screen to a published app on the play/app store, while utilizing integration/unit tests in the process with null-safety and Riverpod for state management.Does this exist? Or do I need to DYI it with different aspects from different courses/articles/tutorials? Honestly I just want someone to hold my hand through the ENTIRE process once so I can start messing around on my own better.Namely, there's a couple of concepts I've studied up on a bit but haven't quite clicked for me:RiverpodUnit/integration TestingDeploying/finishing an app with icons for various platforms, etc.I'd just really love to see how the testing fits into the actual development process in practice, preferably with mocks included as well the opportunity for practice with Riverpod.Is there such a thing? Bonus points if it assumes you know Dart/Flutter already instead of teaching it from scratch.
February 18, 2022 at 12:06AM by reiqwer
https://ift.tt/BzI98OP
Is there a course out there that takes you from blank screen to a published play/app store app with null-safety, Riverpod and unit/integration testing?
I took Max's Udemy course a while back and it was great but it was more of a collection of half-finished apps than a comprehensive start-to-finish guide.Effectively what I'm looking for is a course that takes you from a blank screen to a published app on the play/app store, while utilizing integration/unit tests in the process with null-safety and Riverpod for state management.Does this exist? Or do I need to DYI it with different aspects from different courses/articles/tutorials? Honestly I just want someone to hold my hand through the ENTIRE process once so I can start messing around on my own better.Namely, there's a couple of concepts I've studied up on a bit but haven't quite clicked for me:RiverpodUnit/integration TestingDeploying/finishing an app with icons for various platforms, etc.I'd just really love to see how the testing fits into the actual development process in practice, preferably with mocks included as well the opportunity for practice with Riverpod.Is there such a thing? Bonus points if it assumes you know Dart/Flutter already instead of teaching it from scratch.
February 18, 2022 at 12:06AM by reiqwer
https://ift.tt/BzI98OP
reddit
Is there a course out there that takes you from blank screen to a...
I took Max's Udemy course a while back and it was great but it was more of a collection of half-finished apps than a comprehensive start-to-finish...
New post on /r/flutterdev subreddit:
Is there a place where I can find all the flutter ui/dart security vulnerabilities?
Looked at exploitdb but couldn't find anything.....
February 18, 2022 at 01:00AM by thekookysurfer
https://ift.tt/QyHUsWa
Is there a place where I can find all the flutter ui/dart security vulnerabilities?
Looked at exploitdb but couldn't find anything.....
February 18, 2022 at 01:00AM by thekookysurfer
https://ift.tt/QyHUsWa
reddit
Is there a place where I can find all the flutter ui/dart security...
Looked at exploitdb but couldn't find anything.....
New post on /r/flutterdev subreddit:
Plugin writers: Please cleanup your resources in onDetachedFromEngine
I just had to fix 4 plugins that weren’t cleaning up properly after our android app died. Not only does this not allow the app to properly terminate, it can lead to plugins being in a bad state or code detached from the flutter engine running indefinitely eating up device resources.
February 18, 2022 at 01:24AM by Rexios80
https://ift.tt/lQEGgzX
Plugin writers: Please cleanup your resources in onDetachedFromEngine
I just had to fix 4 plugins that weren’t cleaning up properly after our android app died. Not only does this not allow the app to properly terminate, it can lead to plugins being in a bad state or code detached from the flutter engine running indefinitely eating up device resources.
February 18, 2022 at 01:24AM by Rexios80
https://ift.tt/lQEGgzX
reddit
Plugin writers: Please cleanup your resources in onDetachedFromEngine
I just had to fix 4 plugins that weren’t cleaning up properly after our android app died. Not only does this not allow the app to properly...
New post on /r/flutterdev subreddit:
Do I need to encript password on memory/request?
I saw an example on bloc's official website where they seem to be encrypting the password after getting it from the TextField, is it necessary? Also, is it necessary to encrypt the password on the request, or is HTTPS enought? Thanks
February 18, 2022 at 03:43AM by enzodtz
https://ift.tt/7kpgTbU
Do I need to encript password on memory/request?
I saw an example on bloc's official website where they seem to be encrypting the password after getting it from the TextField, is it necessary? Also, is it necessary to encrypt the password on the request, or is HTTPS enought? Thanks
February 18, 2022 at 03:43AM by enzodtz
https://ift.tt/7kpgTbU
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Face and Smile Detection with Flutter and Google ML Kit. A Simplified Introduction to Image Processing
https://ift.tt/BJVsU3u
February 18, 2022 at 03:33AM by rinchapincha
https://ift.tt/60EPGMQ
Face and Smile Detection with Flutter and Google ML Kit. A Simplified Introduction to Image Processing
https://ift.tt/BJVsU3u
February 18, 2022 at 03:33AM by rinchapincha
https://ift.tt/60EPGMQ
Medium
Smile Detection with Flutter and Google ML Kit. A Simplified Introduction to Image Processing
In this article, we will build a Flutter application that is capable of detecting faces from media uploaded from the gallery of a device or…
New post on /r/flutterdev subreddit:
Flutter Mobile Apps - How to create a number input field in Flutter
https://youtube.com/watch?v=sEj9VujaxbQ&feature=share
February 18, 2022 at 05:59AM by osppro
https://ift.tt/AsN926d
Flutter Mobile Apps - How to create a number input field in Flutter
https://youtube.com/watch?v=sEj9VujaxbQ&feature=share
February 18, 2022 at 05:59AM by osppro
https://ift.tt/AsN926d
YouTube
Flutter Mobile Apps - How to create a number input field in Flutter
#fluttermobileapps #mobileapps #apps #fluttercourse #osppromobileapps #androidflutterapps #fluttertutorialsInbox me on whatsapp +256704487563Visit my website...
New post on /r/flutterdev subreddit:
How to do text styling, shadows, and other theming with the flex_color_scheme plugin?
I was learning about flutter-theming. Then found this flex_color_scheme plugin. It does a good job, this video helped me understand it.The question is, When I usually do a theme (ThemeData) I add all sorts of font sizes, font colors, button shapes, and etc lot of stuff in it. but can I use this plugin and do it too?https://www.youtube.com/watch?v=6OQmQiiflNMhttps://pub.dev/packages/flex_color_scheme
February 18, 2022 at 07:04AM by master_regulus0331
https://ift.tt/xTflmyo
How to do text styling, shadows, and other theming with the flex_color_scheme plugin?
I was learning about flutter-theming. Then found this flex_color_scheme plugin. It does a good job, this video helped me understand it.The question is, When I usually do a theme (ThemeData) I add all sorts of font sizes, font colors, button shapes, and etc lot of stuff in it. but can I use this plugin and do it too?https://www.youtube.com/watch?v=6OQmQiiflNMhttps://pub.dev/packages/flex_color_scheme
February 18, 2022 at 07:04AM by master_regulus0331
https://ift.tt/xTflmyo
Dart packages
flex_color_scheme | Flutter package
A Flutter package to use and make beautiful Material design based themes.
New post on /r/flutterdev subreddit:
Do you think a PWA could be a replacement for an app made with React Native/Flutter in the long run?
I need to choose whether to use Flutter/React Native to build my app, or just convert my website to PWA. When converting to PWA seems simpler and faster, would it be beneficial in the long run?
February 18, 2022 at 06:30AM by dev-arthur
https://ift.tt/zEIMlkQ
Do you think a PWA could be a replacement for an app made with React Native/Flutter in the long run?
I need to choose whether to use Flutter/React Native to build my app, or just convert my website to PWA. When converting to PWA seems simpler and faster, would it be beneficial in the long run?
February 18, 2022 at 06:30AM by dev-arthur
https://ift.tt/zEIMlkQ
reddit
Do you think a PWA could be a replacement for an app made with...
I need to choose whether to use Flutter/React Native to build my app, or just convert my website to PWA. When converting to PWA seems simpler and...
New post on /r/flutterdev subreddit:
Flutter Mobile Apps - How to center the title of an app bar
https://youtube.com/watch?v=cLHew7zAeFk&feature=share
February 18, 2022 at 09:38AM by osppro
https://ift.tt/rcAYWRt
Flutter Mobile Apps - How to center the title of an app bar
https://youtube.com/watch?v=cLHew7zAeFk&feature=share
February 18, 2022 at 09:38AM by osppro
https://ift.tt/rcAYWRt
YouTube
Flutter Mobile Apps - How to center the title of an app bar
#flutterapps #fluttermobileapps #fluttercourse #flutterdevelopment #flutter
Flutter Mobile Apps - How to center the title of an app bar
Adding Flutter Center Title..
Learn Flutter- Subscribe Here. . https://youtube.com/c/osppro
Flutter Mobile Apps - How to center the title of an app bar
Adding Flutter Center Title..
Learn Flutter- Subscribe Here. . https://youtube.com/c/osppro
New post on /r/flutterdev subreddit:
Custom shaped AppBar as seen in the “Bunny Search” app
I have posted a step-by-step tutorial on how to create an animated app bar with a custom-shaped background. I hope you enjoy it :)https://medium.com/@daria.orlova/custom-shaped-appbar-as-seen-in-the-bunny-search-app-6312d067485c
February 18, 2022 at 09:34AM by dariatr
https://ift.tt/6E5QYnh
Custom shaped AppBar as seen in the “Bunny Search” app
I have posted a step-by-step tutorial on how to create an animated app bar with a custom-shaped background. I hope you enjoy it :)https://medium.com/@daria.orlova/custom-shaped-appbar-as-seen-in-the-bunny-search-app-6312d067485c
February 18, 2022 at 09:34AM by dariatr
https://ift.tt/6E5QYnh
Medium
Custom shaped AppBar as seen in the “Bunny Search” app
How to create an animated AppBar with custom shape background in Flutter
New post on /r/flutterdev subreddit:
I made this pizza app(customization and delivery) with flutter
https://youtu.be/UuC2cNoUPqs
February 18, 2022 at 10:39AM by Diar_dev
https://ift.tt/CvD6kzI
I made this pizza app(customization and delivery) with flutter
https://youtu.be/UuC2cNoUPqs
February 18, 2022 at 10:39AM by Diar_dev
https://ift.tt/CvD6kzI
YouTube
pizza delivery and customization app with #flutter #pizza
#Shorts
New post on /r/flutterdev subreddit:
Flutter Apps for Business: Pros, Cons, and Caveats
https://ift.tt/fvxnl46
February 18, 2022 at 12:48PM by vvi_
https://ift.tt/iVtGb9U
Flutter Apps for Business: Pros, Cons, and Caveats
https://ift.tt/fvxnl46
February 18, 2022 at 12:48PM by vvi_
https://ift.tt/iVtGb9U
Applandeo
Flutter Apps for Business: Pros, Cons, and Caveats - Applandeo
Flutter Apps for Business: Pros, Cons, and Caveats Flutter is a popular choice for development teams. Here are some of its pros & cons.