New post on /r/flutterdev subreddit:
What is the advantage of using Flutter's built-in navigation instead of our own?
Background info:I am creating an app using the redux architectureMy problems with the built-in Navigator:(biggest issue) it has it's own custom state independent of reduxnavigation between screens is very similar to using a custom modal system (which has to be coded anyway)navigation is just 'if that route is on, render that' (parameters are already in the store, really, what else is needed? - animation is done one Widget higher)some classes are overly complicated and specific in the original API, RouteObserver would be just a selector in my architecture which makes so much more senseAdvantages of using Navigator:I may have an advantage with route params and cache when I decide to publish to web as well and want to use the URL barSo what does the built-in navigation provide that I am not aware of?
June 22, 2020 at 09:28AM by andrasferenczi
https://ift.tt/2YjO7u6
What is the advantage of using Flutter's built-in navigation instead of our own?
Background info:I am creating an app using the redux architectureMy problems with the built-in Navigator:(biggest issue) it has it's own custom state independent of reduxnavigation between screens is very similar to using a custom modal system (which has to be coded anyway)navigation is just 'if that route is on, render that' (parameters are already in the store, really, what else is needed? - animation is done one Widget higher)some classes are overly complicated and specific in the original API, RouteObserver would be just a selector in my architecture which makes so much more senseAdvantages of using Navigator:I may have an advantage with route params and cache when I decide to publish to web as well and want to use the URL barSo what does the built-in navigation provide that I am not aware of?
June 22, 2020 at 09:28AM by andrasferenczi
https://ift.tt/2YjO7u6
api.flutter.dev
RouteObserver class - widgets library - Dart API
API docs for the RouteObserver class from the widgets library, for the Dart programming language.
New post on /r/flutterdev subreddit:
[First app] After 2 weeks learning flutter, I've developed a "mini-reddit-browser" app.
https://www.youtube.com/watch?v=D-ymM1Tr-Pw
June 21, 2020 at 03:53PM by Dragday
https://ift.tt/311ZGrK
[First app] After 2 weeks learning flutter, I've developed a "mini-reddit-browser" app.
https://www.youtube.com/watch?v=D-ymM1Tr-Pw
June 21, 2020 at 03:53PM by Dragday
https://ift.tt/311ZGrK
YouTube
Flutter - Reddit slider | Speed Code
Speed Code made with flutter.
Thanks Fireship for the awesome tutorials. Check his channel: https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA
Music by: https://www.bensound.com/
Thanks Fireship for the awesome tutorials. Check his channel: https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA
Music by: https://www.bensound.com/
New post on /r/flutterdev subreddit:
OnBoarding
https://ift.tt/3dl0t9x
June 22, 2020 at 11:55AM by TheTechDesigner
https://ift.tt/316oOO2
OnBoarding
https://ift.tt/3dl0t9x
June 22, 2020 at 11:55AM by TheTechDesigner
https://ift.tt/316oOO2
New post on /r/flutterdev subreddit:
Those of you who took Anglela Yu's Flutter and Dart course and who where total beginners in programming in general, how far you came after the course?
So, as I'm new to coding and I've never written a single line of code before Angela's course, I wonder what to expect after the course and do I have any realistic chance to make apps within the next few months or a year after the course?I'm currently at Quizzler app and learning about lists, classes and constructors. I feel that there is so much to learn and after I learn and understand some modules, when I need to use that knowledge in challenges I get confused most of the times and can't use that knowledge productively.Is this normal at my coding stage or I'm a lost case?And of those who were like me before her course, how you doing now?
June 22, 2020 at 12:16PM by Bat_is_my_last_name
https://ift.tt/381sbrb
Those of you who took Anglela Yu's Flutter and Dart course and who where total beginners in programming in general, how far you came after the course?
So, as I'm new to coding and I've never written a single line of code before Angela's course, I wonder what to expect after the course and do I have any realistic chance to make apps within the next few months or a year after the course?I'm currently at Quizzler app and learning about lists, classes and constructors. I feel that there is so much to learn and after I learn and understand some modules, when I need to use that knowledge in challenges I get confused most of the times and can't use that knowledge productively.Is this normal at my coding stage or I'm a lost case?And of those who were like me before her course, how you doing now?
June 22, 2020 at 12:16PM by Bat_is_my_last_name
https://ift.tt/381sbrb
reddit
Those of you who took Anglela Yu's Flutter and Dart course and who...
So, as I'm new to coding and I've never written a single line of code before Angela's course, I wonder what to expect after the course and do I...
New post on Flutter Dev Google group:
ExpansionTile error in ListView.builder
*Hi,* *I am using ExpansionTile in ListView.builder. When I scroll down when I open one on the screen, the rest of it opens up on its own and then throws an error.* *Codes;* @override Widget build(BuildContext context) { return ChangeNotifierProvider
ExpansionTile error in ListView.builder
*Hi,* *I am using ExpansionTile in ListView.builder. When I scroll down when I open one on the screen, the rest of it opens up on its own and then throws an error.* *Codes;* @override Widget build(BuildContext context) { return ChangeNotifierProvider
New post on /r/flutterdev subreddit:
Neovim plugin that sorts Dart imports in an organized way
https://ift.tt/2Bud4KB
June 22, 2020 at 01:32PM by fperson_
https://ift.tt/313VVlv
Neovim plugin that sorts Dart imports in an organized way
https://ift.tt/2Bud4KB
June 22, 2020 at 01:32PM by fperson_
https://ift.tt/313VVlv
New post on /r/flutterdev subreddit:
What State Management Should You Use?
https://ift.tt/314HbTx
June 22, 2020 at 01:23PM by immacoder
https://ift.tt/3fJjnbS
What State Management Should You Use?
https://ift.tt/314HbTx
June 22, 2020 at 01:23PM by immacoder
https://ift.tt/3fJjnbS
Medium
What State Management Should You Choose for Flutter?
As flutter grows the number of State Management solutions grows just as quickly. When I first started exploring Flutter there were only a…
New post on Flutter Dev Google group:
Unable to use flutter sdk on 32 bit linux mint. Can we use 32 bit for Flutter?
while installing flutter sdk in my 32 bit linux mint I am facing the following issue. Can anyone let me how can i resolve this? *cannot execute binary file: Exec format error* */home/abhi/Desktop/Flutter/flutter/bin/cache/dart-sdk/bin/pub: line 49: /home/abhi/Desktop/Flutter/flutter/bin/cache/dar
June 22, 2020 at 01:22PM by Abhinav Verma
https://ift.tt/2B1o6af
Unable to use flutter sdk on 32 bit linux mint. Can we use 32 bit for Flutter?
while installing flutter sdk in my 32 bit linux mint I am facing the following issue. Can anyone let me how can i resolve this? *cannot execute binary file: Exec format error* */home/abhi/Desktop/Flutter/flutter/bin/cache/dart-sdk/bin/pub: line 49: /home/abhi/Desktop/Flutter/flutter/bin/cache/dar
June 22, 2020 at 01:22PM by Abhinav Verma
https://ift.tt/2B1o6af
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Flutter and native android method in alarm manager callback function
I am having an issue calling background function which is written for android specific. My use case - press on the button, schedule the SMS (with alarm manager), call callback function, and send SMS. I'm feeling stuck a bit so I hope someone can show me what can I do to make it right. Also if
June 22, 2020 at 02:58PM by Aleš Benčina
https://ift.tt/3djpn9z
Flutter and native android method in alarm manager callback function
I am having an issue calling background function which is written for android specific. My use case - press on the button, schedule the SMS (with alarm manager), call callback function, and send SMS. I'm feeling stuck a bit so I hope someone can show me what can I do to make it right. Also if
June 22, 2020 at 02:58PM by Aleš Benčina
https://ift.tt/3djpn9z
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Error : messaging/registration-token-not-registered
Would anyone be why i get this error when i try to send a notification to a Iphone Physical device ?? Error sending message { Error: Requested entity was not found. at FirebaseMessagingError.FirebaseError [as constructor] (/srv/node_modules/firebase-admin/lib/utils/error.js:42:28) at
June 22, 2020 at 04:38PM by Jeremy Dormevil
https://ift.tt/3fMbJxn
Error : messaging/registration-token-not-registered
Would anyone be why i get this error when i try to send a notification to a Iphone Physical device ?? Error sending message { Error: Requested entity was not found. at FirebaseMessagingError.FirebaseError [as constructor] (/srv/node_modules/firebase-admin/lib/utils/error.js:42:28) at
June 22, 2020 at 04:38PM by Jeremy Dormevil
https://ift.tt/3fMbJxn
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
How to create a custom App bar without any 3rd party libraries
“Creating a custom app bar with flutter” by Haider Noor https://link.medium.com/vUGhEKabt7
June 22, 2020 at 04:49PM by pazozzoo
https://ift.tt/3fLmLmt
How to create a custom App bar without any 3rd party libraries
“Creating a custom app bar with flutter” by Haider Noor https://link.medium.com/vUGhEKabt7
June 22, 2020 at 04:49PM by pazozzoo
https://ift.tt/3fLmLmt
Medium
Creating a custom app bar with flutter
Create a custom app bar with flutter, in 5 mins!
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter 44 - Tutorials, videos, packages, and much more!
https://ift.tt/2zU9vg9
June 22, 2020 at 05:18PM by vensign
https://ift.tt/3hR2KNn
Flutter Tap Weekly Newsletter 44 - Tutorials, videos, packages, and much more!
https://ift.tt/2zU9vg9
June 22, 2020 at 05:18PM by vensign
https://ift.tt/3hR2KNn
Fluttertap
Newsletter Issue 44
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 44
New post on Flutter Dev Google group:
Flutter Background operation on SQLite database
I'm trying to make a flutter app that stores the medicine and doctor appointment reminders for elderly people. I'm storing the data in the SQLite database. What I need to achieve is, I'll explain with an example. *If a person sets a reminder to take a medicine for like 6 pm he will get a
June 22, 2020 at 07:39PM by Adarsh Balachandran
https://ift.tt/3hQA4Eb
Flutter Background operation on SQLite database
I'm trying to make a flutter app that stores the medicine and doctor appointment reminders for elderly people. I'm storing the data in the SQLite database. What I need to achieve is, I'll explain with an example. *If a person sets a reminder to take a medicine for like 6 pm he will get a
June 22, 2020 at 07:39PM by Adarsh Balachandran
https://ift.tt/3hQA4Eb
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Going Walkabout - Flutter and Automated Screenshots
https://youtu.be/jiE-EtgGN24
June 22, 2020 at 08:39PM by aadjemonkeyrock
https://ift.tt/2AZ3fnV
Going Walkabout - Flutter and Automated Screenshots
https://youtu.be/jiE-EtgGN24
June 22, 2020 at 08:39PM by aadjemonkeyrock
https://ift.tt/2AZ3fnV
YouTube
Going Walkabout - Flutter and Automated Screenshots
Going Walkabout is a mobile travel blog and I wanted to create automated screenshots. What should be a simple project turned out to be a nightmare
Integration testing: https://flutter.dev/docs/cookbook/testing/integration/introduction
Automate screenshots:…
Integration testing: https://flutter.dev/docs/cookbook/testing/integration/introduction
Automate screenshots:…
New post on /r/flutterdev subreddit:
To make an SMS receiver app from particular number
Hi, I'm new to flutter.I want to make an app in which the user will mention the mobile number in a textfield. And the SMS from the mention number, need to be displayed. Can you suggest me some ideas?Thank you in advanceView Poll
June 22, 2020 at 08:29PM by Abinavvv
https://ift.tt/315ivub
To make an SMS receiver app from particular number
Hi, I'm new to flutter.I want to make an app in which the user will mention the mobile number in a textfield. And the SMS from the mention number, need to be displayed. Can you suggest me some ideas?Thank you in advanceView Poll
June 22, 2020 at 08:29PM by Abinavvv
https://ift.tt/315ivub
New post on /r/flutterdev subreddit:
Dio Http Logging
I made a dart package that I think is helpful while integrating with a backend using Dio.Easily view the request and the response in a prettified way without the need to add print statements. This will also easily allow you to share requests with the backend team when working with multiple developers.Please share your thoughts and provide your feedback :)https://pub.dev/packages/dio_http_formatter
June 22, 2020 at 08:21PM by coding4fun
https://ift.tt/2CwnhXm
Dio Http Logging
I made a dart package that I think is helpful while integrating with a backend using Dio.Easily view the request and the response in a prettified way without the need to add print statements. This will also easily allow you to share requests with the backend team when working with multiple developers.Please share your thoughts and provide your feedback :)https://pub.dev/packages/dio_http_formatter
June 22, 2020 at 08:21PM by coding4fun
https://ift.tt/2CwnhXm
Dart packages
dio_http_formatter | Dart Package
A Dio interceptor for pretty printing the HTTP request/response to be printed in the console for easier debugging
New tweet from FlutterDev:
HERE WE GO ...
📆The full official #FlutterDay event schedule is live!
6/25 → 9am PDT & 8pm PDT
6/26 → 8am PDT
See it here → https://t.co/MBLIAWMfGs
Register here → https://t.co/UAGslLLf73 pic.twitter.com/w3Wd7JFjHG— Flutter (@FlutterDev) June 22, 2020
June 22, 2020 at 09:15PM
http://twitter.com/FlutterDev/status/1275145424760791040
HERE WE GO ...
📆The full official #FlutterDay event schedule is live!
6/25 → 9am PDT & 8pm PDT
6/26 → 8am PDT
See it here → https://t.co/MBLIAWMfGs
Register here → https://t.co/UAGslLLf73 pic.twitter.com/w3Wd7JFjHG— Flutter (@FlutterDev) June 22, 2020
June 22, 2020 at 09:15PM
http://twitter.com/FlutterDev/status/1275145424760791040
New post on /r/flutterdev subreddit:
Flutter Intl IDE plugin exceeded 70K installations
https://twitter.com/localizely/status/1275058060910714880
June 22, 2020 at 09:32PM by goranlu
https://ift.tt/2B2xWZt
Flutter Intl IDE plugin exceeded 70K installations
https://twitter.com/localizely/status/1275058060910714880
June 22, 2020 at 09:32PM by goranlu
https://ift.tt/2B2xWZt
Twitter
Localizely
Flutter Intl IDE plugin exceeded 70K installations on VS Code and Android Studio! 🎉 Its Dart library is now available on GitHub: https://t.co/ymS7wYLj1T #flutter #flutterdev
New post on /r/flutterdev subreddit:
FVM 1.0 Released!
Flutter Version ManagementA simple cli to manage Flutter SDK versions has reached a 1.0 released.FVM was created because of the need for our team and CI to have a dependable build with the same Flutter SDK version and to be able to have multiple Flutter versions running to quickly validate and test upcoming Flutter releases with our apps, without waiting for Flutter installation every time.There has been great feedback from the community and we have continued to improve and add new features.FeaturesConfigure and use Flutter SDK version per projectAbility to install and cache multiple Flutter SDK VersionsFast switch between Flutter channels & versionsDynamic SDK paths for IDE debugging support.Version FVM config with project for consistency across teams and CI environments.Set global Flutter version across projectsIf you have not yet go check it out on: https://github.com/leoafarias/fvm and please feel free to leave feedback.
June 22, 2020 at 09:26PM by leokcta
https://ift.tt/3dkw777
FVM 1.0 Released!
Flutter Version ManagementA simple cli to manage Flutter SDK versions has reached a 1.0 released.FVM was created because of the need for our team and CI to have a dependable build with the same Flutter SDK version and to be able to have multiple Flutter versions running to quickly validate and test upcoming Flutter releases with our apps, without waiting for Flutter installation every time.There has been great feedback from the community and we have continued to improve and add new features.FeaturesConfigure and use Flutter SDK version per projectAbility to install and cache multiple Flutter SDK VersionsFast switch between Flutter channels & versionsDynamic SDK paths for IDE debugging support.Version FVM config with project for consistency across teams and CI environments.Set global Flutter version across projectsIf you have not yet go check it out on: https://github.com/leoafarias/fvm and please feel free to leave feedback.
June 22, 2020 at 09:26PM by leokcta
https://ift.tt/3dkw777
GitHub
GitHub - leoafarias/fvm: Flutter Version Management: A simple CLI to manage Flutter SDK versions.
Flutter Version Management: A simple CLI to manage Flutter SDK versions. - leoafarias/fvm
New post on /r/flutterdev subreddit:
Will Apple's New ARM Processor Change Flutter Dev?
Hi all, today Apple announced their moving away from Intel and to new Apple Silicon ARM chips.Flutter compiles to machine code, I'm assuming this is based on Intel chips? How will apps built on Flutter now be affected by this future transition?
June 22, 2020 at 09:57PM by owensdev
https://ift.tt/3dpZ3uL
Will Apple's New ARM Processor Change Flutter Dev?
Hi all, today Apple announced their moving away from Intel and to new Apple Silicon ARM chips.Flutter compiles to machine code, I'm assuming this is based on Intel chips? How will apps built on Flutter now be affected by this future transition?
June 22, 2020 at 09:57PM by owensdev
https://ift.tt/3dpZ3uL
reddit
Will Apple's New ARM Processor Change Flutter Dev?
Hi all, today Apple announced their moving away from Intel and to new Apple Silicon ARM chips. Flutter compiles to machine code, I'm assuming...
New tweet from FlutterDev:
#FlutterDay is coming in three days. Are you prepared?
Watch this refresher playlist to brush up on everything you’ll need to know to make the most of the 24-hour event.
📺→ https://t.co/Y3uT3pYevl
Register here → https://t.co/ughQcKfwEc pic.twitter.com/0u6AxOz5Ep— Flutter (@FlutterDev) June 22, 2020
June 22, 2020 at 11:14PM
http://twitter.com/FlutterDev/status/1275175310804217858
#FlutterDay is coming in three days. Are you prepared?
Watch this refresher playlist to brush up on everything you’ll need to know to make the most of the 24-hour event.
📺→ https://t.co/Y3uT3pYevl
Register here → https://t.co/ughQcKfwEc pic.twitter.com/0u6AxOz5Ep— Flutter (@FlutterDev) June 22, 2020
June 22, 2020 at 11:14PM
http://twitter.com/FlutterDev/status/1275175310804217858