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

Samsung Galaxy S9 rotating image from camera
Hi, I'm trying to upload a camera image to a server on the Galaxy S9 but every time I do, it rotates the image by 90 degrees. Is this a common Samsung Problem or it's a library problem?If you need my code let me know.

February 14, 2019 at 12:05PM by gigab_te
http://bit.ly/2S2sdVL
New post on Flutter Dev Google group:

Navigation within Nested FutureBuilder
Hi, This is the SoF link: Click Here < https://stackoverflow.com/questions/54691767/navigation-within-nested-futurebuilder?noredirect=1#comment96173556_54691767> This is my Boot Screen and I want to create conditional Navigations but as I understand FutureBuilder does not have logic for

February 14, 2019 at 04:12PM by Esen
http://bit.ly/2N4PeXn
New post on /r/flutterdev subreddit:

[HELP Needed] How to pause flutter video(video_player plugin) when navigating from page to another.
I'm using flutter video_player(https://pub.dartlang.org/packages/video_player) plugin to play videos. But When I navigate from one page to another in flutter the video is still playing. I'm having the same problem when playing music from any other app(eg: playing music from notification while flutter video is playing). How can I pause it?

February 14, 2019 at 03:14PM by divyanshub024
http://bit.ly/2TOCBSZ
New post on Flutter Dev Google group:

Firebase Error - setTimestampsInSnapshotsEnabled(true)
I am getting this error when i will try to get data from firebase. Has anyone idea how to resolve that? ------------------------------------------------------------------------------ W/Firestore(23489): (0.6.6-dev) [Firestore]: The behavior for java.util.Date objects stored in Firestore is going

February 14, 2019 at 05:06PM by Pooja Patel
http://bit.ly/2GJjWEc
New post on Flutter Dev Google group:

build ios
how i can extract the ipa file from flutter app to debug it with my testers who using iphones . i have a mac virtual machine ,but i don't have an apple developer account and i can't pay for it . i think if i can extract the ipa file and then upload it to diawi , the problem will finish .

February 14, 2019 at 05:46PM by Kero Atef
http://bit.ly/2IcVwoZ
New post on /r/flutterdev subreddit:

Are Flutter apps easy to maintain and easy to change?
No text found

February 14, 2019 at 07:40PM by refine_and_refine
http://bit.ly/2BzsKcI
New post on /r/flutterdev subreddit:

Help with meteor and flutter
Hi, I'm a developer at react-native but I'm migrating to flutter and I wanted to know if there's any way to connect to my meteorbackend? https://pub.dartlang.org/packages/ddp this plugin does not explain how to use it and I have been advised not to use it, but my backend is done in meteor so I need to be able to have a ddp connection

February 14, 2019 at 08:16PM by levs0812
http://bit.ly/2NaPT9W
New post on /r/flutterdev subreddit:

Open source project flutter
Has anyone started open source project with flutter?Just curious to hear your insight.

February 14, 2019 at 08:38PM by bitcoin-wiz
http://bit.ly/2Sx9qHr
New post on Flutter Dev Google group:

CustomPainter Path.lineTo() shadow
I am using CustomPainter where I need to draw line class ShapesPainter extends CustomPainter { @override void paint(Canvas canvas, Size size) { final Paint firstPaint = Paint(); firstPaint.color = const Color.fromARGB(255, 236, 0, 140); final Path firstPath = Path();

February 14, 2019 at 10:02PM by Dshah H
http://bit.ly/2GskUpg
New post on /r/flutterdev subreddit:

"Best" way to update ListView with data coming in from mqtt
I am new to Flutter. I am finding all the various ways to handle state changes quite rich but a bit daunting. I am hoping some kind person will point me to what would be "the best" path to take given this scenario. I have devices that publish to an mqtt broker. In my Flutter app, I have successfully been able to subscribe and receive updates from the broker. Now I want to update a Flutter UI widget. I assume for the UI to use StreamBuilder. The tricky part for me is construction of the stream to put in the stream property. Do I need to use an event channel, Some other Stream mechanism that can be instantiated when the mqtt subscribe callback is called with data? Thank you.

February 14, 2019 at 11:50PM by m_k_johnson
http://bit.ly/2GLID2X
New post on /r/flutterdev subreddit:

Flutter > Firestore Security rules
I am using Firestore as the back-end to my application. The app does not require a user to login but I want to protect read and write functionality in the Firestore database to use of the application. General users can flag content and the app reads the database to display content.Does anyone have a good example of this setup? Does it require use of Firebase auth?Any help would be much appreciated

February 15, 2019 at 05:48AM by wkethman
http://bit.ly/2DKdcTp
New post on Flutter Dev Google group:

By using dio , unable to get response properly
Future fetchImage() async { String url = "http://xxxxxx:xxx/onnet_api/mediaList.php"; Response response; Dio dio = new Dio(); FormData formData = new FormData.from( {"publisherid": 102, "tag": "media", "subtag": "list"}); // counter ++; response = await

February 15, 2019 at 08:15AM by Mounika Sivanaga
http://bit.ly/2TPFuTx
New post on Flutter Dev Google group:

unwanted 1 pixel gap between the same color widgets
[image: Screenshot_20190215-150420.png]

February 15, 2019 at 08:23AM by glenn mejias
http://bit.ly/2BDHp6s
New post on Flutter Dev Google group:

Dropdown populate to other dropdown based on first dropdown data
How to populate from one dropdown to other dropdown based on selected data from first dropdown. For example Country, state and city. Instance 1 - If I select some state in second dropdown then it should show only cities belong to that particular state. Instance 2 - In state if i select

February 15, 2019 at 09:06AM by testuser...@gmail.com
http://bit.ly/2tnJ9wn