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

Embed mobile livechat window | Flutter Package
https://ift.tt/34C6aPG

September 18, 2020 at 05:22PM by Mastersamxyz
https://ift.tt/2RGiYx2
New tweet from FlutterDev:

😎 Create production-quality screenshots without seeing the debug banner 😎

For this #FlutterFriday, try setting debugShowCheckedModeBanner to false in either a MaterialApp or a CupertinoApp!

Learn more → https://t.co/cnFsobV8YP pic.twitter.com/0RDkZJMyaZ— Flutter (@FlutterDev) September 18, 2020

September 18, 2020 at 06:04PM
http://twitter.com/FlutterDev/status/1306987500351696896
New post on /r/flutterdev subreddit:

Split
Who doesn't love split? I have to tell you, I can still remember in the summer of 1999 when I was talking to one of my fellow developers that we needed a function that would split on a break char... We put something together, but it wasn't nearly as elegant as Dart's split.Our Pascal example was a recursive thing, that eventually gave you what you wanted.Dart: here's a paragraph, give me a list of words.One of life's simple pleasures, life with Flutter/Dart.

September 18, 2020 at 06:04PM by jrheisler
https://ift.tt/32HK6Sv
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