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

Why is FutureBuilder rebuild my widget when i pops to previous page?
Hi! I have a FutureBuilder that draws widgets depending on data from a future. But why is the future reloading data when i pop the screen to the parent screen i just cant get a grip of it. Below is my code: The part Print('Building') is executed entering the widget and leaving the widget. That

September 18, 2020 at 08:08PM by Martin Arvidsson
https://ift.tt/3iMHB71
New post on /r/flutterdev subreddit:

Mobile developers Cafe - Issue 6
Sent out this week’s newsletter issue from Mobile Developers Cafe which curates lot of great Flutter Developer content from last week.Read Mobile Developers Cafe Issue 6Never miss an issue. Get in your inbox by subscribing for free here: Mobile Developers Cafe - Weekly Newsletter

September 18, 2020 at 08:13PM by iranjith4
https://ift.tt/3cnx2Fj
New post on /r/flutterdev subreddit:

Open fb link in Facebook app
1-install url_launcher library. https://pub.dev/packages/url_launcher2- call _launchUrl() ontap or onPressedvoid _launchUrl() { var url = 'fb://facewebmodal/f?href=https://www.facebook.com/YOURPROFILENAME';if (await canLaunch(url)) { await launch( url, universalLinksOnly: true, ); } else { throw 'There was a problem to open the url: $url'; }}

September 18, 2020 at 08:44PM by diyar_gulli
https://ift.tt/33JBgTF
New post on /r/flutterdev subreddit:

Best flutter firebase tutorial
Hey everyone. I was wondering if there was a good firebase tutorial for flutter that teaches not only firebase auth but the rest of the features that firebase has to offer, while being a recent 2020 tutorial so there aren't any problems when following along.

September 18, 2020 at 11:59PM by ODEESHARK99
https://ift.tt/2REJyqb
New post on Flutter Dev Google group:

Splash going very fast
Hi Flutter Dev, After upgrading flutter my app default splash screen going very fast

September 19, 2020 at 01:26AM by Ghulam Mustafa
https://ift.tt/2FRlPjM
New post on /r/flutterdev subreddit:

How to Create My App's Filtering/Searching Feature
Hey Guys! I am creating a bird identifying app where people fill out a set of questions and it will help them narrow down which bird they may be looking at. However, I do not know how to implement this filtering mechanism. If anyone can give me a tip or guide me to a possibly useful resource, it will be greatly appreciated! Thanks

September 19, 2020 at 01:33AM by BerryAppleSoup
https://ift.tt/3hHGa8I
New post on /r/flutterdev subreddit:

Flutter survey
Hey guys, I need your help with this survey. I would like to know the experience of the average of Flutter developers and what topics you need help with.This would be used to create the next course in a Flutter learning platform that I am building. All the best!

September 19, 2020 at 02:08AM by thehappyharis
https://ift.tt/33KSmjS
New tweet from FlutterDev:

🤩 @GooglePay rewrites their mobile app with @FlutterDev!

Are you in India or Singapore? Test this version on Android and iOS. When #GooglePay fully migrates, it will be one of the largest @FlutterDev deployments.

Learn why Google Pay chose Flutter → https://t.co/RK3AbtcF71 pic.twitter.com/ldOnxEHNSs— Google Developers (@googledevs) September 19, 2020

September 19, 2020 at 03:27AM
http://twitter.com/FlutterDev/status/1307129162390474753
New post on /r/flutterdev subreddit:

Trained a super resolution neural network and implemented it trough a flutter app.
I have been working on this for almost a month now. This is my very first ML project that does not involve following a tutorial and my first published app and I wanted to share it.The models were trained using tensorflow and is implemented using a tflite model. More info about the model and the app on my github.App demo (youtube)App(Playstore)App source code (github)Model (github)

September 19, 2020 at 02:58AM by Sky-e
https://ift.tt/3hLyUIG
New post on /r/flutterdev subreddit:

Which Flutter package is available for UAE based online payment
Anyone from Uae Flutter community...i want to know which payment gateway are you using.

September 19, 2020 at 05:28AM by ashbuhrz
https://ift.tt/3iWIMkc
New post on /r/flutterdev subreddit:

33 Flutter Application Created in 60 Days(#100days Challenge/Complete Guides to Flutter)
Hey, Everyone!I'm happy to share the update the in Project(Complete Guides to Flutter). Today I had created my 54's App using Flutter. I know, I was not consistent(again because of my SDE Internship) . I had last updated about the Flutter Apps 2 months ago. Post Link here ===>​This Time I had created more new application in Flutter!Why so many apps? Being an Open Source Developer and Enthusiast, I had met with lots of developers and their project which had helped a hundred-thousands of people all around the world. I also want the Complete Guide to Flutter will be able to create a resource full of knowledge so that any newbie can learn from that repo.These 33 Applications are listed on the below link.You can check out the repo: https://github.com/irahulcse/A-Complete-Guide-To-FlutterPlease Star this repo, if you found it interesting. Do let me know if you're interested in #contributing towards this project.#EveryFlutterAppsCount

September 19, 2020 at 06:03AM by flutterboxinc
https://ift.tt/2FGVDZC
New post on /r/flutterdev subreddit:

Google Pay picks Flutter to drive its global product development
https://ift.tt/2ZPxQxv

September 19, 2020 at 05:56AM by aksharpatel47
https://ift.tt/3ckE4KU
New post on /r/flutterdev subreddit:

Flutter richtext example with hyperlink
https://ift.tt/35PCwaz

September 19, 2020 at 06:56AM by nareshpradeep
https://ift.tt/3iQQaxS
New post on /r/flutterdev subreddit:

Embed/combine Flutter Web in another Web App (JS Framework)
Has anyone tried combining Flutter Web with an existing Web App made with a JS Framework like React, Angular or Vue?I think there are two ways one could "embed" Flutter Web in a Web App.Route to a page that uses Flutter Web. For example you have a React Web App where you a home page/home route and with the click on the button you route to another route that uses Flutter Web.Using Flutter Web to create Web Components and display the components inside a Web App.I'm sure the 1st option would be much easier to accomplish. has anyone made something similar to this?

September 19, 2020 at 10:50AM by jwknows
https://ift.tt/3iGcyK2
New post on /r/flutterdev subreddit:

Twitter video downloader
How i can make Twitter video downloader app ( by using URL)any plugin/package for this ???flutter

September 19, 2020 at 11:45AM by Srehan05
https://ift.tt/35T8SRA