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

create a calendar with week of 8 days
hello everyone i'm still learning flutter and now i try to create a calendar with week of 8 days on http://bit.ly/2rS1TTP i get a package flutter_datetime_picker which allow to customize your own style of date time picker but there is no example and i don't

February 15, 2019 at 02:37PM by STEPHANE DEGRAS
http://bit.ly/2N8DD9Z
New post on Flutter Dev Google group:

type 'NoSuchMethodError' debugger message of little help
Hi, I’m using VS Code, and the debugger is showing type 'NoSuchMethodError' is not a subtype of type ‘Exception’ but doesn’t seem to indicate which line is causing this error. the codes referred to in the stack trace is all framework codes such as E/flutter (18051): [ERROR:flutter/shell/common/

February 15, 2019 at 04:33PM by Fun Learning
http://bit.ly/2DHE5HN
New post on /r/flutterdev subreddit:

Pie chart using stream builder
No text found

February 15, 2019 at 04:42PM by prekshasri
http://bit.ly/2Ih5fdY
New post on /r/flutterdev subreddit:

Tutorials: Flutter Widgets 18 | SnackBar –please follow @niebin_gg - flutteropen – Medium
http://bit.ly/2GpKifr

February 15, 2019 at 04:08PM by nb312
http://bit.ly/2Idf78E
New post on /r/flutterdev subreddit:

Path Morph: A library that allows you to smoothly morph one path into another.
http://bit.ly/2SyxNVc

February 15, 2019 at 03:31PM by kathy_rose
http://bit.ly/2UYx3oY
New post on /r/flutterdev subreddit:

Error message doesn't tell me where the erroneous code is?
Here is the entire stack trace full of framework code reference, but the error message doesn't tell me which line of my code contains the invalid method. Am I missing something? Or Dart's error message is just bad?​E/flutter (18051): [ERROR:flutter/shell/common/shell.cc(186)] Dart Error: Unhandled exception:E/flutter (18051): type 'NoSuchMethodError' is not a subtype of type 'Exception'E/flutter (18051): #0 _DrateaProgramState.initState.<anonymous closure> ../…/src/widget.dart:57E/flutter (18051): #1 _invokeErrorHandler (dart:async/async_error.dart:14:37)E/flutter (18051): #2 _HandleErrorStream._handleError (dart:async/stream_pipe.dart:286:9)E/flutter (18051): #3 _ForwardingStreamSubscription._handleError (dart:async/stream_pipe.dart:168:13)E/flutter (18051): #4 _RootZone.runBinaryGuarded (dart:async/zone.dart:1326:10)E/flutter (18051): #5 _BufferingStreamSubscription._sendError.sendError (dart:async/stream_impl.dart:355:15)E/flutter (18051): #6 _BufferingStreamSubscription._sendError (dart:async/stream_impl.dart:373:16)E/flutter (18051): #7 _BufferingStreamSubscription._addError (dart:async/stream_impl.dart:272:7)E/flutter (18051): #8 _SyncStreamController._sendError (dart:async/stream_controller.dart:768:19)E/flutter (18051): #9 _StreamController._addError (dart:async/stream_controller.dart:648:7)
E/flutter (18051): #10 _StreamController.addError (dart:async/stream_controller.dart:600:5)E/flutter (18051): #11 _RootZone.runBinaryGuarded (dart:async/zone.dart:1326:10)E/flutter (18051): #12 _BufferingStreamSubscription._sendError.sendError (dart:async/stream_impl.dart:355:15)E/flutter (18051): #13 _BufferingStreamSubscription._sendError (dart:async/stream_impl.dart:373:16)E/flutter (18051): #14 _BufferingStreamSubscription._addError (dart:async/stream_impl.dart:272:7)E/flutter (18051): #15 _ForwardingStreamSubscription._addError (dart:async/stream_pipe.dart:137:11)E/flutter (18051): #16 _ForwardingStream._handleError (dart:async/stream_pipe.dart:102:10)E/flutter (18051): #17 _ForwardingStreamSubscription._handleError (dart:async/stream_pipe.dart:168:13)E/flutter (18051): #18 _RootZone.runBinaryGuarded (dart:async/zone.dart:1326:10)E/flutter (18051): #19 _BufferingStreamSubscription._sendError.sendError (dart:async/stream_impl.dart:355:15)E/flutter (18051): #20 _BufferingStreamSubscription._sendError (dart:async/stream_impl.dart:373:16)E/flutter (18051): #21 _BufferingStreamSubscription._addError (dart:async/stream_impl.dart:272:7)E/flutter (18051): #22 _ForwardingStreamSubscription._addError (dart:async/stream_pipe.dart:137:11)E/flutter (18051): #23 _addErrorWithReplacement (dart:async/stream_pipe.dart:188:8)E/flutter (18051): #24 _MapStream._handleData (dart:async/stream_pipe.dart:229:7)E/flutter (18051): #25 _ForwardingStreamSubscription._handleData (dart:async/stream_pipe.dart:164:13)E/flutter (18051): #26 _RootZone.runUnaryGuarded (dart:async/zone.dart:1314:10)E/flutter (18051): #27 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:336:11)E/flutter (18051): #28 _DelayedData.perform (dart:async/stream_impl.dart:591:14)E/flutter (18051): #29 _StreamImplEvents.handleNext (dart:async/stream_impl.dart:707:11)E/flutter (18051): #30 _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:667:7)E/flutter (18051): #31 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)E/flutter (18051): #32 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)

February 15, 2019 at 05:11PM by puruzio
http://bit.ly/2S3Kx0T
New post on /r/flutterdev subreddit:

Kalium - Open Source Cryptocurrency Wallet Written with Flutter! More details in comments.
http://bit.ly/2X5HMzZ

February 15, 2019 at 04:48PM by bbedward
http://bit.ly/2Ihbu1D
New post on /r/flutterdev subreddit:

Flutter Horizontal Circle listview part 2
http://bit.ly/2X4qMtP

February 15, 2019 at 06:27PM by ishanfx
http://bit.ly/2S5C6SS
New post on Flutter Dev Google group:

New tooling release - IntelliJ EAP and Android Studio support
Happy Friday everyone! Here are details of new tooling releases! IntelliJ EAP and Android Studio support The Flutter plugin now supports Android Studio 3.3.1 (stable) and IntelliJ 2019.1 (EAP). It continues to work with Android Studio 3.4 (beta) and IntelliJ 2018.3 (stable). Sample Project

February 15, 2019 at 07:14PM by Nilay Yener
http://bit.ly/2BBAHxK