Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on Flutter Dev Google group:

Did you already use Flutter in productivity App? for company ? Please could you share a link.
Hi I'm Rajil and interested to dive in Dart. Did you already code a Flutter in productivity App ? Please would you share a link ? If you don't mind tell me if Flutter is ready and give me some ressources where to learn Dart programming. Kindly, Best Regards.

January 05, 2019 at 03:17AM by Rajil Saj
http://bit.ly/2FbjKwI
New post on Flutter Dev Google group:

Can I make Flutter App in Design View?
*Hi Guys!* I need to get designed Flutter App like in Android Studio, res>Layouts>Design/Text Drag and Drop Elements other than Flutter Outline. Could you please help with that? Regards, Team DB

January 05, 2019 at 10:30AM by Digital Buddha
http://bit.ly/2RcdJHA
New post on Flutter Dev Google group:

how to encrypt and decrypt files(not strings)
I am working on application where i need to decode the encrypted video files and play them on the application

January 05, 2019 at 10:36AM by Deepak kosuri
http://bit.ly/2GYyrWw
New post on /r/flutterdev subreddit:

Architecture Flutter App the Bloc_Redux Way
http://bit.ly/2scDF6Y

January 05, 2019 at 01:12PM by lzyy
http://bit.ly/2Qs58LA
New post on /r/flutterdev subreddit:

How to implement webview inside a container in Flutter app?
I'm building an app for internal use with a questions page shown below. The Questions will be in latex because of mathematical equations and I need to parse them. But I'm unable to find any MathJax Parser for flutter. So I thought of embedding webview for each question in this ListView but to my surprise, there is no Embedded Webview package available. I need to pass html(which would handle Mathjax parsing) to the WebViewWidgetSolution. Could you guys please help me with this issue for both iOS and Android?​https://i.stack.imgur.com/iQBOz.png

January 05, 2019 at 03:35PM by amsmu
http://bit.ly/2FeX9zH
New post on /r/flutterdev subreddit:

[Proposal] Flutter-IDE written in Flutter (with experiments backing up the doability)
I've been playing around with the idea of having a Flutter-IDE written in Flutter for the last couple of weeks.
I've written down a bunch of ideas and I'd love to hear some thoughts on that topic.https://github.com/Norbert515/flutter_ideWrite comments either here, as an issue on Github or over at Twitter.

January 05, 2019 at 03:31PM by norbert515
http://bit.ly/2FcfLRw
New post on /r/flutterdev subreddit:

AbstractWidget - Generic widget that builds itself depending on the derived class of current value.
http://bit.ly/2C54vSO

January 05, 2019 at 07:33PM by tomwyr
http://bit.ly/2Ranea1
New post on /r/flutterdev subreddit:

Notification with Timer and Buttons?
I'm creating something like a timer app with flutter. I want to display a notification while the timer is running that displays the current time and that has a button to cancel/pause the timer.More precisely I have a Stream that exposes another int value (the time left) every 100 ms. So I would have to subscribe to this Stream in my notification.I don't really know much about native app developing. I know this is possible for android, I have a similar app installed but is that also possible for iOS? And most importantly is that possible with Flutter with a package or something? I know there are packages for notifications but I haven't really found something for my needs.Any Ideas? Any help is appreciated!

January 05, 2019 at 10:21PM by jwknows
http://bit.ly/2F8HEtF