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

Dart vs JavaScript/TypeScript & Java - The Computer Language Benchmarks Game
https://ift.tt/2JA97UX

July 10, 2019 at 03:11PM by zaiste
https://ift.tt/2XDhfxU
New post on Flutter Dev Google group:

flutter doctor is not working properly
i am just running the command in both command prompt and VScode it is showing any results .

July 10, 2019 at 03:55PM by ಮಂಜು
https://ift.tt/2XXAhhJ
New post on /r/flutterdev subreddit:

As of today, flutter and flutter_web are two distinct frameworks, so user intefaces can't be shared between a mobile and a web app. This project demonstrates a principle for sharing UI code between flutter and flutter_web based on conditional imports.
https://ift.tt/2XEMhoX

July 10, 2019 at 04:19PM by EngineerScientist
https://ift.tt/2XDmNbB
New post on /r/flutterdev subreddit:

Firebase Auth - Token or no token
So I am loving Flutter so far since it has been really easy to code, and the layout system is so very nice, hot reload is amazing, etc.Since I am just getting into this I was wondering about the Firebase_Auth plugin. So going through this Udemy course Learn Flutter & Dart To Build IOS and Android apps, Max mentions using a token. However, he is also using REST APIs to do authentication.Doing a google search results in firebase auth being used, and using the provider package. I am totally onboard with that, but do I need a token in the end, or can I have all of the basic functionality, calling firebase functions, just using the flutter_function package?For you who are using Firebase Auth and the provider package how does your users resign in, do you somehow continuously check that they are signed in, or do you log them out automatically via the expire token that you can get through firebase_auth?

July 10, 2019 at 04:19PM by doggyaws
https://ift.tt/2XDnTEf
New post on /r/flutterdev subreddit:

GitHub - iamSahdeep/liquid_swipe_flutter: A flutter based liquid swipe
Hello guys, I created this plugin in flutter inspired by Liquid Swipe in swift . Can find more at the link below. Please take a look and suggest anything related. Thank youSource Code : https://github.com/iamSahdeep/liquid_swipe_flutter

July 10, 2019 at 05:23PM by iamSahdeep
https://ift.tt/2LeSTEa
New post on /r/flutterdev subreddit:

Animations in Flutter -Getting Started #1 - FlutterDevs
https://ift.tt/2JtFXIp

July 10, 2019 at 09:06PM by Flutter-Devs
https://ift.tt/2XGmU1l
New post on /r/flutterdev subreddit:

Widget runs initState and build methods but doesn't show
Hello. I have a weird bug I've been busting my ass to solve but without success.I am using deep links in my app and before running the app I check for any deep links and pass it into the App class constructor. If theres any deep links resolve it and open the corresponding screen, otherwise show usual. Also, in the App class constructor I am starting a stream subscription to handle clicked deep links while the app is already running in the background. Anyway, running the app by clicking deep link works fine but when intercepting one while the app is in the background acts weird. When I catch a deep link i do the runApp() again to attach the new one and pass the deep link as it was from the cold start. If the app in background is currently on a screen that is a stateless widget everything works fine and the screen I want to open shows normally, but when I do it while on a stateful widget the build and initState methods of a desired screen run normally but the screen doesn't show. It just stays on the screen it was showing before. Any ideas? I can include a short code examole if needed.

July 10, 2019 at 09:03PM by marijannovak123
https://ift.tt/2JtFZA1
New post on /r/flutterdev subreddit:

Anyone else having problems with iOS attaching after adding assets?
I opened up an issue a couple weeks ago after months of having an issue where iOS will only attach 20% of the time after you add a few assets. Just wondering if anyone else is having this issue. It's a very serious DX issue. Has anyone found a solution if they are having it? I'm just trying to figure out if this is unique to me or common for iOS devs running Flutter.​https://github.com/flutter/flutter/issues/34959

July 11, 2019 at 02:34AM by lukepighetti
https://ift.tt/2LfUWrf
New post on /r/flutterdev subreddit:

Is there a VSCode extension that....
that will autofill all the available optional constructor arguments on a widget and set them to null? It's a hassle to have to look them up and type them out. It would be so much easier to just have the autofill and delete the unwanted ones.

July 11, 2019 at 05:23AM by PinkyWrinkle
https://ift.tt/2XD7j2j
New post on /r/flutterdev subreddit:

Fuschia OS - Next Big thing from Google
This can be next big thing from google developers.Google is working on Fuschia OS since 2016 which can run on mobile platforms as well as embedded systems to change the whole software development scenario.Stay tuned for more updates.Also, visit our website at www.toastguyz.com to support us.

July 11, 2019 at 05:17AM by ToastGuyz
https://ift.tt/2G49EgL
New post on Flutter Dev Google group:

async call block after some exception, I need some glue to get the reason.
hi all: I write a flutter app, which use http2, websocket and timer. but I found following sentence blocked after some exception in ui or some other place like try to show unexists images through I have try and catch it; code like this; await for (var s in stream) { // will not get

July 11, 2019 at 05:53AM by Jianming Wan
https://ift.tt/2G2rr8j
New post on Flutter Dev Google group:

How i can add clear Icon to the listed values
i am listing the values that are retrieved from the textfiled and now i wanted to add an clear icon to the each listed items. in this order.. input text icon input text2 icon2 ... .... .. like this i have to do

July 11, 2019 at 12:20PM by ಮಂಜು
https://ift.tt/2LNRC6u
New post on /r/flutterdev subreddit:

What’s New in flutter_bloc 0.19.0
https://ift.tt/2LOQ9wy

July 11, 2019 at 12:19PM by codinglatte
https://ift.tt/2XFCrmE
New post on /r/flutterdev subreddit:

Flutter web and Firebase tutorial
Hi All,I am looking for tutorials, material, anything which might help me integrate firebase with Flutter web app. Please help.​So far I've found these :https://pub.dev/packages/firebasehttps://github.com/flutter/flutter/issues/32637

July 11, 2019 at 01:35PM by AlokOmkar
https://ift.tt/2LTVq5Q