New post on /r/flutterdev subreddit:
Email Validation In the Flutter - FlutterAnt
https://ift.tt/3lUq9RO
December 12, 2021 at 12:28PM by satyam_parasa
https://ift.tt/3IIJtLp
Email Validation In the Flutter - FlutterAnt
https://ift.tt/3lUq9RO
December 12, 2021 at 12:28PM by satyam_parasa
https://ift.tt/3IIJtLp
FlutterAnt
Email Validation In the Flutter - FlutterAnt
Before sending the user's input to the server, email validation is the best practice. We should check the email address to see if it is valid or not and
New post on /r/flutterdev subreddit:
FlutterForce — Week 148
https://ift.tt/3pRKzvI
December 12, 2021 at 12:25PM by flutterist
https://ift.tt/3oOUdji
FlutterForce — Week 148
https://ift.tt/3pRKzvI
December 12, 2021 at 12:25PM by flutterist
https://ift.tt/3oOUdji
Medium
FlutterForce — #Week 148
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
When shouldn't you use isolates?
So this might be a meaningless question, but I've been trying to optimize an app I have been working on, and I think I need to use isolates which I haven't actually used before.It seems relatively simple to implement, but I haven't seen any discussion/commentary on when using isolates for performance is unnecessary. At which point in a project do you just bundle things into isolates or not? Are there reasons not to spawn isolates?
December 12, 2021 at 12:22PM by grungeplatypus
https://ift.tt/3s0v5bw
When shouldn't you use isolates?
So this might be a meaningless question, but I've been trying to optimize an app I have been working on, and I think I need to use isolates which I haven't actually used before.It seems relatively simple to implement, but I haven't seen any discussion/commentary on when using isolates for performance is unnecessary. At which point in a project do you just bundle things into isolates or not? Are there reasons not to spawn isolates?
December 12, 2021 at 12:22PM by grungeplatypus
https://ift.tt/3s0v5bw
reddit
When shouldn't you use isolates?
So this might be a meaningless question, but I've been trying to optimize an app I have been working on, and I think I need to use isolates which...
New post on /r/flutterdev subreddit:
How conceptually different Screen/Activity/Route of Android App/Flutter app from a web page?
I am a web developer for years and there we have page as a first class citizens. Each page is technically independent and user can visit any page using URL directly. Even if SPA it will generate the route specific components detecting the URL.How does this concept work in flutter. I searched everywhere couldn't find a good explanation regardign this? To make my question little more understandable I ll place some questions/scenarios below- Does the Home screen (or) "/" route executes always?.
- When a we navigate to a new screen (Navigator.pop()) what happens to the existing screen. Will it be staying behind? or it destroys like a webpage and on back it regenerates? or it will be optimized according to memory or?- What I have to understand coming from a web background
December 12, 2021 at 01:54PM by mil10akash
https://ift.tt/3rYGJnp
How conceptually different Screen/Activity/Route of Android App/Flutter app from a web page?
I am a web developer for years and there we have page as a first class citizens. Each page is technically independent and user can visit any page using URL directly. Even if SPA it will generate the route specific components detecting the URL.How does this concept work in flutter. I searched everywhere couldn't find a good explanation regardign this? To make my question little more understandable I ll place some questions/scenarios below- Does the Home screen (or) "/" route executes always?.
- When a we navigate to a new screen (Navigator.pop()) what happens to the existing screen. Will it be staying behind? or it destroys like a webpage and on back it regenerates? or it will be optimized according to memory or?- What I have to understand coming from a web background
December 12, 2021 at 01:54PM by mil10akash
https://ift.tt/3rYGJnp
reddit
How conceptually different Screen/Activity/Route of Android...
I am a web developer for years and there we have page as a first class citizens. Each page is technically independent and user can visit any page...
New post on /r/flutterdev subreddit:
Learn Flutter Responsive UI by Building WhatsApp Clone
https://youtu.be/g1hmeP8WZHU
December 12, 2021 at 03:42PM by OSetups
https://ift.tt/3lUdKgn
Learn Flutter Responsive UI by Building WhatsApp Clone
https://youtu.be/g1hmeP8WZHU
December 12, 2021 at 03:42PM by OSetups
https://ift.tt/3lUdKgn
YouTube
Flutter Responsive UI: WhatsApp Clone
Learn how to build completely Responsive Flutter Apps- Android, iOS, Web & Desktop by Building WhatsApp Clone! This Build works as WhatsApp App on Smaller Screen Sizes and WhatsApp Web on Bigger Screen Sizes!
#flutter #ui #responsive
Source Code: https…
#flutter #ui #responsive
Source Code: https…
New post on /r/flutterdev subreddit:
Flutter integration_test result visualization in CI
Hi everone,What you use to build a nice report in CI out of your integration_test results? There is barely anything available afaik for Flutter. I tried junitreporter package but it's missing stack traces for integratjon_test. (See https://pub.dev/packages/junitreport)It would be nice to have something like Allure. History of test runs, time of each test, failures, etc. But for now I would be fine with anything, e.g. like adding annotations in github actions to make results better readable.
December 12, 2021 at 04:16PM by RoutineEgg1
https://ift.tt/3ETfjTq
Flutter integration_test result visualization in CI
Hi everone,What you use to build a nice report in CI out of your integration_test results? There is barely anything available afaik for Flutter. I tried junitreporter package but it's missing stack traces for integratjon_test. (See https://pub.dev/packages/junitreport)It would be nice to have something like Allure. History of test runs, time of each test, failures, etc. But for now I would be fine with anything, e.g. like adding annotations in github actions to make results better readable.
December 12, 2021 at 04:16PM by RoutineEgg1
https://ift.tt/3ETfjTq
Dart packages
junitreport | Dart package
Generate JUnit XML reports from dart test runs. Transforms the output of dart or flutter tests to JUnit style XML
New post on /r/flutterdev subreddit:
Subscribe without app install
I'm looking at ways setup subscription for my flutter app (all features locked out).To improve user experience and transparency it would be preferable to setup/pay/display the app subscription prior to install as apposed to in-app (as users rarely read app descriptions).Basically the ability to be able to install and subscribe to an app while also getting the free trial all with one actionI've seen this article about Google Play billing v3 enabling this, though can't find any more information on it. Has anybody tried this, or know where to find more resources on it, or knows if the functionality is dead?
December 12, 2021 at 06:18PM by BadgerHobbs
https://ift.tt/3oJlXG9
Subscribe without app install
I'm looking at ways setup subscription for my flutter app (all features locked out).To improve user experience and transparency it would be preferable to setup/pay/display the app subscription prior to install as apposed to in-app (as users rarely read app descriptions).Basically the ability to be able to install and subscribe to an app while also getting the free trial all with one actionI've seen this article about Google Play billing v3 enabling this, though can't find any more information on it. Has anybody tried this, or know where to find more resources on it, or knows if the functionality is dead?
December 12, 2021 at 06:18PM by BadgerHobbs
https://ift.tt/3oJlXG9
The Verge
Google will let Android developers sell subscriptions without requiring an app install
Part of a new payment update that arrived with Android 11.
New post on /r/flutterdev subreddit:
NBA E-Commcerce UI Concept Flutter App
https://www.youtube.com/embed/\I0at_38a7k)https://www.youtube.com/embed/_I0at_38a7k
December 12, 2021 at 09:10PM by developer-designer
https://ift.tt/3GBajDf
NBA E-Commcerce UI Concept Flutter App
https://www.youtube.com/embed/\I0at_38a7k)https://www.youtube.com/embed/_I0at_38a7k
December 12, 2021 at 09:10PM by developer-designer
https://ift.tt/3GBajDf
YouTube
NBA E-Commcerce UI Concept Flutter App
NBA E-Commcerce UI Concept Public App Flutter
Built By
FLutter By Dassi Manuel
https://github.com/dassimanuel000/nba_ui
Built By
FLutter By Dassi Manuel
https://github.com/dassimanuel000/nba_ui
New post on /r/flutterdev subreddit:
Best Theme & TextTheme article/youtube that made it click for you?
Theme and TextTheme are pretty involved/complicated, partly because there seem to be a lot of classes.Apart from the docs (for those that are able to understand them), what article or youtube made it click for you? Or do you think that you just have to read the source?I saw a google vid on themes, and even the googlers didn't seem to understand how it worked. It was funny and frustrating at the same time.It would also be interesting to find out the background of people who understood themes straight from the docs. React? Degree/no-degree?
December 12, 2021 at 09:30PM by itsastickup
https://ift.tt/3GtZZNw
Best Theme & TextTheme article/youtube that made it click for you?
Theme and TextTheme are pretty involved/complicated, partly because there seem to be a lot of classes.Apart from the docs (for those that are able to understand them), what article or youtube made it click for you? Or do you think that you just have to read the source?I saw a google vid on themes, and even the googlers didn't seem to understand how it worked. It was funny and frustrating at the same time.It would also be interesting to find out the background of people who understood themes straight from the docs. React? Degree/no-degree?
December 12, 2021 at 09:30PM by itsastickup
https://ift.tt/3GtZZNw
reddit
Best Theme & TextTheme article/youtube that made it click for you?
Theme, Style, ThemeData and TextTheme, are pretty involved/complicated, partly because there seem to be a lot of classes. And then all the...
New post on /r/flutterdev subreddit:
Best Way to Add Custom Icons in Flutter?
https://ift.tt/3yxTdDP
December 12, 2021 at 10:33PM by RaghavTheGreat1
https://ift.tt/3oJLAXn
Best Way to Add Custom Icons in Flutter?
https://ift.tt/3yxTdDP
December 12, 2021 at 10:33PM by RaghavTheGreat1
https://ift.tt/3oJLAXn
Medium
Best Way to Add Custom Icons in Flutter?
Well, the answer to the above question lies in your hands, but I hope you will love the new and different approach of mine dealing with the…
New post on /r/flutterdev subreddit:
Why isn't there a Flutter plugin for Visual Studio (not Visual Studio Code)?
I always see Visual Studio hailed as the best IDE, but it seems to lack a huge number of plugins that Visual Studio Code has access to. At this point I'm wondering if it's even worth it to have Visual Studio installed if Visual Studio Code outdoes it.More to the point, is there a particular reason why a plugin doesn't exist for Visual Studio?
December 13, 2021 at 01:56AM by Metaright
https://ift.tt/3IJGtOY
Why isn't there a Flutter plugin for Visual Studio (not Visual Studio Code)?
I always see Visual Studio hailed as the best IDE, but it seems to lack a huge number of plugins that Visual Studio Code has access to. At this point I'm wondering if it's even worth it to have Visual Studio installed if Visual Studio Code outdoes it.More to the point, is there a particular reason why a plugin doesn't exist for Visual Studio?
December 13, 2021 at 01:56AM by Metaright
https://ift.tt/3IJGtOY
reddit
Why isn't there a Flutter plugin for Visual Studio (not Visual...
I always see Visual Studio hailed as the best IDE, but it seems to lack a huge number of plugins that Visual Studio Code has access to. At this...
New post on /r/flutterdev subreddit:
Anyone likes a modern, elegant and productive test framework for Flutter? (Open-sourced already, but will polish only if people want it); Also look for co-author of the lib for future features
https://ift.tt/3EOTeW7
December 13, 2021 at 03:38AM by fzyzcjy
https://ift.tt/3pSuwxS
Anyone likes a modern, elegant and productive test framework for Flutter? (Open-sourced already, but will polish only if people want it); Also look for co-author of the lib for future features
https://ift.tt/3EOTeW7
December 13, 2021 at 03:38AM by fzyzcjy
https://ift.tt/3pSuwxS
GitHub
GitHub - fzyzcjy/flutter_modern_test: Modern and elegant test framework for Flutter, inspired by Cypress
Modern and elegant test framework for Flutter, inspired by Cypress - GitHub - fzyzcjy/flutter_modern_test: Modern and elegant test framework for Flutter, inspired by Cypress
New post on /r/flutterdev subreddit:
How to Generate KeyHash In Windows, macOS, and Linux?
https://ift.tt/3oMR6Zg
December 13, 2021 at 05:20AM by backslashflutter
https://ift.tt/3DOBnNI
How to Generate KeyHash In Windows, macOS, and Linux?
https://ift.tt/3oMR6Zg
December 13, 2021 at 05:20AM by backslashflutter
https://ift.tt/3DOBnNI
BackslashFlutter
How to Generate KeyHash in Windows, Linux & macOS? BackslashFlutter
Learn how to generate Keyhash for Facebook Login. Keyhash is used to authenticate interaction with Facebook Login and our iOS and Android App
New post on /r/flutterdev subreddit:
[Weekend Project] Building a Clubhouse clone in Flutter
Over the last weekend, I & my friend collaborated to build an audio room app very similar to the likes of Clubhouse for flutter.We created a blog and shared it with 100ms, the SDK which we used to build the app. The blog got published recently and I am happy to share it with you guys.Read here - https://www.100ms.live/blog/building-clubhouse-clone-using-100ms-in-flutter
You can connect with us here - https://twitter.com/himanstwt
December 13, 2021 at 06:27AM by scarneck_professor
https://ift.tt/3INawVR
[Weekend Project] Building a Clubhouse clone in Flutter
Over the last weekend, I & my friend collaborated to build an audio room app very similar to the likes of Clubhouse for flutter.We created a blog and shared it with 100ms, the SDK which we used to build the app. The blog got published recently and I am happy to share it with you guys.Read here - https://www.100ms.live/blog/building-clubhouse-clone-using-100ms-in-flutter
You can connect with us here - https://twitter.com/himanstwt
December 13, 2021 at 06:27AM by scarneck_professor
https://ift.tt/3INawVR
100ms.live
Building a Clubhouse Clone in Flutter using 100ms
Audio rooms are all rage now days. Here is a step-by-step guide on how to build a basic Clubhouse clone like app using Flutter and 100ms SDK
New post on /r/flutterdev subreddit:
Flutter 2.8: What's new with Filip Hráček
https://www.youtube.com/watch?v=0LXfnfiK_TA
December 13, 2021 at 11:55AM by MarkOSullivan
https://ift.tt/3DOfazq
Flutter 2.8: What's new with Filip Hráček
https://www.youtube.com/watch?v=0LXfnfiK_TA
December 13, 2021 at 11:55AM by MarkOSullivan
https://ift.tt/3DOfazq
YouTube
Flutter 2.8: What's new
Flutter 2.8 brings "significant performance improvements in both the engine and in Flutter DevTools, a stable release of the Google Mobile Ads SDK for Flutter, a slew of new Firebase features and improvements, WebView 3.0, a new batch of Flutter Favorite…
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 115 - Tutorials, videos, packages, and much more!
https://ift.tt/33uUu33
December 13, 2021 at 03:26PM by vensign
https://ift.tt/3oMSnja
Flutter Tap Weekly Newsletter Week 115 - Tutorials, videos, packages, and much more!
https://ift.tt/33uUu33
December 13, 2021 at 03:26PM by vensign
https://ift.tt/3oMSnja
Fluttertap
Newsletter Issue 115
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 115
New post on /r/flutterdev subreddit:
Changing the Elevated Button Color in Flutter - A Complete Guide - FlutterBeads
https://ift.tt/3IKrDYm
December 13, 2021 at 04:16PM by pinkeshdarji
https://ift.tt/3EQtbha
Changing the Elevated Button Color in Flutter - A Complete Guide - FlutterBeads
https://ift.tt/3IKrDYm
December 13, 2021 at 04:16PM by pinkeshdarji
https://ift.tt/3EQtbha
FlutterBeads
Change Elevated Button Color in Flutter (Ultimate Guide) - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">6</span> <span class="rt-label rt-postfix">min read</span></span> The ElevatedButton is one of the most and widely used widgets in Flutter.…
New tweet from FlutterDev:
🦋💚 Learn Flutter with the Flutter Community 💙 On December 15th, we will review chapters 16, 17, & 18 of #flutterapprentice, learn all about deploying an app to both Android and iOS, and answer your questions! Join the discussion 👉 https://t.co/WrLLDaSZkj https://t.co/teL2LwpPDT— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 06:05PM
https://twitter.com/FlutterDev/status/1470439629111316486
🦋💚 Learn Flutter with the Flutter Community 💙 On December 15th, we will review chapters 16, 17, & 18 of #flutterapprentice, learn all about deploying an app to both Android and iOS, and answer your questions! Join the discussion 👉 https://t.co/WrLLDaSZkj https://t.co/teL2LwpPDT— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 06:05PM
https://twitter.com/FlutterDev/status/1470439629111316486
YouTube
Deployment :: 15th Dec 2021 :: Flutter Apprentice Book Club
Chapters 16, 17 & 18
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stackoverfl…
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stackoverfl…
New post on /r/flutterdev subreddit:
Flutter Flame Sprite Component Explained Quickly
https://youtu.be/TwdXNd4WWrg
December 13, 2021 at 06:21PM by sonicworkflow
https://ift.tt/30nvNnV
Flutter Flame Sprite Component Explained Quickly
https://youtu.be/TwdXNd4WWrg
December 13, 2021 at 06:21PM by sonicworkflow
https://ift.tt/30nvNnV
New post on /r/flutterdev subreddit:
AWS Amplify in production - any tips, gotchas?
HiHas anyone used AWS Amplify in production (Cognito, Datastore), and if so, any gotchas, regrets?I built and published one app with Flutter a while back and learned a lot. In the New Year, I will be starting a fairly large new project for a client, who is already invested in AWS. I'm currently evaluating the best libraries to use by building a ToDo app (of course).I've settled on Mobx for state management (let's not get into a discussion about the ridiculous number of options out there - I like Mobx, and can use the same pattern for the React app we are building). And I've successfully added Hive to persist the state locally.Last night I started reading the Amplify docs (which seem really good). It seems I might not need to use Hive, as Amplify takes an offline-approach first and provides it's own local db which can then be sync'd. Anyone got any experience with this? Seems great if it works.Thx
December 13, 2021 at 08:01PM by badlyDrawnToy
https://ift.tt/3DPGf5i
AWS Amplify in production - any tips, gotchas?
HiHas anyone used AWS Amplify in production (Cognito, Datastore), and if so, any gotchas, regrets?I built and published one app with Flutter a while back and learned a lot. In the New Year, I will be starting a fairly large new project for a client, who is already invested in AWS. I'm currently evaluating the best libraries to use by building a ToDo app (of course).I've settled on Mobx for state management (let's not get into a discussion about the ridiculous number of options out there - I like Mobx, and can use the same pattern for the React app we are building). And I've successfully added Hive to persist the state locally.Last night I started reading the Amplify docs (which seem really good). It seems I might not need to use Hive, as Amplify takes an offline-approach first and provides it's own local db which can then be sync'd. Anyone got any experience with this? Seems great if it works.Thx
December 13, 2021 at 08:01PM by badlyDrawnToy
https://ift.tt/3DPGf5i
reddit
AWS Amplify in production - any tips, gotchas?
Hi Has anyone used AWS Amplify in production (Cognito, Datastore), and if so, any gotchas, regrets? I built and published one app with Flutter a...
New tweet from FlutterDev:
📝💙 Read Flutter Apprentice while you still can! Grab a copy of #flutterapprentice to build your Flutter skills and prepare for our newest Flutter challenge, before free access ends on January 6. Stay tuned for more details coming soon… 🦋 Get ready 👉 https://t.co/grR1J1rxAc https://t.co/GPNlmq6M4N— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 09:02PM
https://twitter.com/FlutterDev/status/1470484307575820290
📝💙 Read Flutter Apprentice while you still can! Grab a copy of #flutterapprentice to build your Flutter skills and prepare for our newest Flutter challenge, before free access ends on January 6. Stay tuned for more details coming soon… 🦋 Get ready 👉 https://t.co/grR1J1rxAc https://t.co/GPNlmq6M4N— Flutter (@FlutterDev) Dec 13, 2021
December 13, 2021 at 09:02PM
https://twitter.com/FlutterDev/status/1470484307575820290
docs.flutter.dev
Get free access to Flutter Apprentice
You can have free online access to Flutter Apprentice book through January 6, 2022.