Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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