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

json object with flutter
how can i run json script directly in flutter?

January 23, 2020 at 07:33PM by naji Iz-Aldeen
https://ift.tt/3aE6MVR
New post on Flutter Dev Google group:

Where to learn Flutter and Dart?
Hello everyone, I've been learning flutter and dart for the last 6 months,I have a background as a web front end developer (html, css, wordpress), so it was easy for me to learn how to create the UI, but now I'm trying to do a real case app and I'm having problems with the state management of the

January 23, 2020 at 08:15PM by Fer Buero Trebino
https://ift.tt/2TQcnSQ
New post on Flutter Dev Google group:

WebView Link open View in App
Hi I am learning to develop in Flutter was previously using Appcelerator. I am in the process of transitioning an app from Appcelerator to Flutter but couldn't find the answer the following: Is there a way to create a WebView with links inside it that can open a View on Flutter app? If so can

January 24, 2020 at 12:49AM by F Flores
https://ift.tt/37nljmz
New post on Flutter Dev Google group:

WebView Link open View in App
Hi I am learning to develop in Flutter was previously using Appcelerator. I am in the process of transitioning an app from Appcelerator to Flutter but couldn't find the answer the following: Is there a way to create a WebView with links inside it that can open a View on Flutter app? If so can

January 24, 2020 at 12:49AM by F Flores
https://ift.tt/37nljmz
New tweet from FlutterDev:

Cosmos aligned. We'll be back at Shoreline Amphitheatre in Mountain View for this year's #GoogleIO on May 12-14! pic.twitter.com/3bZqriaoi1— Sundar Pichai (@sundarpichai) January 24, 2020

January 24, 2020 at 01:10AM
http://twitter.com/FlutterDev/status/1220499024068763651
New post on /r/flutterdev subreddit:

One signal notification click
Onesignal notification click when app closed is produce abnormal behavior ( it open the app and call onNotificationOpen callback at the same time), anyone experience this?

January 24, 2020 at 03:41AM by Fienases
https://ift.tt/3aG1lFB
New post on Flutter Dev Google group:

Need to make a reusable widget with variables as parameters
This my code for a card widget. This will go in as a child of a ListView.builder widget. https://ift.tt/2TN9uSS I need to pass this widget to a ListView.builder so cardHead, cardDesc, cardTime, cardDate variables need to go in place of the Strings which I had manually typed (eg. Buy

January 24, 2020 at 04:15AM by Ballistic Swami
https://ift.tt/36llv4s
New post on /r/flutterdev subreddit:

Structure your Flutter app based on modules with Modular
https://ift.tt/2RmgPaa

January 24, 2020 at 02:55AM by irvine5k
https://ift.tt/2GlAroB
New post on /r/flutterdev subreddit:

New blog post on recent updates to the "production-quality starter app"
Hi all,Some of you may be aware of the "production-quality starter app" that I open-sourced last July. It was the result of my own research and tinkering looking at Flutter maturity from a CTO's perspective trying to pull together all the things you need into one app. The last year has seen tremendous progress in the Flutter eco-system, and over the last couple of months I have done a number of updates and changes to the app, among other things replacing scoped_model with provider.
I posted an article about the app in July and the cross-post to Medium got a lot of reads, so I decided to post an update about the changes as well.
Hope it can be of help, and I would be happy to receive feedback/comments on various choices/approaches, or even better, PRs :)

January 24, 2020 at 09:00AM by gregerw
https://ift.tt/2RmOLDJ
New post on /r/flutterdev subreddit:

Neumorphic Fingerprint in Flutter. Based on a dribbble design(link below)
Dribbble DesignGithub LinkDirect Video LinkThe bulk of this is just an AnimatedContainer, using a GestureDetecture's onTapDown(for finger press) and onTapUp(for finger release) im calling setState to reverse the LinearGradients List of 2 Colors in the AnimatedContainer's BoxDecoration - which is what gives the perception of being pressed. Of course the AnimatedContainer does all the animation work for me. I have it all in a Stack with a BackdropFilter to apply a Blurring effect.I couldn't easily replicate the actual fingerprint animation so i decided to use a more basic image asset.I decided not to worry about the green led light. It would have looked cooler but wiring up the State of it and having it work together with the button press wasn't something I cared much for putting the extra time into

January 24, 2020 at 11:52AM by PostMaloy
https://ift.tt/2RnLTXe
New post on /r/flutterdev subreddit:

Get Downloadable Link From Firebase Of An Image.
i want to create app like users can download the image from the appand i want to host my images in firebase.i have completed the ui part but problem is how can i create the method to download that image on users tap the download button.any one have any idea to solve this with flutter.thank you

January 24, 2020 at 01:45PM by moksh_bhansali
https://ift.tt/2tDyMbx
New post on /r/flutterdev subreddit:

Can we stop this neumomorphism hysteria?
It's not good looking, and even if it were, it's not usable in real apps.Posts about crazy big concave and convex buttons animating left and right are not useful to develop real world applications.

January 24, 2020 at 01:53PM by VittorioMasia
https://ift.tt/30XqyXW
New post on /r/flutterdev subreddit:

What is the difference between using Provider.of<T>(context) and Consumer<t>() in Provider package?
I'm trying to wrap my head around Provider package. Can anyone please clarify what is difference between Provider.of<T>(context) and Consumer<t>()Which is better for performanceThanks

January 24, 2020 at 02:19PM by BlueBoxxx
https://ift.tt/2NTLc5M
New tweet from FlutterDev:

⚡️📚It's time to share some #FlutterFriday knowledge.

Want to quickly remove comments from the app after you get`flutter create`?

Use:
RegExp replacement! //.* &rarr; (blank)

Then just apply dartfmt.

Voilá! pic.twitter.com/gf3NWCYzK4— Flutter (@FlutterDev) January 24, 2020

January 24, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1220753228943515648
New post on /r/flutterdev subreddit:

Permission denied using permission_handler - PermissionGroup.storage
hi getting below issue while using permission_handler , i see permission is granted still getting belowDirectory downloadsDirectory = Directory ("/storage/emulated/0/Download/");
print(downloadsDirectory.listSync().length);I/flutter ( 9383): Directory listing failed, path = '/storage/emulated/0/Download/' (OS Error: Permission denied, errnoI/flutter ( 9383): = 13

January 24, 2020 at 05:50PM by Kotaibaw
https://ift.tt/37peIIr
New post on /r/flutterdev subreddit:

Question: Can my Flutter Clock be under GPLv3 licence?
The challenge’s description states: “Your Submission’s code must be licensed under an appropriate open source license (for code, BSD aka University of California license, MIT license or Apache 2.0 license are recommended”.Can I use a GPLv3 licence? Maybe it’s not that useful in this context?

January 24, 2020 at 07:07PM by GilDev
https://ift.tt/30O71Jp