Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

How to use flutter inspector in visual studio code
Hi Guys, How to use flutter inspector in visual studio code. Anyone have a idea? Regards, Pravin Marathe

March 04, 2019 at 05:27PM by PRAVIN MARATHE
https://ift.tt/2UeOSQK
New post on Flutter Dev Google group:

mixins can't be instantiated
Can anybody tell me why i get this error? [image: image.png]

March 04, 2019 at 06:11PM by Kamran Ali
https://ift.tt/2GZAN6T
New post on /r/flutterdev subreddit:

Flutter Material Banner?
Hi Everyone!I am try implement material Banner but cannot find Flutter component.https://material.io/design/components/banners.html#Flutter Banner class is not same.Flutter not have Material Banner?​Thanks!

March 04, 2019 at 05:49PM by Flutter_Dev
https://ift.tt/2ELOcgz
New post on /r/flutterdev subreddit:

In app subscriptions
Hi,Has anyone done in app subscriptions for both android and iOS.I want to have monthly subscription (ideally with a free week/month trial). I'm looking to do this as a hybrid, and this would be a big thing between react native vs flutter.

March 04, 2019 at 04:50PM by DoPeopleEvenLookHere
https://ift.tt/2ELN4JF
New post on Flutter Dev Google group:

Looking for flutter job
Hello Every One, Greeting for Rajkumari P. I am having 1 years of experience in flutter, and almost having 6-years for mobile application including android and IOS. If you are looking for developer or need any assistance on your issues kindly contact with me for more discussion. Regards

March 04, 2019 at 07:07PM by expert...@gmail.com
https://ift.tt/2GWEHNX
New tweet from flutterio:

Do you yearn to profile your Flutter application but don't know where to begin? 🙇‍♀️ In this post, @ChinmayGarde explains how to look under the hood. 💁‍♂️

Read the post here ↓ https://t.co/wxj2ro27MJ— Flutter (@flutterio) March 4, 2019

March 04, 2019 at 07:35PM
http://twitter.com/flutterio/status/1102638814894477312
New post on /r/flutterdev subreddit:

How are you folks solving state on your apps? Just published the second version of `observable_state` that tackles fine-grained control of where the UI should update and with a stream (RxDart) example and a GitHub search example. Feedbacks are welcome.
https://ift.tt/2TxSiRq

March 04, 2019 at 07:56PM by leocavalcantee
https://ift.tt/2HcObUp
New post on Flutter Dev Google group:

Flutter/Dart for Android service [sticky] dev??
Hi, Is it currently possible to program Android services [sticky] with Flutter/Dart ?? If so how? Sample code? resources? Thx bros.

March 05, 2019 at 12:08AM by coolbro
https://ift.tt/2C4BMPb
New post on /r/flutterdev subreddit:

Noob question - looking to hire someone to build web and mobile app using dart
Hi,I have a few questions that I would be grateful if someone could answer.Is it risky to build a new mobile first product on Flutter using the AWS back end solution.If I was to hire a dart developer would they be able to build the web app as well?What sort of hourly rate would I expect to pay for a developer or annual salary?Very generic questions I know but just interested in utilizing dart seeing the demo of Flare and Flutter online.Thanks in advance,​

March 05, 2019 at 12:37AM by VADRX
https://ift.tt/2tMbz3g
New post on Flutter Dev Google group:

webview_flutter target _blank not working
I am using webview_flutter 0.3.3+1, my initialUrl loads fine, It contains various links when clicking on a link it navigates properly but if a link has target set to _BLANK, it doesn't do anything. WebView( initialUrl: 'https://SOME_URL', javascript

March 05, 2019 at 03:35AM by Dshah H
https://ift.tt/2TvwkP9
New post on /r/flutterdev subreddit:

Using Firebase Functions with Firebase Auth
Hi,​I was wondering how I might go about calling a cloud function and verifying that it was called by an authenticated user using the cloud_functions and firebase_auth plugins. I have done a bit of research on this online already and it appears I can fetch the user's idToken using firebase_auth and pass it to the cloud function. Then, in the function, I could verify it by doing something like so:​
export const someFunc = functions.https.onCall((data, context) => { const { idToken } = data; return admin.auth().verifyIdToken(idToken).then((decodedToken) => { ... do stuff ... }) } 
And I could call it in flutter like so:
CloudFunctions.instance.call( functionName: "someFunc", parameters: { "idToken": await currentUser.getIdToken(refresh: true), ... } ); 
​Is this currently the best way to securely use cloud functions with firebase authentication in flutter?​I was hoping that the cloud_functions would be able to automatically integrate in some way with firebase auth like firestore does.

March 05, 2019 at 04:47AM by aifulton
https://ift.tt/2UsrrmY
New post on /r/flutterdev subreddit:

FVM - A Flutter Version Management Tool
https://ift.tt/2Ti0PZE

March 05, 2019 at 03:12AM by leokcta
https://ift.tt/2EzSAxJ
New post on Flutter Dev Google group:

Boot issue after installing Flutter
Installed flutter yesterday on my Windows 7 tower. I was working on "Enabling VM acceleration" on my machine and restarted my PC to access BIOS. After restarting, the PC now hangs at the motherboard screen. There is the option to launch into BIOS, but it does not work. I never had the chance to

March 05, 2019 at 06:49AM by Raptr
https://ift.tt/2IRXb3Q
New post on /r/flutterdev subreddit:

How can I join flutterstudygroup.slack.com?
There is a link to a slack workspace in official flutter documentation: https://flutter.dev/community But without invitation I can't join. Does anyone know who I need to contact regarding this? There is this "Contact the workspace administrator for an invitation" hint, which isn't very helpful.

March 05, 2019 at 07:22AM by 1Houser1
https://ift.tt/2EwXoUB
New post on /r/flutterdev subreddit:

Any good tutorials on UI design?
Before Flutter, I had zero mobile/web development experience...Flutter and dart are really awesome, but I'm really bad at ui design, and being a guy that's not sensitive to colors, I always found myself trying to change colors of widget then hot reload to see if ui could look better or color combination could look right. I tried going through Google's website on Material Design but still I'm clueless....

March 05, 2019 at 07:10AM by livinglist
https://ift.tt/2ThEhs1
New post on Flutter Dev Google group:

How to handle errors in a large app
Architecture wise if i need to delegate error handling to a common component how to do this. The approach i tried for now is as follows: - Used an inherited widget in order to share a screen state (loading, error, displaying_data) - Used a wrapper widget with a stack that shows the current screen

March 05, 2019 at 10:14AM by carolin...@innuva.com
https://ift.tt/2Tj6BtS