Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Virgil | A simple navigator assistant that allows for passing data to named routes
https://ift.tt/2qtiJry

Submitted November 04, 2018 at 02:59AM by miyoyo
via reddit https://ift.tt/2AKF0ak
GGroup: On Swipe Return Data from a Different Screen
Hi folks, I know how to pass data back from a different screen by pressing a button like in this example: https://ift.tt/2zsJnVx However, I don't know how I can pass data back if I swipe back (iOS). I saw some examples with WillScopeClass by using an Alert Dialog.

Submitted November 04, 2018 at 03:00PM by Marc Andrew
via Flutter Dev https://ift.tt/2SKnFoO
GGroup: Firestore
Whenever I call any firestore method, such as set Data or anything like that, my app suddenly closes and my console says this: I/ssolutions.prs(19462): Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError: Failed

Submitted November 04, 2018 at 06:29PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2RzbU33
Reddit: Using flutter to make a web app
Is there an unofficial way to make a flutter app work in a browser similar to how the emulator works? I want to eventually develop a real web app for my program but I think this might be usable at first since the mobile app is much more important.

Submitted November 04, 2018 at 06:49PM by reuiwdfvcdedxc
via reddit https://ift.tt/2SIGoRz
Reddit: BMI Calculator in Flutter - Part 6 - Custom Slider
https://ift.tt/2AKQIBJ

Submitted November 04, 2018 at 10:18PM by Elixane
via reddit https://ift.tt/2F4WUJ0
Reddit: I've redesigned the UI of Titanium Backup using Flutter - thought you folks might be interested in seeing it • r/androidapps
https://ift.tt/2qB2Uzb

Submitted November 05, 2018 at 02:08AM by GroovinChip
via reddit https://ift.tt/2QibG03
Reddit: Scoped_Model for Medium-large app
Hi all,I really like the scoped_model approach for state management in Flutter. I'm trying to develop a medium-large app (10+ screens with animations & firebase mobile backend as a service).Do you think this pattern will help me to ship this project? What would be the challenges of using this pattern? How does scoped_model compares against bloc/rxdart pattern?Any advice is greatly appreciated.

Submitted November 05, 2018 at 06:19AM by elforce001
via reddit https://ift.tt/2DmWr31
GGroup: Plugin onInit not Initialized
I am trying to develop a TTS plugin, but I am unable to get the onInit method to initialize. What am I missing? package com.nannex.fpnew import android.app.Activity import android.os.Bundle; import android.speech.tts.TextToSpeech; import java.util.Locale; import io.flutter.plugin.common.MethodCh

Submitted November 05, 2018 at 07:41AM by Claude Grecea
via Flutter Dev https://ift.tt/2yR07Gm
GGroup: Plugin onInit not Initialized
I am trying to develop a TTS plugin, but I am unable to get the onInit method to initialize. What am I missing? package com.nannex.fpnew import android.app.Activity import android.os.Bundle; import android.speech.tts.TextToSpeech; import java.util.Locale; import io.flutter.plugin.common.MethodCh

Submitted November 05, 2018 at 07:41AM by Claude Grecea
via Flutter Dev https://ift.tt/2yR07Gm
Reddit: Blend it Like… Anything!!
https://ift.tt/2qtPXqP

Submitted November 05, 2018 at 09:23AM by Elixane
via reddit https://ift.tt/2QlNxpm
Reddit: My real real app question
So I’m building my first real app for a friend and I’m using flutter. I’ve done some basic projects and did a udemy course which gave me a foundation.I am just looking to see what the best approach is for this.So my friend wants an app where he can share his motivational speeches.So basically the rest of the app I feel I can build, but he wants to be able to upload or remove these mp3s as needed.I assume I am going to have to use something like Firebase for him to upload media and then someway for flutter to read this data?Also will I have to build in a media player or will the native media player just play it?This type of data reading is very new to me so any advice would be great.Thank you!

Submitted November 05, 2018 at 01:57PM by Sh-t_Shower_Shave
via reddit https://ift.tt/2D11DIO
Reddit: An awesome list that curates the best Flutter libraries
https://ift.tt/2IbmYjl

Submitted November 05, 2018 at 02:43PM by heshanfu
via reddit https://ift.tt/2zxIlaW
GGroup: Coding a cross-platform to-do mobile app part 2
A coding series on how to build a cross-platform to-do mobile app. If you are curious to read, any feedback would be greatly appreciated https://ift.tt/2ALNm1k

Submitted November 05, 2018 at 03:01PM by alexandrai...@gmail.com
via Flutter Dev https://ift.tt/2F26ADW
GGroup: Meaning of : after a constructor in dart
i do find find dart pretty easy but i get confused when it gets to constructor in dart just like in the use case below class Point { final num x; final num y; final num distanceFromOrigin; Point(x, y) : x = x, y = y, distanceFromOrigin = sqrt(pow(x, 2) + pow(y,

Submitted November 05, 2018 at 05:00PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2OrnMCb