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

Where do you see flutter in 2-5 years?
We have some ideas of what Google has in mind for 2019. But what about beyond? Will flutter be around in 5 years? And by that I mean will Google continue to invest into it so its a main platform?

March 11, 2019 at 04:57AM by yabadababoo
https://ift.tt/2J6YaNy
New post on /r/flutterdev subreddit:

Thumbnail card
https://ift.tt/2Haa0F7

March 11, 2019 at 09:43AM by ConstantinopleFett
https://ift.tt/2HndR0N
New post on Flutter Dev Google group:

Hot reload and debugging broken with VS Code Build 1.32 - WARNING...
Team, In case people are still using VS Code Build 1.31, PLEASE CONTINUE TO STAY ON IT. VS Code 1.32 that rolled out a few weeks back has broken hot reload and debugging functionality for Flutter and that's a deal breaker. I have been following this issue and it appears it has been resolved in

March 11, 2019 at 12:20PM by Jagannathan Srinivasan
https://ift.tt/2UvzEaf
New post on /r/flutterdev subreddit:

A Flutter plugin to retrive all images, audios,videos & documents.
https://ift.tt/2NWX0mP

March 11, 2019 at 01:38PM by follow2vivek
https://ift.tt/2F6BXvf
New post on /r/flutterdev subreddit:

when I type Colors in Android Studio,the IDE will go idle in 1 minute
I know it will show so many colors,the huge colors make it slow I edit vmoptions to-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m -XX:ReservedCodeCacheSize=1024m it still got sucks,my OS platform is Arch Linux,does anyone have my problem

March 11, 2019 at 03:20PM by insuaxe
https://ift.tt/2Tt6Z9g
New post on /r/flutterdev subreddit:

Flutter vs Electron - Could Visual Studio Code be rewritten in Flutter?
Given that Visual Studio Code is written in Typescript/Electron, would Flutter be able to reproduce it? In particular the text entry and controls. I believe those are all html rendered. So would a Flutter Visual Studio Code rewrite make any sense?I think the answer to this question will play a part on how Electron and Flutter play out on the desktop space

March 11, 2019 at 08:22PM by yabadababoo
https://ift.tt/2Cer5cT
New post on /r/flutterdev subreddit:

Landing Flutter jobs as a web developer
How much of a factor does experience in native mobile development have in landing a job as a Flutter developer?I see the value of Flutter but I feel as though Android developers will always have an upperhand when landing jobs. And therefore I'm more inclined to invest my current web development skills in something like ReactNative or NativeScript.Am I wrong?

March 11, 2019 at 09:47PM by johanjurie
https://ift.tt/2JkyAoH
New post on /r/flutterdev subreddit:

How to connect user inputs to Google sheets
Hi, I'm very new to OOP and flutter. I have experience in Python, but app development support is pretty garbage.I want to create an app in flutter that will allow users to fill out a form which will then use the inputs to populate a Google sheet.I know there is Google sheet API available, but are there any examples of this in practice?

March 12, 2019 at 01:34AM by dirtyuzbek
https://ift.tt/2J9Z5gi
New post on /r/flutterdev subreddit:

Multiple StreamBuilders one BLoC? Better architecture ideas?
I trying to find the "right" way to use BLoC and StreamBuilders to make my apps reactive.The problem is as follows:- There is a list of elements subscribed to a Stream of List<Item>
- There is also a FAB which should be enabled / disabled depending if the list is has content or is loading.If I use two StreamBuilders then I find myself with this logic duplicated:
StreamBuilder<Model>( stream: bloc.stream, initialData: [[not sure what to put here if using a BehaviorSubject]], builder: (context, snapshot) { switch (snapshot.status) { [[render depending on the status]] } }) 
I doesn't seem good to have the logic of "depending if the stream is loading or not render this or that" duplicated on different parts of the widget tree.​Any thoughts?

March 12, 2019 at 04:13AM by joaquinrok
https://ift.tt/2TxtnhF
New post on /r/flutterdev subreddit:

Broken hot reload?
Anyone any idea how to fix hot reload on vs code.

March 12, 2019 at 07:09AM by BlueBoxxx
https://ift.tt/2Tx2URD
New post on /r/flutterdev subreddit:

An Introduction to Flutter: The Basics
http://dev.edupioneer.net/097e226dcb

March 12, 2019 at 09:36AM by RonEng909
https://ift.tt/2F5xpFc