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

Is there any to set http request with socks5 proxy
Is there any to set http request with socks5 proxy

January 03, 2019 at 08:52PM by zxcv sq
http://bit.ly/2F5xr0g
New post on /r/flutterdev subreddit:

Highlight widgets and display some text?
Is it possible in Flutter to use something like the ShowcaseView for Java/Android?With that library, the app will go through a series of steps highlighting controls, to let the user know how to use the app.I'm looking for something to help explain to users what, for example, all of my FloatingActionButtons do...

January 04, 2019 at 01:26AM by CovertDad
http://bit.ly/2Qj8Yqg
New post on Flutter Dev Google group:

Dynamically build pages in a PageView
I need some suggestions on how to use the PageView. I have an online project that allows users to build custom forms, complete with conditions that hide or show questions depending on the answers in other questions. The mobile project allows users to fill out these forms. I've been playing with

January 04, 2019 at 04:10AM by Chris Robison
http://bit.ly/2QlATWG
New post on /r/flutterdev subreddit:

Flutter Build Apk --release only works on arm
When I use the command flutter build apk --release it releases an apk that only works for arm devices , there is a way that worked for me for arm64 devices which is flutter build apk --release --target-platform --android-arm64 ,but this way I will have two APKs , is there a way to release one apk that works on both platforms or the app bundle to upload both of these apks to play store ?

January 04, 2019 at 04:10AM by mobiusomniverse
http://bit.ly/2F5nnFw
New post on Flutter Dev Google group:

Regarding flutter code
Hello everyone, [image: Screen Shot 2019-01-04 at 12.09.08 PM.png] I am using MacBook Air and visual studio code for Flutter App development but I am facing an issue with flutter run /flutter doctor or code is not being debugged .i.e code line appearing in white line and not showing any error .

January 04, 2019 at 07:44AM by rakesh lorentz
http://bit.ly/2R4NhiS
New post on /r/flutterdev subreddit:

cannot get Flare animation to play in flutter.
I have made a simple flare animation that will act as a simple motor​Here is a link to the animation at 2 dimensions:https://www.2dimensions.com/a/positev/files/flare/simpleanimatedmotor​Here is the relevant code section of my application.https://imgur.com/a/M6OsII1For some reason the animation skips to the very end consistently. Does any one know what the issue is ? also how do i get an animation to repeat in flutter using flare?

January 04, 2019 at 07:37AM by Tkgs98
http://bit.ly/2F7dI09
New post on /r/flutterdev subreddit:

Android Studio IDE support flutter coding and platform(using Android) at same time
I was building a whole fresh product totally using Flutter and its platform channel with REST-API. Everything goes well(after I looked into nearly all the documentations) but my Android Studio seemed can not both handle Android Code Insight and the Flutter one.Here are my two ways to open this Flutter Project:One is to use File->Open... to open the project root directory.(Maybe the official way) And my flutter code insight will go well but Android Gradle configuration seemed broken and can not give me Android Code Insight.The Another is to use File->Import Gradle Project to open my_flutter_project/android folder so that I can get full Code Insight with the Gradle configuration.So, here is my situation now: Using two ways to open this project at the same time, switching to the former one if I need Flutter coding while switching to the latter one if I need platform coding.I'm wondering if anyone now is suffering from this problem, and is there a possibility that the problem might be solved.

January 04, 2019 at 10:52AM by morningstarwang
http://bit.ly/2GUflkz
New post on /r/flutterdev subreddit:

Flutter splash screen implementation -Flutter how to navigate to new screen after showing splash screen
http://bit.ly/2SAKkDB

January 04, 2019 at 12:44PM by CodesFor
http://bit.ly/2Tqp1o4
New post on /r/flutterdev subreddit:

Superellipse_shape: A package for creating superellipse-shapes in flutter, for pixel-perfect cupertino widgets.
http://bit.ly/2SAa4zR

January 04, 2019 at 12:34PM by TheyCallMeSalamander
http://bit.ly/2VsNESS
New post on /r/flutterdev subreddit:

chopper | Chopper is an http client generator using source_gen and inspired from retrofit
http://bit.ly/2VsajyS

January 04, 2019 at 11:50AM by davide9192
http://bit.ly/2F9mvyA
New post on /r/flutterdev subreddit:

Flutter architecture consideration.
Hello, guys! I'm learning flutter in korean and have to develop my final university project by this fancy language.Therefore, I found some architecture technique like BLOC, scopeded model, Redux etc.I'm practicing BLOC, but it is too difficult to me. My question is that do I have to use firm architecture to my application like BLOC?If it is too difficult, is there an any recommendation except this? THX

January 04, 2019 at 01:54PM by beginner_developer
http://bit.ly/2AuVuCF
New post on /r/flutterdev subreddit:

Flutter app run with Android Studio, not with VS Code
I've been playing with Flutter for a bit, mostly in Android Studio. What I have compiles and runs just fine.I decided to give VS Code a try and when I run it there, the identical code gives me a BoxConstraints forces an infinite width.​I am using a TextField within a Row, but I'm also using that within Expanded and it all runs fine under Android Studio. I like VS Code a lot, but am wondering if I missed something in the VS Code setup or if there are other such issues using VS Code (I'm guessing operator error at this point).

January 04, 2019 at 02:57PM by mraviator9
http://bit.ly/2QoVmdd
New post on /r/flutterdev subreddit:

Noob question: How heavy is the android studio?
Going to learn Google's Flutter and Dart. I know I need Android Studio. Can anyone suggest if I can use Surface GO (8GB RAM, intel Pentium, SSD) or I should use remote access to my PC (Intel 7th gen i5, GTX 1060, 8GB RAM (can add another 8 if needed), SSD) from Surface Go?Surface was purchased for school only, but now my brother needs help to build an app, so I'd love to contribute in my spare time. Ideally, I wanna use Surface GO, but I can upgrade PC with extra RAM.

January 04, 2019 at 03:22PM by Mykoster
http://bit.ly/2QlT3aQ
New post on /r/flutterdev subreddit:

a state and data flow package leverage bloc and redux - bloc_redux
http://bit.ly/2Atmxyo

January 04, 2019 at 04:36PM by lzyy
http://bit.ly/2SE9EZi
New tweet from flutterio:

Pst. Pst. We have a secret for you...👂

Don't fear the garbage collector! @mjohnsullivan explains how Dart's garbage collector helps Flutter's fast performance (especially during hot reload.)

Read post here 👇 https://t.co/oRgpluNSkI— Flutter (@flutterio) January 4, 2019

January 04, 2019 at 08:22PM
http://twitter.com/flutterio/status/1081269634383466497
New post on /r/flutterdev subreddit:

Hi, I need some help on issues at the one Chat App that I created
Flutter and FireStore based Chat Apphttps://github.com/aashutoshrathi/1Chat

January 04, 2019 at 09:56PM by aashutoshr
http://bit.ly/2TtGeNn