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

Beginner dev trying to implement an audio recording library
I only have hours of experience and am trying to implement this:https://github.com/ZaraclaJ/audio_recorderI am currently piggybacking of Android Studio's example (increment counter).However I am having trouble with the following line:AudioRecorder.start(path: _controller.text, audioOutputFormat: AudioOutputFormat.AAC);What is "path: _controller.text" supposed to be?

February 10, 2019 at 04:38AM by kulrajwashere
http://bit.ly/2E3DKk5
New post on /r/flutterdev subreddit:

FlutterForce — Week 13
http://bit.ly/2SpPoi7

February 10, 2019 at 08:50AM by flutterist
http://bit.ly/2RQnOFt
New post on /r/flutterdev subreddit:

Is Google planning on releasing Tensorflow Lite for flutter at all?
So, I really like Flutter and I'm planning on creating an app for my AI-related projects on flutter. And I know that there are Plugin packages for accessing TensorFlow Lite API developed by the community but is Google planning on creating Tensorflow Lite at all for Flutter?

February 10, 2019 at 08:46AM by yunikmaha
http://bit.ly/2WSQ6D6
New post on Flutter Dev Google group:

Flutter RTMP Broadcast from mobile camera
I would like to is their any availability with flutter to Broadcast an rtmp stream from mobile camera

February 10, 2019 at 09:57AM by ponnamk...@gmail.com
http://bit.ly/2DAyCCL
New post on /r/flutterdev subreddit:

Recommended branch for production?
Hi all, just wanted to get some feedback to which branch is recommended for an app that will go live into production shortly. Right now I am using STABLE, but I noticed that there are some fixes in MASTER that I would like to take advantage of. Should I wait until those fixes are promoted to the STABLE branch, or switch over to MASTER?The fixes are nothing that I can't live without, but would be nice to incorporate them. I prefer a stable app, and if MASTER is not stable enough I prefer to stay in STABLE. Recommendations?

February 10, 2019 at 10:20AM by mightybob4611
http://bit.ly/2GxMC3c
New post on /r/flutterdev subreddit:

How to push data between Microsoft SQL server and local storage
Hi, I am new for Flutter. I have a task to complete. My task is store data in local storage and after connecting internet push new data in local storage save on the mssql server. Is it possible? How do I do it?

February 10, 2019 at 11:34AM by bisampath96
http://bit.ly/2MZ6GfR
New post on Flutter Dev Google group:

How to push data between Microsoft SQL server and local storage
I am new for Flutter. I have a task to complete. My task is store data in local storage and after connecting internet push new data in local storage save on the MSSQL server. Is it possible? How do I do it?

February 10, 2019 at 01:28PM by Bhanuka Isuru
http://bit.ly/2BqZ4yg
New post on /r/flutterdev subreddit:

Flutter in-app purchases (part 1)
http://bit.ly/2RPmX7T

February 10, 2019 at 03:00PM by mulderpf
http://bit.ly/2RPiBxG
New post on /r/flutterdev subreddit:

Tutorial repository?
Hey seeing this sub is lit and everyday we have new tutorials ranging from simple widgets to very complex apps, I'm wondering, do / could we have a repository that aggregates all this content? It would be absolutely awesome.

February 10, 2019 at 03:44PM by nnnightmare
http://bit.ly/2MYkXtl
New post on Flutter Dev Google group:

obscureText and Long Press
Hi, Rank amateur here, so please forgive naive questions. I am using TextEditingController for text fields in a MaterialApp app. If I set obscureText to false or remove it, I can cut, copy and paste in my text fields. When I set obscureText to true, however, the text fields don't seem to

February 10, 2019 at 06:43PM by dan....@stonebridgeprojects.com
http://bit.ly/2I6r93y
New post on /r/flutterdev subreddit:

Question for flutter development, iOS related
Hey guys,I have been making my first app. So far its usable and I got it to work on my android phone as well as my ipad Pro(I do not have a iphone to test on).Real question is, Is it okay to submit an app to the Apple store but Its UI does not look like an IOS app would look like?I have some problems such as, multi tab view where It seems the cupertino version is only for bottom navigation bar only. My app was designed with this portion to be on the top.Now I am thinking, should I leave my app with the same looks on both platforms?Perhaps only touch on, buttons and dialog's and leave alone the scaffold, navigation bar, tab view bar?Any comments and tips are appreciated. I want my first app to be very successful.Thank you.

February 10, 2019 at 09:22PM by Bk_ADV
http://bit.ly/2GEFG42
New post on /r/flutterdev subreddit:

Exploring Stack and IndexedStack in Flutter – Flutter Community – Medium
http://bit.ly/2E1pfx1

February 10, 2019 at 08:45PM by deven9852
http://bit.ly/2RRGdlt
New post on /r/flutterdev subreddit:

Is it time to make the switch?
I have done native ios and Android for a few years now and I love it, however I have found that making an app from start to finish on both platforms is exhausting. I would love to jump right into flutter however I have been scarred by the horrors that is Xamarin. Severe limits, long debugging time, massive app size, poor performance and all sorts of ide issues. For those of you who use flutter regularly, what is your honest opinion? Is flutter a hidden bag of issues or is the hype real?

February 11, 2019 at 01:48AM by mostdope96
http://bit.ly/2SMjDPo
New post on Flutter Dev Google group:

Breaking change: BottomSheet's child must be scrollable with primary set to true
issue: http://bit.ly/2I5Pqab pull request: http://bit.ly/2CeAxfq Currently, a bottom sheet can either be dragged or have a scrollable child, but not both. I've implemented support for this in the linked PR. However, in order to do so I'm

February 11, 2019 at 06:07AM by Dan Field
http://bit.ly/2I6rh3j