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

simple_url_preview package update
Released version 1.0.0 of Simple URL Preview package in Flutter! Release notes: * Add configurable onTap callback for onTap of URL preview * Make URL preview container padding configurable * Make image perfect square * Min height =130 nowPackage: https://pub.dev/packages/simple_url_preview Github: https://github.com/Amitbhave/flutter-simple-url-previewSuggestions for further improvements of the package appreciated!

September 18, 2020 at 12:02PM by amitb10
https://ift.tt/3c89KTF
New post on /r/flutterdev subreddit:

Usage of ML Kit Services in Flutter
https://ift.tt/2ZQhvZl

September 18, 2020 at 11:52AM by ooWYXNoo
https://ift.tt/2ZNCeNs
New post on /r/flutterdev subreddit:

๐Ÿ”ฅ ๐…๐ฅ๐ฎ๐ญ๐ญ๐ž๐ซ - ๐–๐จ๐จ๐‚๐จ๐ฆ๐ฆ๐ž๐ซ๐œ๐ž ๐’๐ž๐ซ๐ข๐ž๐ฌ ๐Ÿ”ฅ - ๐„๐ ๐ŸŽ๐Ÿ - ๐–๐จ๐จ๐‚๐จ๐ฆ๐ฆ๐ž๐ซ๐œ๐ž ๐€๐๐ˆ ๐’๐ž๐ญ๐ฎ๐ฉ
https://youtu.be/XjDdpOP68L8

September 18, 2020 at 02:09PM by SnippetCoder
https://ift.tt/3muawPH
New post on /r/flutterdev subreddit:

Does flutter support developing iOS14 widgets?
Question says it all

September 18, 2020 at 03:54PM by dontGiveAnEfAnynore
https://ift.tt/2FTuqm0
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