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

I'm new to flutter, can't find solution to this ERROR
I have recently taken upon dart, just creating my first app, so excuse my ignorance. It used to work perfectly, but now it throws me this errors--------------------------------------------------------------------error: The named parameter 'child' isn't defined. (undefined_named_parameter at [flutter_appp] lib\screens\MyHomePage.dart:22)error: The named parameter 'children' isn't defined. (undefined_named_parameter at [flutter_appp] lib\screens\MyHomePage.dart:24)​-----------------------------------------------------------------------Row(child: Padding(padding: EdgeInsets.all(8.0),children: <Widget> [buildButton(),buildTextField(),],),),​buildButton(),buildTextField(),],),),​

March 12, 2019 at 06:22PM by sbaro96
https://ift.tt/2J8Yz2d
New post on /r/flutterdev subreddit:

Stream Disposable Package that helps disposing of Sinks and Streams
https://ift.tt/2CcrXyn

March 12, 2019 at 08:06PM by Vanethos
https://ift.tt/2UEgpLT
New post on /r/flutterdev subreddit:

FlutterCast - Flutter Desktop Windows (Criando Programas de Computador com o Flutter)
https://www.youtube.com/watch?v=P2UdZyie1pY

March 12, 2019 at 08:41PM by AlvaroVasconcelos
https://ift.tt/2ChOuKq
New post on /r/flutterdev subreddit:

Inline WebView Widget: new version (v1.0.1) of flutter_inappbrowser plugin with support for both Android and iOS inline webviews!
https://ift.tt/2Olh1mg

March 12, 2019 at 10:57PM by LorePi
https://ift.tt/2XVmANE
New post on /r/flutterdev subreddit:

Dart is fine and you should calm down
https://ift.tt/2Tw4lQa

March 12, 2019 at 11:15PM by tudor07
https://ift.tt/2F9p97d
New post on /r/flutterdev subreddit:

Porting an existing Java Android app to iOS, use Flutter or Swift?
So my timeline is like this: Learnt Java, got into Android App Dev because Java. Made a couple of Android apps. Then as people are liable to do as soon as you tell them you have made an app, they shower you with every conceivable app idea.​I took on one of my friends ideas and because they wanted it cross platform, starting writing it in React Native, then vomited and quit on the horribleness of Javascript forever. So I developed it in Flutter and flutter is amazing and works great. Super impressed. But it's pretty simple, no real permissions needed.​Now I want to port my existing android app to iOS, but I don't know whether to essentially recreate it in flutter, which I at least partially know, or make it natively in Swift and cocoapods, which seems interesting, so I can learn all the C style languages. If I choose flutter: I know it already, I can test it more easily and seems like it's future proofing it against google doing weird stuff to the android platform. Plus I might get websites and desktop for free eventually. Whereas with Swift, I think I can all the native power, mature libraries, more easily conforming to apple UI guidelines, and getting to learn a really interesting language.​The Android app is also a bit heavier than the flutter one, it needs more permissions etc, does authentication and gets up to more shenanigans. So I'm wondering if you guys know any more pro's or cons for flutter vs Swift in this case?

March 13, 2019 at 12:52AM by reducedCarpet
https://ift.tt/2HuQthH