New post on /r/flutterdev subreddit:
Valentine's Day Heart Animation | Flare - Trim Path
https://www.youtube.com/watch?v=a0GmIvH3yM4
February 14, 2019 at 11:50PM by postgor
http://bit.ly/2tq4Kny
Valentine's Day Heart Animation | Flare - Trim Path
https://www.youtube.com/watch?v=a0GmIvH3yM4
February 14, 2019 at 11:50PM by postgor
http://bit.ly/2tq4Kny
YouTube
Like/Unlike Animation in Flare
In this Valentine's Day special we create a unique heart animation using the Trim Path feature in Flare.
This animation can be incorporated into your Flutter application to make a unique like button.
If you like it, give the video a "heart" :)
https:/…
This animation can be incorporated into your Flutter application to make a unique like button.
If you like it, give the video a "heart" :)
https:/…
New post on /r/flutterdev subreddit:
Flutter State Management Options
http://bit.ly/2SPKFFD
February 15, 2019 at 01:40AM by felangel1
http://bit.ly/2N5ZSgr
Flutter State Management Options
http://bit.ly/2SPKFFD
February 15, 2019 at 01:40AM by felangel1
http://bit.ly/2N5ZSgr
flutter.io
List of state management approaches
State management is a complex topic. If you feel that some of your questions haven't been answered, or that the approach described on these pages is not viable for your use cases, you are probably right.Learn more at the following links, many of which have…
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
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
reddit
r/FlutterDev - Flutter > Firestore Security rules
1 vote and 0 comments so far on Reddit
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
r/FlutterDev - Any package to select a folder instead of a file?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Avoiding the On-Screen Keyboard in Flutter – Flutter NYC – Medium
http://bit.ly/2Ea8QXc
February 15, 2019 at 10:35AM by daleclancy
http://bit.ly/2IhoSTh
Avoiding the On-Screen Keyboard in Flutter – Flutter NYC – Medium
http://bit.ly/2Ea8QXc
February 15, 2019 at 10:35AM by daleclancy
http://bit.ly/2IhoSTh
Medium
Avoiding the On-Screen Keyboard in Flutter
Newcomers to both native iOS and Android development often struggle with what seems should be an easy problem: making room for the…
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
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
Dart Packages
flutter_datetime_picker | Flutter Package
flutter_datetime_picker Flutter and Dart package - A date time picker for flutter, you can choose date / time / date&time in English Dutch and Chinese, and you can also custom your own picker content
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
Pie chart using stream builder
No text found
February 15, 2019 at 04:42PM by prekshasri
http://bit.ly/2Ih5fdY
reddit
r/FlutterDev - Pie chart using stream builder
1 vote and 0 comments so far on Reddit
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
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
Medium
Flutter Widgets 18 | SnackBar
In this tutorial, you will learn how to use the SnackBar.
New post on /r/flutterdev subreddit:
Your flutter tests are taking too long? Disable the code coverage!
http://bit.ly/2GsK2Mz
February 15, 2019 at 03:40PM by guitcastro
http://bit.ly/2IdfaRS
Your flutter tests are taking too long? Disable the code coverage!
http://bit.ly/2GsK2Mz
February 15, 2019 at 03:40PM by guitcastro
http://bit.ly/2IdfaRS
Medium
Your flutter tests are taking too long? Disable the code coverage!
We just recently upgrade our CI machines because the flutter test step was taking almost 25 minutes to run on CI. We have a little more…
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
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
Dart Packages
path_morph | Flutter Package
path_morph Flutter and Dart package - This package lets you create path tween animations. In other words, it lets you morph one path into another.
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
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
reddit
r/FlutterDev - Error message doesn't tell me where the erroneous code is?
1 vote and 0 comments so far on Reddit
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
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
It's All Widgets!
Kalium | It's All Widgets!
The first cryptocurrency wallet made with Flutter!
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
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.