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

A Flutter plugin for detecting the trust fall of the device
Check out new Flutter package for Jailbroken, root, emulator and mock location detection as one of the requirements of OWASP - The Mobile Security Testing Guide (MSTG).https://pub.dartlang.org/packages/trust_fall

April 17, 2019 at 10:05PM by anish_adm
http://bit.ly/2VRhqAH
New post on Flutter Dev Google group:

what/who are those 16 contacts in the .gradle caches user-id.text ?
user-id.text: ᨀ畺电慱穲橣㍨桴朶㉫穩硰硱楲 NUL SUB zu5uqarzcjh3th6gk2izpxqxri

April 17, 2019 at 10:42PM by Bened
http://bit.ly/2ZhBL4i
New post on Flutter Dev Google group:

Flick and Drag detector
I'm implementing an app where I want a user to be able to drag an icon to a place but also to flick it in the direction, because the default location is obvious. GestureDetector supports drag starting, ending, during, etc, so I think I can build a flick with that. Can I combine that with the

April 18, 2019 at 04:16AM by Guyren Howe
http://bit.ly/2ZhCaUa
New post on /r/flutterdev subreddit:

Managing Bloc state
Ok, lets say you have an app with multiple feeds or lists.​For example, hit api and return json:GET /api/posts/hot = {meta: {...}, data:[post,post,post,post...]}}GET /api/posts/new = {meta: {...}, data:[post,post,post,post...]}}​// _posts = Map["post_id"] = Post// _postItems = Map["list"] = ["post_id","post_id","post_id"...]​How would you handle this with Bloc streams and normalizing data?? What is the best practice for this? How much is too many streams? What should not go inside the stream, like big data?​Have a stream of the maps?BehaviorSubject<Map<String,Posts>> _posts;BehaviorSubject<Map<String, List<String>>> _postItems ;​Or, map each stream?Map<String, BehaviorSubject<Map<String,Posts>>> _posts;Map<String, BehaviorSubject<List<String>>> _postItems;​Thank you, any help would be much appreciated.

April 18, 2019 at 08:08AM by harleydavidsun
http://bit.ly/2Uqz0dk
New post on /r/flutterdev subreddit:

Restart app during integration tests
Im trying to create a large amount of integration tests with the flutter driver.Ideally it would run one test that in turn starts all of the tests.I would like to run these tests independently of each other.Is there a way to make the app restart from scratch before each test?

April 18, 2019 at 09:06AM by Pristine_Comfort
http://bit.ly/2Pho9Be
New post on /r/flutterdev subreddit:

Interactable Gooey slideout menu in Flutter using Flare with SmartFlare package
http://bit.ly/2vd7k16

April 18, 2019 at 08:45AM by Purple_Pizzazz
http://bit.ly/2PiSFL4
New post on /r/flutterdev subreddit:

Is this a good practice for larger applications?
I recently found this article: https://medium.com/@dsrenesanse/flutter-architecture-pattern-vms-43c2defec03aIt talks about the "View Mutator State" architecture for applications. At a first glance, this seems a little simpler than the bloc pattern. Has anyone ever used the VMS architecture? Does it have any drawbacks?

April 18, 2019 at 09:42AM by themindstorm
http://bit.ly/2GuSHgh
New post on Flutter Dev Google group:

A curated list of awesome Flutter libraries and resources
A curated list of awesome Flutter libraries and resources. http://bit.ly/2QnPuAZ

April 18, 2019 at 11:31AM by Frank he
http://bit.ly/2UK2WWA
New post on Flutter Dev Google group:

Widgets
Hey! I am new to flutter and have done development in ionic, native android and basic react native. I don't understand the basic structure of a widget can anyone help me out of it. Thanks in Advance

April 18, 2019 at 12:54PM by kViN
http://bit.ly/2KPvKZi
New post on /r/flutterdev subreddit:

StatelessWidget and StatefulWidget in flutter
http://bit.ly/2V4XSf5

April 18, 2019 at 12:15PM by MSIAN999
http://bit.ly/2DmIOza
New post on /r/flutterdev subreddit:

When you compare the Flutter to React Native, what are the biggest upsides and downsides?
First of all, I'm sorry if this is not the right place to ask it. I'm still a newbie in mobile dev.I tried to learn react and i got kinda overwhelmed and confused. Now I'm learning Flutter and I can say that I enjoy it very much. I was wondering what are the biggest differences between Flutter and React Native, what will be my strong and weak points using this framework.Thank you for your answers.

April 18, 2019 at 11:54AM by Mirnish-
http://bit.ly/2VPf70N
New post on /r/flutterdev subreddit:

Swift vs Flutter - A side by side comparison for iOS development [Includes infographic]
http://bit.ly/2IEqjKc

April 18, 2019 at 11:26AM by Gigatronbot
http://bit.ly/2Dm39Vh
New post on /r/flutterdev subreddit:

Android Q Scoped storage
With the new restrictions in Android, will Dart's io:File be butchered too? If yes, what are the alternatives? Write a channel that works with scoped storage?

April 18, 2019 at 02:43PM by ArmoredPancake
http://bit.ly/2GurTN5
New tweet from FlutterDev:

This week on the #BoringShow @bouncingsheep and special guest @_havenn, Engineer and Evangelist at @Square, use the Square In-App Payments SDK Flutter Plugin to add in-app 💳 payments
to a demo shopping app.

Tune in 📺 here &rarr; https://t.co/BmidfBvCXV pic.twitter.com/Zv6OMWjtj6— Flutter (@FlutterDev) April 18, 2019

April 18, 2019 at 05:38PM
http://twitter.com/FlutterDev/status/1118901641011503104