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

Help improve Flutter! Take our quarterly survey :)
Hello from the Flutter team!As we continue to improve Flutter, we want to make sure your feedback and thoughts are included.Please take this survey to support us. The survey results will help us plan our work in the coming quarters. We read each and every response.On behalf of the Flutter team, thank you! :)

May 13, 2019 at 06:54PM by janim27
http://bit.ly/2E5rqze
New post on /r/flutterdev subreddit:

Sharing Layouts across machines
Hi all, I'm pretty new to Flutter (I've been following it's development for a while now but haven't made much with it) and I have a question: is it possible to save and send page layouts? Something akin to sending a snippet of XML/HTML and then displaing that in some container?Use case: I am designing an an (web)app that allows users to create custom pages (kinda like Myspace or a website builder like wix) and would like to know if Flutter has a way to let me store the layouts in the Backend.Thanks, - a Backend Dev

May 13, 2019 at 09:15PM by Ventus_Aurelius
http://bit.ly/2vUjlsZ
New post on Flutter Dev Google group:

How to catch BottonBar click
Hi Group, I'm totally new to flutter after 20 years of mostly Java. There is some fundamental I'm still not getting. Why can't I intercept/catch click of bar buttons? Thanks, import 'package:flutter/material.dart'; import 'package:flutter_webview_plugin/flutter_webview_plugin.dart'; import

May 13, 2019 at 09:54PM by Klaus Preisler
http://bit.ly/2vT1IcU
New tweet from FlutterDev:

Didn't get the chance to attend #io19 or catch all-things Flutter at the venue? Good news: we filmed @MartinAguinis walking through our sandbox and interviewing Flutter team members and developers!

Check out this first episode of #FlutterOnsite here → https://t.co/Vkw3Ve3Qol pic.twitter.com/tGhvicBn8h— Flutter (@FlutterDev) May 13, 2019

May 13, 2019 at 10:35PM
http://twitter.com/FlutterDev/status/1128036170296975360
New post on /r/flutterdev subreddit:

Google places
Is there an official or third party plugin for searching nearby places from google places? As far as I searched, people use simple http requests to get http responses and then fill a places model list.

May 13, 2019 at 09:58PM by aytunch
http://bit.ly/2JjL2nv
New post on Flutter Dev Google group:

Prototype Designs
Hi everyone, i'm new here. I am student of Landmark University, Nigeria a freelance software application prototype designer, i design beautiful and professional Prototypes of Websites & Apps. Please feel free to hire me for your jobs, i could surprise you with really good and beautiful designs.

May 14, 2019 at 12:18AM by Moses
http://bit.ly/2Ypu1Mj
New post on Flutter Dev Google group:

Handling Audio
I am building an app to handle MP3 stored in a firebase application. This is my first real app im building on my own, and I am getting lost looking for help. I watched the Flutter dev video on building DashCast which actually got me pretty close to finishing. Since this is going to be a speaking

May 14, 2019 at 01:24AM by Brandon DeVore
http://bit.ly/2vUJlV7
New post on /r/flutterdev subreddit:

Looking for someone who can help me
I am building my first real app and I am looking for a dev who can shell out advice on handling audio files. Specifically scrubbing and skipping ahead and going back 15 secs. I have so far been able to handle everything else.

May 14, 2019 at 01:28AM by EagleBND
http://bit.ly/2vTfsED
New post on /r/flutterdev subreddit:

Dart static extension methods and non-nullable types just moved from "Being spec'ed" to "Being implemented!"
http://bit.ly/2QbeI7f

May 14, 2019 at 01:25AM by EngineerScientist
http://bit.ly/2Jixzwn
New post on /r/flutterdev subreddit:

A Guide to Using ScreenSize In Flutter - A More Readable Approach
http://bit.ly/2WNW1ZP

May 14, 2019 at 05:31AM by Filledstacks
http://bit.ly/2Q4NzCx
New post on /r/flutterdev subreddit:

How ti change port 8080 in flutter web
No text found

May 14, 2019 at 06:07AM by ashokuni
http://bit.ly/2Q488ix
New post on Flutter Dev Google group:

Dart: upload .jpg file to Google Drive
Hi, I am trying to upload some pictures taken in my application to Google Drive. I created a project and a *Service account key* and I have *Google Drive API enabled.* My code snippet looks like this: ... // sfilePath = "/storage/emulated/0/Xyz"; // sfileName = "PIC_17"; final

May 14, 2019 at 08:32AM by IMozes
http://bit.ly/2LI2PXN
New post on Flutter Dev Google group:

cransh Error
I wont to use the registration feature by authentification with google account, but when the function ( _singInWithGoogle ) is called, the application stops and show the following error. *i use this fonction * void _signInWithGoogle() async { final GoogleSignInAccount googleUser = await

May 14, 2019 at 10:11AM by El marouv Mohamed
http://bit.ly/2WFXpO1
New post on Flutter Dev Google group:

Cransh Errer SingInWithGoole
flutter v1.5.4-hotfix.2 google_sign_in: ^4.0.1+3 firebase_auth: ^0.11.0 I want to use the authentication registration feature with a Google Account, but when the (_singInWithGoogle) function is called, the application stops and displays the following error. *ERROR* D/AndroidRuntime(1126

May 14, 2019 at 10:27AM by El marouv Mohamed
http://bit.ly/2YtbLBQ