Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

This @Google session at MWC Barcelona 2020 is on @FlutterDev and includes talks from #Googlers on the team, case studies, partners, and new demos. Find out more here : https://t.co/sqX26NGKmw #MWC20 pic.twitter.com/3FAVyW5H7U— GSMA (@GSMA) January 28, 2020

January 29, 2020 at 11:21PM
http://twitter.com/FlutterDev/status/1222646029360611329
New post on /r/flutterdev subreddit:

New Sub-Reddit for FLUTTER BEGINNERS
Hey guys, I noticed this is the main page for flutter developers but everyone is at a different level. So I made this new subreddit for beginners so that more advanced developers do not get annoyed by the simple tutorials etc. So please join and start discussions on this page if you are a beginner:https://www.reddit.com/r/FlutterBeginner/THANKS guys

January 30, 2020 at 03:28AM by Heisenlife
https://ift.tt/2RDRXLu
New post on /r/flutterdev subreddit:

How do things like Flutter Inspector communicate with IDEs or browser based development tools?
I'm not entirely sure how to ask this question to be honest. You know how when you develop using VSCode, and you have a dev tool that opens in Chrome? Or just how Flutter Inspector on Android Studio is reflect what's going on in the simulator or on the phone?Or even for a non-Flutter example: React Native's debugger which opens in Chrome?How do these things work? Could someone point me towards a tutorial or some documentation? Or even give me a hint at where to look at in the source code?I have an idea for a dev tool I'd like to try and make, but I don't even know where to begin with implementing it. It would need to be able to get data off of the phone and show it on the developer's computer in some way.

January 30, 2020 at 02:42AM by mca62511
https://ift.tt/36FxdHe
New post on Flutter Dev Google group:

Estimate the Flutter App Development Cost in 2020
I am sharing an article about Flutter App Development Cost . I hope this article is very helpful to all members.

January 30, 2020 at 09:18AM by Game Reviewer
https://ift.tt/2GG8ibX
New post on /r/flutterdev subreddit:

How do I improve my ADs targeting by using/sending user-related data
Our ADs don't perform that well so we want to target the audience by sending information about the users who subscribed to our service, inside of our mobile APP.What endpoint should be used to send the data? I mean how to configure it inside of ADs manage?Not sure what data exactly needs to be sent to API. How does FB identify the user so it can extract all it needs from the DB to understand the audience and narrow it down even better? Via email?I would appreciate detailed steps/links on how to do it, if possible.
Thanks!

January 30, 2020 at 02:03PM by vardan_sngular
https://ift.tt/2O9qOh8
New post on /r/flutterdev subreddit:

Probably a stupid question
I am a newb at development and i am hoping if someone can clarify this for me?So i recently got a job as a IT tech support, and it has been bothering me a lot that there is no easy way to connect a mail app to our exchange server. Everyone uses the exchange owa.I am wondering if there is a way to bundle that into an app? Like web view but i am hoping i can customise that in flutter. Ofcourse I can do the thing where I "save" the page as an app but where is the fun in doing that?I also read that exchange has some apis but I dont think I will be allowed api access since im not a dev.And this probably sounds like first world problems at this point.

January 30, 2020 at 02:31PM by MeFIZ
https://ift.tt/36Dw7Ml
New post on /r/flutterdev subreddit:

“Provide” your users with Dark Theme — Flutter.
Hey everyoneHere is a quick tutorial on how you can easily provide your users with an option to switch between themes in your Flutter application.Medium Article | Source CodeHope you found this useful.Have a great day :)

January 30, 2020 at 03:15PM by annshsingh
https://ift.tt/2RWSRl6
New post on Flutter Dev Google group:

upload gile to drive using http multipart
i have my reasons for not using the client ga.Drive to upload files so im using plain http to do so. There is no way to refresh the access token once it expires so im not it manually using interceptors. so im coding the upload the hard way ;) If anyone has experience doing this, I wish to ask

January 30, 2020 at 03:10PM by Mark Chester Goking
https://ift.tt/2GDffuq
New tweet from FlutterDev:

💙#AskFlutter

Flutter experts answer questions at #FlutterInteract. Get inspired to contribute to an open source project and learn how to set up your environment to get started.

Should you use visual Studio Code or Android Studio? And more...

Watch → https://t.co/K79FXOrsc5 pic.twitter.com/xFWmFmE2Wu— Flutter (@FlutterDev) January 30, 2020

January 30, 2020 at 07:18PM
http://twitter.com/FlutterDev/status/1222947240924213249
New post on Flutter Dev Google group:

Flutter Desktop (windows 10) needs to work well, its not working and very bad condtion
Dear DEVS, Please focus on WINDOWS 10 devices too so we could do a lot of stuff

January 30, 2020 at 08:46PM by Faheem Ahmad
https://ift.tt/2RFvIVc
New post on Flutter Dev Google group:

Flutter & Firebase StreamBuilder pagination
Hi, i need help with an app i'm working on, i have a chat app where i need to paginate data from firebase. i couldn't figured it out , if someone can help! Please reply.

January 30, 2020 at 09:20PM by Vo info
https://ift.tt/2S1y4Nj
New post on /r/flutterdev subreddit:

Hey Fam, We are back with a new and hot product in the market which is open source, of course! You can check the release on our GIT @ https://ift.tt/38LJxXV Please feel free to contribute or suggest improvements. P.S. We are also taking suggestions for our next open-source
https://github.com/OpenConsultingGroup/Taxi-App

January 31, 2020 at 12:46AM by Junzzy
https://ift.tt/2vCPGYn
New post on /r/flutterdev subreddit:

How to return nothing?
How do you return nothing?bool ? Text(‘’) : NOTHING

January 31, 2020 at 02:05AM by il3g3ndry-ws
https://ift.tt/2OepedZ
New post on /r/flutterdev subreddit:

Looking to explore new libraries - what would you recommend?
Title sort of says it all. I'm curious what newer libraries are worth trying out or messing around with. Cheers.

January 31, 2020 at 01:53AM by brutusdidnothinwrong
https://ift.tt/2GFy0NO
New post on /r/flutterdev subreddit:

Is there a better resource to learn how to read flutter documentation?
I'm new to developing and all the videos I have watched (even Google's official one on Udemy) blows over how to read documentation. Every new widget just mentions to go take a look at it and it doesn't seem to easily translate to how it's actually used. I get pretty confused when trying to understand how to implement one and it may just be because I'm new but I feel like every video I watch is so incomplete I can't continue on my own easily.

January 31, 2020 at 04:31AM by moldymoosegoose
https://ift.tt/2Odpzh2