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

How is everyone serializing JSON in Flutter?
On the Flutter website, there are many techniques listed for JSON (de)serialization:https://flutter.dev/docs/development/data-and-backend/jsonI also found some plugins which are using the reflectable library:https://pub.dartlang.org/packages/dart_json_mapperI haven't really been using any code generation libraries but I thought I should probably do that. I'm curious how everyone else is doing it.

March 15, 2019 at 10:59PM by Elixane
https://ift.tt/2HlLtgd
New post on /r/flutterdev subreddit:

A study in canvas drawing, clipping, and PageViews
https://ift.tt/2HBOd8y

March 15, 2019 at 10:57PM by lacronicus
https://ift.tt/2HlLukh
New post on /r/flutterdev subreddit:

Ok Flutter Genius Bar, how can flutter be used in 360/AR/vr applications?
Any way one can render a flutter app/view into an ar space on android? And/or display it in a vr space?

March 16, 2019 at 02:15AM by yabadababoo
https://ift.tt/2UyOOvk
New post on Flutter Dev Google group:

Flutter Create
Hi, i want to participate on this Challenge, so how i sent zip file to google flutter https://ift.tt/2SofDRe can i sent whole flutter files with lib folder Or only lib folder or only main.dart file which one please help me to join this Awesome Challenge Thanks

March 16, 2019 at 03:50AM by Deepjyoti Baishya
https://ift.tt/2T9kmGO
New post on /r/flutterdev subreddit:

How to use Unimodules in Flutter
https://ift.tt/2EAR8es

March 16, 2019 at 04:37AM by datwheattho
https://ift.tt/2F4h1n9
New post on /r/flutterdev subreddit:

Feedback Request: Android and Flutter SDK Docker Image
About a year ago, I was using BitBucket and looking for for a Docker image to use with their pipeline feature for Flutter-related CI/CD.At the time, given the rapid pace of Flutter development, everything I found was either weeks or months out of date, or weighed in at a hefty 2-3 GB. So I decided to make a simple image that would track commits to the main Flutter repository on GitHub:https://hub.docker.com/r/adamantium/flutterI've since stopped needing it for personal use, but recently a user raised up an issue they were encountering with Circle CI. That's fixed, but made me realize there had been quite a few downloads / docker pulls.Since the polling process is automated and I'm using Docker's autobuild infrastructure, maintenance and upkeep is fairly limited, so I thought I would reach out to you - an active development community - and ask:What changes, features, or improvements would make this image more useful to you?If there's a reason that would prevent you from using it, I'd be interested in hearing that as well!

March 16, 2019 at 03:42AM by jrmcpeek
https://ift.tt/2Y2Eaiv
New post on /r/flutterdev subreddit:

Noob here. Anyone know how to solve this problem?
https://ift.tt/2HA6Slb

March 16, 2019 at 09:35AM by memeotis
https://ift.tt/2Y1PICM
New post on /r/flutterdev subreddit:

Simple And Bug-Free Code With Dart Operators
https://ift.tt/2ujg45L

March 16, 2019 at 12:00PM by deven9852
https://ift.tt/2VYiJ08
New post on /r/flutterdev subreddit:

Unable to display simple dialog window in starter app.
I am unable to get a simple dialog window to render in the starter app provided by the flutter create command.I added a call to showDialog to the FloatingActionButton's onPressed method and I get an error that MaterialLocalization is missing.I've looked it up and it appears this can be fixed simply by having a MaterialApp at the root of the widget tree. However the sample app has exactly this and the error still appears.Steps to reproduce: Using the "flutter create appname" command to generate a basic app.Clear the build method and return a MaterialApp with a scaffold, appbar and floating action button.Add a call to show simple dialog with a title, to the onPressed method of the FAB.Notes: I am running the app on Windows in an Android emulator from Android Studio. The app is built and run from VS Code.flutter doctor reports no issuesflutter - Channel stable, v1.2.1 VS Code - 1.31.1

March 16, 2019 at 03:24PM by Evillordfluffy
https://ift.tt/2HDiyU3
New post on /r/flutterdev subreddit:

What are some good things to learn in addition to Flutter.
Hello redditors, I'm still a newbie, finished some html, css and javascript and java courses, started a 25 flutter course recently but I don't have much project experience in this field, I'm planning to build a portfolio building websites and apps, I have plenty of time to be honest, what else should I learn while I'm learning Flutter?

March 16, 2019 at 04:40PM by Mirnish-
https://ift.tt/2HBRgxs
New post on /r/flutterdev subreddit:

Why not everything a statefull widget?
Why flutter created stateless ans statefull widget??​I tend to use everything statefull! why not?

March 16, 2019 at 04:59PM by abuchery
https://ift.tt/2F4VKd8
New post on /r/flutterdev subreddit:

Flutter Ready to Go (flavors, connectivity and more)
Hey Flutterians.I just published a new article.​On this one I introduce a project with some concepts on a more professional approach for developing flutter apps.Flavors, connectivity, device info, bloc, json and more..​If you find it useeful, leave some 👏 and a ⭐️ on GitHub. ;)​GitHub: https://github.com/JHBitencourt/ready_to_goMedium: https://medium.com/flutter-community/flutter-ready-to-go-e59873f9d7de

March 16, 2019 at 07:55PM by JHBitencourt
https://ift.tt/2Fh7tqp
New post on Flutter Dev Google group:

Initiation with Flutter
how to learn Flutter from start? best resource to learn flutter completely.

March 16, 2019 at 08:47PM by VÆMPÎ
https://ift.tt/2O9N5tX
New post on Flutter Dev Google group:

Flutter Create with Firebase
Hi! I have an idea for the Flutter Create challenge. With this app users will be able to publish images and other users will have access to the images. I am planning to use firebase for that purpose, but I am not sure if using firebase would make my app non-eligible Could you please clarify

March 16, 2019 at 08:54PM by Antonio Martínez Guerola
https://ift.tt/2XZ19LD
New post on /r/flutterdev subreddit:

Can i build an Uber like app using flutter
I'm currently new to the android development thing and I have a requirement to create an uber like an app that has a rider and the driver apps separately which will allow booking drivers and travel. Obviously, it's achievable by using the android studio. But I'm wondering whether I can use flutter for this kind of job because I can create one app for IOS and Android both. I have doubts about whether I can pull off complex scenarios likeSearching for the closest driver and book him for the ride.Sharing the location of the driver to the riderCalculating the distance of the driver.I'm not sure this is achievable by using Flutter.so before I invest my time to learn flutter instead of Android native, I would like to know whether I can program these and more complex logic using flutter. Also, is it ok to learn flutter directly instead of android native? I have high-level coding experience with android. Can someone please answer these questions.

March 16, 2019 at 08:17PM by chrishanelloyd
https://ift.tt/2Fkmtnz
New post on /r/flutterdev subreddit:

FLutter and Windows Subsystem for Linux
Hi,I have recently switched back from Linux to Windows with WSL and wanted to ask, how I should set up my Environment.If possible I would like to be able to run my Flutter-commands on the bash, while developing on Windows.I apologize, in case this doesn´t belong here.​​

March 17, 2019 at 12:46AM by Danielb129
https://ift.tt/2TJTa6s