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

API request
Hi, Can you please tell me , how to send form data using Httpclient.

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

Dropdown
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 10:02AM by testuser...@gmail.com
http://bit.ly/2SyDdQb
New post on /r/flutterdev subreddit:

Any package to select a folder instead of a file?
There are several file picker packages. But for my case, I want users to select one or more folders. I could not find any such package. Any help?

February 15, 2019 at 10:45AM by PurusR
http://bit.ly/2GsSXxD