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

Alfred 3 Workflow to search Flutter Docs
Hey guys. I've just released a workflow that lets you search flutter docs right from Alfred, also includes doc preview without the need to launch the browser https://github.com/Sh1d0w/alfred-flutter-docshttps://i.redd.it/hvkez1kjox821.pngSaves a lot of time ( and opened browser tabs :P ).​Hope it is useful for most of you using Alfred.

January 07, 2019 at 06:05AM by Sh1d0w_lol
http://bit.ly/2SBik2p
New post on /r/flutterdev subreddit:

email-validator.dart | A simple but correct email validator for Dart/Flutter
Parsing email addresses is probably the hardest thing to get right, especially if your users are deciding the e-mail to use on your service.https://github.com/fredeil/email-validator.dart

January 07, 2019 at 07:23AM by fredeil
http://bit.ly/2SMOacA
New post on Flutter Dev Google group:

Scroll in Scroll
Hi, the flutter command, I have the following case, there is a tabBarView where you can swipe right, left between screens. Within one tab there is a list with widgets that will also scroll horizontally (they intercept svaypas on themselves), is it possible to do this if the swipe was started at

January 07, 2019 at 08:35AM by Саша Котков
http://bit.ly/2LSoF78
New post on /r/flutterdev subreddit:

Working with Geolocation and Geocoding in Flutter (And Integration with Maps)
http://bit.ly/2RACYTh

January 07, 2019 at 08:56AM by deven9852
http://bit.ly/2GYOSlV
New post on /r/flutterdev subreddit:

Simple Recipes App made in Flutter — Detail View and Settings Widget
http://bit.ly/2SFJ6qG

January 07, 2019 at 11:19AM by Elixane
http://bit.ly/2RFfJHS
New post on Flutter Dev Google group:

Splash screen in run app
so basically what i want is run splashScreen in main like that void main() { > runApp(new SpashScreen()); > runApp(new MyApp());} but they splash screen is not showing

January 07, 2019 at 12:01PM by kadri.moh...@gmail.com
http://bit.ly/2Fdr2AV
New post on Flutter Dev Google group:

Flutter app for multiple screen size
Hi I am new to flutter most of the tutorials I have seen in youtube they use padding /margin as static values even *SIzedBox() values are also just to fit emulator window a question arose to myself suddenly how can I can my app work for multiple scrren sizes in Andrroid we have Constraine

January 07, 2019 at 01:14PM by Bawantha Rajapaksha
http://bit.ly/2SBkuPI
New post on Flutter Dev Google group:

Boxes
Hello, I want to add some same size boxes that fill all the screen beside the app bar of course. it is possible without use height&width in sized box?

January 07, 2019 at 05:22PM by Mik
http://bit.ly/2QtFIxc
New post on /r/flutterdev subreddit:

Best way to navigate from navigation drawer child?
What is material/best way to navigate from drawer child in Flutter app navigation drawer?I have see many people use navigator (for example Navigator.pop then Navigator.push), but is this acceptable? It add new page to stack and it not look like in native app (not android fragment). Pushing to stack lead to mem overload.What you think?

January 07, 2019 at 06:02PM by Flutter_Dev
http://bit.ly/2CaTAai
New post on Flutter Dev Google group:

Custom scroll widget understanding
I can't seem to get this page to scroll should it need to. I started making the page and then kept adding so it is possible that for some users it might need to scroll and not for others. I marked where I'd love the elements to start scrolling. I've tries CustomScrollView, Scrollable, SingleChil

January 07, 2019 at 06:39PM by Brennan Altringer
http://bit.ly/2F9pIiw
New post on /r/flutterdev subreddit:

Swagger/OpenAPI codegen and Flutter/Dart
Has anyone been able to get Swagger codegen to work with Flutter 1.0?
I'm getting a compiler bork:Because swagger depends on dartson >=0.1.1 <1.0.0-alpha which requires SDK version >=0.7.5 <2.0.0, version solving failed. exit code 1 \[swagger\] pub get Resolving dependencies... The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297. Because swagger depends on guinness any which requires SDK version >=1.3.0 <2.0.0, version solving failed.
exit code 1​Thankful for help/pointers/smack on the head

January 07, 2019 at 06:58PM by gramlin42
http://bit.ly/2CVzGlh
New post on /r/flutterdev subreddit:

Has anyone ever thought about making an alternative to InkWell?
Hi! I'm learning dart and flutter as my first approach ever to mobile developing, and I found the InkWell widget included in the material Library really frustrating, it seems based on the visual feedback from Android Marshmallow, but visually worse. Newer versions of android show far better visual feedbacks to the touch, and I want to learn how to build some widget like InkWell but more inspired to the current material design.Can you help me find some resources to study clipping and touch gestures? Or point me to some custom inkwell package if somebody ever made one.I currently don't know how to: Display a circle clipped by a rectangle Make it so it occupies only the rectangular area (so that if multiple InkWell are on a row, the big circle don't move away other object) Make the rectangular area as big as the widget provided as child to this "custom InkWell"

January 07, 2019 at 08:28PM by VittorioMasia
http://bit.ly/2LY4GE1
New post on /r/flutterdev subreddit:

The project is already on github. Please start the repository. Pull requests is always welcomed http://bit.ly/2VDmvwW
http://bit.ly/2VymABO

January 08, 2019 at 01:08AM by PedroMassango
http://bit.ly/2Qw1395
New post on /r/flutterdev subreddit:

Uber clone using Flutter
At this stage do you think it would be possible to make an Uber clone using Flutter?

January 08, 2019 at 01:00AM by SocialMammoth
http://bit.ly/2Qw14Kb