Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

🎉It's what you've been waiting for.

The #BoringShow!

Flutter devs @mjohnsullivan and @craig_labenz live-code revisions to achieve awesome animations, fix issues, tidy up the build method, and finish the nav bar.

Watch here → https://t.co/WvXMKX6cLV pic.twitter.com/m4YUXy1bbo— Flutter (@FlutterDev) April 1, 2020

April 02, 2020 at 12:50AM
http://twitter.com/FlutterDev/status/1245483668912537600
New post on /r/flutterdev subreddit:

is visual studio ide supported flutter?
not meaning vscode

April 02, 2020 at 05:27AM by hbakhtiyor
https://ift.tt/344yqbA
New post on /r/flutterdev subreddit:

Flutter — App Level PIP using Ovelay
https://ift.tt/2wbJUO4

April 02, 2020 at 05:26AM by KarthikPonnam
https://ift.tt/3bNMOYt
New post on Flutter Dev Google group:

Custom bottom navigation bar is not visible to all pages in flutter
I have integrated custom bottom navigation bar in my flutter app but when I navigate to another page it is not showing. Can some one help me why the custom bottom navigation bar is not showing on other pages? In which page I have to add the custom bottom navigation bar code so that it will

April 02, 2020 at 07:05AM by Rohit Kurzekar
https://ift.tt/2wXtbhD
New post on /r/flutterdev subreddit:

Contribute ideas to Steel Crypt v2.0: Help me build a comprehensive cryptography package for Dart/Flutter!
/r/dartlang/comments/ft2fwn/contribute_ideas_to_v20_of_steel_crypt_help_me/

April 02, 2020 at 07:11AM by AKushWarrior
https://ift.tt/2w613IO
New post on Flutter Dev Google group:

Finding Devices Nearby Using Bluetooth or WiFi
Hello everyone, Is there a way by using either Wifi technology or bluetooth to find devices near to me (like 5 feet around)? I need to also identify each device with an id.

April 02, 2020 at 07:53AM by Alyaa Al Arafati
https://ift.tt/3aBNAaN
New post on Flutter Dev Google group:

Has anyone successfully added web support to an existing app?
Hi guys, We have a flutter app and I spent several hours yesterday trying to adapt it for the web. I am new to Flutter and didn't work on the app itself. Followed the docs and did a *`flutter create .`* in the app directory, which gives you a *lib/main.dart* that points to the the default Flutter

April 02, 2020 at 09:29AM by Thomas
https://ift.tt/2UAUIP1
New post on Flutter Dev Google group:

StreamBuilder
Hi, someone can help me with this: https://ift.tt/345fR79 Thanks BB

April 02, 2020 at 09:38AM by Mauro Miotello
https://ift.tt/3bDG4w2
New post on /r/flutterdev subreddit:

two version of emulators in fresh installed android sdk folder
why there two versions of emulators in sdk folder? recently installed android studio\Android\Sdk\tools\emulator.exe\Android\Sdk\emulator\emulator.exeone emulator can run but very slowly, another can't even run
.\emulator\emulator.exe -accel-check Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release. accel: 0 WHPX (10.0.18363) is installed and usable. accel .\tools\emulator.exe -accel-check accel: 15 Please disable Hyper-V before using the Android Emulator. Start a command prompt as Administrator, run 'bcdedit /set hypervisorlaunchtype off', reboot. accel 


April 02, 2020 at 12:31PM by hbakhtiyor
https://ift.tt/2X0luSr
New post on /r/flutterdev subreddit:

What’s your development process for a new app?
What do you do before you start coding the app?

April 02, 2020 at 03:26PM by Kobewith8
https://ift.tt/2UTEfEt
New post on /r/flutterdev subreddit:

Complete Guide to Flutter Repo
Hello Friends,​I am Rahul Chandra, Pre-Final Year Computer Science Engineering Student. I had been learning Flutter and developing applications from the past 8 months now. I found Flutter really interesting and nice. I had also seen there is lots of information is present related to Flutter both on Youtube and Reddit. But this information is always scattered due to which I sometimes found it difficult to learn/develop. So for solving this problem. I had created a GitHub Repo which will contain both the source code and working version of Flutter App(Web Version) hosted on GitHub through GitHub Actions. This will help the developers to not only the check the code but also just showing it on the Web without any kind of the Fork/Clone and setting up the environment. As these things use a lot of our time. I had created this repo 2 months back. But redesigned the whole repo yesterday. So hope, you will like this repo. If you found it interesting pls star this repo.https://github.com/irahulcse/A-Complete-Guide-To-FlutterThanks

April 02, 2020 at 05:18PM by flutterboxinc
https://ift.tt/2yob7O1
New post on /r/flutterdev subreddit:

Use Hive DB instead of other state management options?
I'm wondering if anyone has replaced more complex state management with a local database option like Hive DB?Looking through the documentation they support live updates via ValueListenables which trigger renders when the data you've subscribed to changes in the database.To me it looks like it would decrease boilerplate and complexity by a lot.Another positive I see would be automatic local cache of your state, something you'd have to wire up separately to other state management options.What am I missing here as far as state management goes that would make this non-suitable replacement to something like Redux/Provider/Bloc/MobX?

April 02, 2020 at 05:17PM by nerdywordy
https://ift.tt/3dO080y
New post on Flutter Dev Google group:

how to understand error messages
What does the following error message mean and how to solve it? Class 'int' has no instance method 'call'

April 02, 2020 at 06:38PM by Harsh Tibrewal
https://ift.tt/2UDjTAD