Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on Flutter Dev Google group:

Flutter website ui broken CSS problem/content alignment problem
Hi, There is an alignment problem in the flutter website (https://flutter.dev/). Here in the 'Who is Using?' section, there is a grid system where there is the left text content section and the right image content section. The Images in the right are stretched and they do not fit the

March 12, 2019 at 10:27AM by Asween Ravindran
https://ift.tt/2UDgrnf
New post on Flutter Dev Google group:

Sqflite – playing around with Flutter and simple database
Find out how to setup a database for your Flutter projects using sqflite

March 12, 2019 at 10:35AM by Applandeo
https://ift.tt/2F074qO
New post on /r/flutterdev subreddit:

Building TikTok's UI in Flutter - Part 2
If any of you found value in the previous post on breaking down your Flutter UI into manageable and easier to code pieces then check out the latest installment in that series. Where we take the end of the last tutorial and turn it into something that looks exactly like TikTok.​https://medium.com/filledstacks/building-tiktoks-ui-in-flutter-part-2-build-the-small-parts-42fb2089d605?source=friends_link&sk=b5d69e88615c356eac333436e4d4c04e

March 12, 2019 at 11:34AM by Filledstacks
https://ift.tt/2J6zDII
New post on /r/flutterdev subreddit:

Introduction to Flutter: Building iOS and Android Apps from a Single Codebase
http://tech.learn4startup.com/a44e0c3cb3

March 12, 2019 at 10:59AM by Jewell980
https://ift.tt/2Hg5ULC
New post on /r/flutterdev subreddit:

HUMP DAY Q&A ANNOUNCEMENT: Martin Aguinis tomorrow (18:00 UTC)
Hump Day Q&A is an all-day, live help session in Zoom. From time to time, we have guests who join us so that YOU, the Flutter community to directly ask them any questions you have.Feel free to join us tomorrow and put forward any questions you have to Martin Aguinis or pop on at any time tomorrow if you want to discuss Flutter / get help with Flutter.Here's an URL link to join: http://tinyurl.com/humpdayqanda

March 12, 2019 at 01:49PM by MarkOSullivan
https://ift.tt/2u1HyfR
New post on Flutter Dev Google group:

Problems with Plugin ChannelMethod mocking
Hello, I'm writing a flutter plugin for handling volume and I try to write some test before publishing. I'm having a hard time getting the mocking of the channel methods right, as they always return null. Code snippet: void main() { group("volume state", () { MockMethodChannel

March 12, 2019 at 02:59PM by Patrick Haller
https://ift.tt/2F6OMWb