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

FCC: Forms in Flutter - Part 1
Check out my latest YouTube video, "Forms in Flutter: Part 1" where we cover:​- Form, TextFormField, Switch and CheckboxListTile- Structuring our code- Validating and saving​http://youtu.be/54L3DOm6MTo​+ blog post: https://goo.gl/zKw5ai+ full module: http://goo.gl/AjSURi​To get updates for more content you can follow me here: https://twitter.com/seenickcode

February 28, 2019 at 04:38PM by seenickcode
https://ift.tt/2UemgXY
New post on Flutter Dev Google group:

wanting to learn how to develop a new app
Wanting to try my hand at developing an app where people login and can search on local bowls comps and enter them via the app....Is flutter easy to install and use...I have it installed with Android Studio but cant get any emulator to show a test app. Thanks Stu

March 01, 2019 at 10:09AM by Stuart Aspinall
https://ift.tt/2Sz6wgo
New post on Flutter Dev Google group:

Decode jwt payload.
Hello, in any language it is possible to perform the base64 decode of a string simply and easily. For some obscure reason, dart can not do this operation. This simple code separates the payload from the rest of the token and then does the decode. String getTokenPayload (String token) {

March 01, 2019 at 11:54AM by Cesar Porto
https://ift.tt/2TaKtC3
New post on /r/flutterdev subreddit:

Realistic Forms in Flutter — Part 1
https://ift.tt/2C0tvLZ

March 01, 2019 at 11:25AM by MainaWycliffe
https://ift.tt/2EFSs11
New post on /r/flutterdev subreddit:

Flutter Plugin to check and ask for Notification Permissions on Android and iOS
https://ift.tt/2VzwRNx

March 01, 2019 at 11:15AM by Vanethos
https://ift.tt/2VvPphv
New post on /r/flutterdev subreddit:

What is a provider in Flutter?
I watched a lot of Flutter tutorials, and everyone is using some kind of "provider". But what is this provider? Is it some kind of pattern, model, etc. ? If I search for provider in flutter docs I find a bunch of classes named provider, but no actual page explaining this concept, like for e.g. services page on angular documentation.

March 01, 2019 at 09:55AM by 1Houser1
https://ift.tt/2IHo4Y9
New post on Flutter Dev Google group:

How to generate Authentication code for S3 Bucket in Dart Flutter?
Please answer these two questions. *How to get Image from S3 Bucket in Flutter? < https://stackoverflow.com/questions/54940407/how-to-get-image-from-s3-bucket-in-flutter >* https://ift.tt/2ECWQh6 *How to generate an Authentication code for S3 Bucket in Dart Flutter* <<br>
March 01, 2019 at 12:31PM by Bhanuka Isuru
https://ift.tt/2Vt17JB
New post on /r/flutterdev subreddit:

Heads-up for rn or js developer moving to flutter
Simply wants to share my experience when I first tried react native coming from web dev and now using flutter.It was faster to start working with react native coz it's mostly js on mobile, web n backend.For prototype app, it was faster to start working in react native. Again, because it's just JavaScript.In react native u would try to find 3rd party packages first before writing your own. Reverse is true for flutter. Flutter already has many out of the box packages called widgets.Flutter is MUCH quicker n easier but only AFTER you refreshed OOP and master the Dart language. It may takes months and if u are a web dev, chances are you still need js for backend. So, dart n js will fight in your brain.Just like the early days of react native, good luck trying to convince your manager to start using flutter.We have seen react native grows big and causes bigger headache when packages broken and things just need a lot of fixes every time a new version was released. I can only hope it won't happen in flutter.Last but not least, read the official doc n watch the official tutorial FIRST before watching flutter fans tutorials. Y? Because most will write codes based on where they come from. It's gonna make your head spin hahaha

March 01, 2019 at 01:27PM by alorgajah
https://ift.tt/2UePeHb
New post on Flutter Dev Google group:

Webview Flutter : Is it possible to apply a transparent background
Hi, I'm trying to display a webview in my widget tree but I would like the background color to be transparent instead of white. I tried using webView.setBackgroundColor(0x00000000) direcly inside FlutterWebView.java without success. I'm using : https://ift.tt/2SfExCy

March 01, 2019 at 06:19PM by Marc-André Lanteigne
https://ift.tt/2VtXUJN
New post on Flutter Dev Google group:

slack group
What was the slack group for flutter ? 2. after today update more conflict between Center and Placeholder Widgets ?

March 01, 2019 at 06:37PM by Bambang Soetanto
https://ift.tt/2tKMkOA
New tweet from flutterio:

Power Predictor, the fantasy 🏏🏀 game score prediction app from @Dream11 was created by three developers in two days with Flutter to enhance the user sports experience!

Watch here to learn more &rarr; https://t.co/I6le9tNciU pic.twitter.com/kOReKSsITM— Flutter (@flutterio) March 1, 2019

March 01, 2019 at 09:08PM
http://twitter.com/flutterio/status/1101574968972886017
New tweet from flutterio:

See how @Dream11, with over 50M+ users, built and shipped their Power Predictor 🏏🏀 app using #Flutter with just three developers!

Watch here &rarr; https://t.co/xIkq7E3nZ6 pic.twitter.com/Tt1MlH90n0— Flutter (@flutterio) March 1, 2019

March 01, 2019 at 10:44PM
http://twitter.com/flutterio/status/1101599017392357376
New post on Flutter Dev Google group:

Bloc data isn't persistent
Hi guys, I'm new with flutter and i'm trying to develop something with an api that a friend have developed for me. I don't know why but every time that i change the screen on my flutter app, bloc rebuild itself. Can you help me please? this is my repo with the code: https://ift.tt/2EJO01r

March 02, 2019 at 01:31PM by gabriele de trane
https://ift.tt/2VzIELJ
New post on Flutter Dev Google group:

How to implement onTap function for Grids in Gridview in flutter
I want to achieve navigations from Gridview page to different Grid Pages. I don't understand how to do that. How to use index to trigger ontap function. Please Somebody make me understand. the code as follows, import 'package:flutter/material.dart'; import 'package:funda_faisal/constants/constant

March 02, 2019 at 02:13PM by Utsabdeep Ray
https://ift.tt/2Er72bg
New post on Flutter Dev Google group:

plugin error after AndroidX migration
Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is

March 02, 2019 at 02:43PM by Nidhin Mahesh
https://ift.tt/2Erda3g
New post on /r/flutterdev subreddit:

how do i create a Iphone device to run flutter app in Android studio
, am following the "The Boring Flutter". i saw the developers running it in first episode but couldnt find out how.​

March 02, 2019 at 12:49PM by sujayssa13
https://ift.tt/2Vz0jTQ