Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Routes - named vs unnamed
Hello,I am trying to understand the advantages and disadvantages of named routes vs directly pushing the Widget to Navigator. In the cookbook, I only get information about how to, not why/why not.In my opinion, pushing Widget directly to Navigator is a better, simpler, and safer option even for a large application.- You don't need to create a centralized brain that knows everything about the app.- Passing data is very easy no need to do additional mapping and thanks to required arguments if something changes you can easily identify things needed to be updated.- Parents know how to instantiate their children.The only argument I see for named routes is if I consider Flutter for web, where I would like to see something like "/profile/description" in the address bar.Perhaps I didn't consider deep links, but again it depends on the implementation.

May 06, 2020 at 01:16PM by chrisrutkowski
https://ift.tt/2YIpQ1t
New post on Flutter Dev Google group:

Index error.. Don't know what is causing it.
Hi guys, I was actually trying out role based authorization so i changed some code. But now everything seems to be broken. Please help me solve this. I don't know what is causing this. Below is the complete error code... E/flutter (31739): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled

May 06, 2020 at 02:48PM by Souvik Dutta
https://ift.tt/35DUmuI
New post on /r/flutterdev subreddit:

launch contact using url launcher/ or flutter intent
dose url launcher/ or flutter intent support adding contact with extra details as parameter

May 06, 2020 at 04:10PM by Kotaibaw
https://ift.tt/2WbWabz
New tweet from FlutterDev:

It's here! 🎉Flutter 1.17

Metal support for faster iOS performance.
New Material components.
New network tracking tooling, and more.

What are you going to build? #FlutterGoodNewsWednesday

Get more here → https://t.co/8HWLN9DA0t pic.twitter.com/AgKLPSDsTI— Flutter (@FlutterDev) May 6, 2020

May 06, 2020 at 05:15PM
http://twitter.com/FlutterDev/status/1258052802095403008
New tweet from FlutterDev:

📣Announcing Dart 2.8: Including pub outdated!

Modern apps often depend on many packages, and keeping these dependencies up-to-date can be time consuming.

Pub outdated scans which dependencies are stale and enables you to update them quickly.

Learn → https://t.co/NBAvO71ihw pic.twitter.com/XnETjsTZjn— Dart Language (@dart_lang) May 6, 2020

May 06, 2020 at 07:08PM
http://twitter.com/FlutterDev/status/1258081103992074240
New post on /r/flutterdev subreddit:

New to flutter
Hi. Just to start off I want to say that I am just a college student. All i want to know is flutter worth diving into? and can i build a career in the future later on from flutter? Or should i go seek another language like python and JavaScript?Iam very sorry for my english. Its not my first language.Thank you in advance!

May 06, 2020 at 07:21PM by FireGemFW
https://ift.tt/2W7feaQ
New post on Flutter Dev Google group:

Flutter Game development
Hi I have a problem, I have a tree where GameView is the parent and has 2 children which are mainMenuView and GameplayView. In the build method of the GameView widget, I want to return one of them based on an enum. I dont know how to do it right, but I used callbacks functions from the children

May 06, 2020 at 09:55PM by Yazan Maarouf
https://ift.tt/2WCgHVu
New post on /r/flutterdev subreddit:

Flutter Hooks
How's it going, guys? I'm a front-end developer and I've been working with React for a year or so. One of the best features recently created by their team is Hooks, because it makes the code much more reusable and you have to write less lines of code. About a week ago, I started learning Flutter and I'm loving it, but I miss something like hooks. I know that there is a module that implements this behavior on Flutter, but I was wondering: Are there any chances of it being added to the framework itself?

May 06, 2020 at 11:38PM by AlberoneRamos
https://ift.tt/2L8FnQ4
New post on Flutter Dev Google group:

zsh: command not found
When I type something into the terminal of Android Studio it says: zsh: command not found How can I fix it?

May 07, 2020 at 12:25AM by Marlene Rahm
https://ift.tt/3dtUxMd
New post on Flutter Dev Google group:

Firestore animated list with pagination
Hi guys. I'm making chat-screen in my app and for animating messages that want to be shown on screen, I used a plugin called Firestore_ui. Now I want to paginate the messages for billing and expenses. May someone help me to paginate it? Here is the plugin link: https://ift.tt/3cbTNel

May 07, 2020 at 01:46AM by Mohammad Meshkani
https://ift.tt/2A7nkaX
New post on /r/flutterdev subreddit:

Multiple language String Support
As you know from the title I have the string in my flutter app so how I can add a string for other languages as we do in Android. I am new with flutter so I don't have much knowledge.

May 07, 2020 at 02:46AM by omega_savvy
https://ift.tt/2yBZinT