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

Paint tester app
Hello everyone,I am trying to develop a paint tester app. The user should be able to take a picture of a wall and then apply the color paint they would like to the wall, which will fill the wall with that color. Are there any widgets in flutter that will help ?

February 19, 2019 at 04:14PM by afdal_khan
http://bit.ly/2NcC1f6
New post on Flutter Dev Google group:

Broken link on state management flutter docs page
http://bit.ly/2SPKFFD under BLoC / Rx header, the first link for State Management using the BLoC pattern in Flutter, by Saowen links to http://bit.ly/2V92Rrw which just says "no

February 19, 2019 at 05:34PM by Spencer Gaston
http://bit.ly/2EhaWF1
New post on /r/flutterdev subreddit:

Page transition on iOS: App Bar
With the animation from the right, native iOS doesn't bring the app bar for the right, but only animates the title inside the bar.Is there anybody here who's achieved this behavior?

February 19, 2019 at 07:17PM by nick_pl
http://bit.ly/2SKGoUN
New post on /r/flutterdev subreddit:

Flutter Android Emulator causes hight CPU usage
I was wondering if thats the case for you as well. I'm on a MacBook Pro and when I run a Flutter App on the Emulator the CPU usage goes way up and it gets very hot.

February 19, 2019 at 08:08PM by jwknows
http://bit.ly/2V9o9VX
New post on /r/flutterdev subreddit:

How do i create a curved list view?
For example,​https://i.redd.it/5vvd102f8lh21.pnghttps://www.youtube.com/watch?v=aQbL5_4_-SU

February 19, 2019 at 09:49PM by zapoJMR
http://bit.ly/2GwP9eJ
New post on /r/flutterdev subreddit:

video_player on init
So here I am kinda lost trying to figure this problem out.​Using the video_player package, how would you make the video initialize when pushing to a new page?​I tried doing the following in initState() aswell as other possible solutions.
 setState(() { _controller.play(); }); 
I hope you know what I mean and have an idea!

February 19, 2019 at 10:14PM by Maltmax
http://bit.ly/2Ir9Nyz
New post on /r/flutterdev subreddit:

Recommended way to share data between BLoCs
After spend time learning Flutter UI design it is time to learn state management mainly BLoC (I know the basics of scoped_model).After reading posts and watching videos, I started implementing the BLoC pattern. I need to know if is there a recommend way to share data between blocs? (pass through constructor doesn't a good practice).With scoped_model is easy as we build our model before the app is launched and we get model instance through ScopeModelDescendant. (sorry about my english)

February 19, 2019 at 11:40PM by PedroMassango
http://bit.ly/2GPw6M1
New post on /r/flutterdev subreddit:

How to test flutter_redux apps?
I'm playing with flutter_redux. Wanted to write some tests but encounter problem how to mock Store.
Tried this but then getting NoSuchMethodError:class MockStore extends Mock implements Store<AppState> {}Do you have any examples of how to test apps using flutter_redux?

February 20, 2019 at 06:43AM by dawidhyzy
https://ift.tt/2Ej2WDo
New post on /r/flutterdev subreddit:

Flutter with cmu sphinx language model
i was wondering is there a way, or a plugin to use sphinx/pocket sphinx model in android flutter app for voice recognition .. Planning to train a model for my language since google doesnt have voice recognition in my language ..

February 20, 2019 at 08:39AM by golhioli
https://ift.tt/2TZ9ooe
New post on /r/flutterdev subreddit:

Flutter vs Xamarin
I don't know if this is going to invite a framework war, but I'm interested to hear your views.If you were developing an app with literally zero mobile experience (but extensive full-stack experience including MVVM), would you choose Flutter over Xamarin, and why?The priority is developer speed, so the main thing that's caught my eye is hot reloading. I've wasted so much time in the past just waiting for things to build. Secondary priority is build tooling.​

February 20, 2019 at 11:25AM by aviniumau
https://ift.tt/2T52mRD
New post on /r/flutterdev subreddit:

Declarative programming with flutter
Hello everyone,I am new to flutter. I have basic programming knowledge(conditional statements, loops, oop etc). I am accustomed to writing code imperatively and I am having a lot of trouble understanding the syntax for flutter. I don't understand declarative programming. Everything I read just says how declarative programing says "what to do" vs imperative says " how to do it". This is not helpful when trying to write in a declarative way for me. Could someone recommend me a resource to learn declarative programming?

February 20, 2019 at 02:32PM by afdal_khan
https://ift.tt/2tvofve
New post on Flutter Dev Google group:

If Statuscode == 200 (json), How do I navigate new page?
Hi, I English is poor. I used this sample code. https://ift.tt/2tuAkAJ ... and statusCode == 200 I want to navigate another new page.. How do I do it? Please give an answer with code.

February 20, 2019 at 05:11PM by Bhanuka Isuru
https://ift.tt/2GUow2G
New post on /r/flutterdev subreddit:

DB file is overwritten on update
I have a database file in my app. However, it gets overwritten whenever I push an update to the app. How do I prevent this? I am using the NoSQL objectdb plugin.

February 20, 2019 at 05:31PM by GotRedditFever
https://ift.tt/2V9OHGA
New post on Flutter Dev Google group:

It's All Widgets
Trying to submit my all to the https://ift.tt/2zJJwqN site but I am getting an error on submissions. It goes though so I know the validation clears then it thrown an exception on the next screen. There isn't contact info on the site. Does anyone know who runs this so that I can submit my

February 20, 2019 at 05:59PM by Brennan Altringer
https://ift.tt/2GQKNOK
New post on /r/flutterdev subreddit:

Coding for Morons | 01 Functions
https://www.youtube.com/watch?v=FBBLudr4luI

February 20, 2019 at 10:17PM by postgor
https://ift.tt/2GB6C5E
New post on /r/flutterdev subreddit:

How do i create list view that loops its contents.
For example, lets say I have a list view with the index 1, 2, 3, 4, 5 when I reach the end of the list view at index 5, I want the list view to continue scrolling and display the contents of index 1 , 2 , 3 etc.the Swiper plugin accomplishes this exactly. But how can I make the same concept work in a list view?https://pub.dartlang.org/packages/flutter_swiper

February 20, 2019 at 10:47PM by zapoJMR
https://ift.tt/2EjqibN
New post on Flutter Dev Google group:

Zoom and draggable objects
I am trying to implement two circles zooming at the same time then drag them independently. I already implemented something to add the circles and the zoom function but the drag functionality is my problem. I am a new using flutter. I am using this code: https://ift.tt/2VbLc2l

February 21, 2019 at 05:06AM by Santiago Taco
https://ift.tt/2ElCOI1