New tweet from flutterio:
Flutter's widget tester allows you to bring up a headless environment for testing your responses. Take a deep dive into how widget tests manage the event loop and what that means for asynchronous tasks.
Read post here ↓ https://t.co/I9zzJtEa21— Flutter (@flutterio) February 18, 2019
February 18, 2019 at 07:00PM
http://twitter.com/flutterio/status/1097556467522129921
Flutter's widget tester allows you to bring up a headless environment for testing your responses. Take a deep dive into how widget tests manage the event loop and what that means for asynchronous tasks.
Read post here ↓ https://t.co/I9zzJtEa21— Flutter (@flutterio) February 18, 2019
February 18, 2019 at 07:00PM
http://twitter.com/flutterio/status/1097556467522129921
Medium
Event Loop in Widget Tester
Flutter’s widget tester is a great way to do unit testing on widgets. It allows you to bring up a headless environment where you can…
New post on /r/flutterdev subreddit:
BLoC + Redux
Hi everyone,I'm new to this subreddit (as same as to Flutter), hope such kind of post is ok. It's more like the question, than post.I'm trying to learn Flutter by doing. I prefer RxJava + Kotlin in Android and I like React approach in the web development. I see, that Flutter has more in common with Web, than with current Android development state.I've researched lots of articles and usually I see Redux-only or BLoC-only (w/ or w/o RxDart) examples but numerous times I see, that people write that they prefer Redux (global state) + BLoC (local state) and no articles/videos and examples about it.And also, I compare
BLoC: https://github.com/brianegan/flutter_architecture_samples/tree/master/example/bloc_flutter
Redux: https://github.com/brianegan/flutter_architecture_samples/tree/master/example/reduxRedux project has huge number of the lines of the code and BLoC has much less, isn't this a problem with Redux approach? Also it's painful to write copyWith methods in Redux after Kotlin data classes.
February 18, 2019 at 10:15PM by tonyshkurenko
http://bit.ly/2NewSDA
BLoC + Redux
Hi everyone,I'm new to this subreddit (as same as to Flutter), hope such kind of post is ok. It's more like the question, than post.I'm trying to learn Flutter by doing. I prefer RxJava + Kotlin in Android and I like React approach in the web development. I see, that Flutter has more in common with Web, than with current Android development state.I've researched lots of articles and usually I see Redux-only or BLoC-only (w/ or w/o RxDart) examples but numerous times I see, that people write that they prefer Redux (global state) + BLoC (local state) and no articles/videos and examples about it.And also, I compare
BLoC: https://github.com/brianegan/flutter_architecture_samples/tree/master/example/bloc_flutter
Redux: https://github.com/brianegan/flutter_architecture_samples/tree/master/example/reduxRedux project has huge number of the lines of the code and BLoC has much less, isn't this a problem with Redux approach? Also it's painful to write copyWith methods in Redux after Kotlin data classes.
February 18, 2019 at 10:15PM by tonyshkurenko
http://bit.ly/2NewSDA
GitHub
brianegan/flutter_architecture_samples
TodoMVC for Flutter. Contribute to brianegan/flutter_architecture_samples development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Circular Bottom Navigation
Here is my first flutter package.Check it outProcessing gif nifcp3dc8eh21...
February 18, 2019 at 10:15PM by imaN_NeoFighT
http://bit.ly/2tuER6q
Circular Bottom Navigation
Here is my first flutter package.Check it outProcessing gif nifcp3dc8eh21...
February 18, 2019 at 10:15PM by imaN_NeoFighT
http://bit.ly/2tuER6q
reddit
r/FlutterDev - Circular Bottom Navigation
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
auto_size_text v1.0.0 (stable) | Flutter widget that automatically resizes text to fit perfectly within its bounds.
http://bit.ly/2tqWVhB
February 19, 2019 at 03:30AM by leisim
http://bit.ly/2InXeEl
auto_size_text v1.0.0 (stable) | Flutter widget that automatically resizes text to fit perfectly within its bounds.
http://bit.ly/2tqWVhB
February 19, 2019 at 03:30AM by leisim
http://bit.ly/2InXeEl
GitHub
leisim/auto_size_text
Flutter widget that automatically resizes text to fit perfectly within its bounds. - leisim/auto_size_text
New post on /r/flutterdev subreddit:
Flutter Tutorial- Flutter CircleAvatar
Flutter Tutorial- Flutter CircleAvatar https://www.youtube.com/watch?v=eRTyOrmo6j4
February 19, 2019 at 06:15AM by whatsupcoders
http://bit.ly/2XcneWk
Flutter Tutorial- Flutter CircleAvatar
Flutter Tutorial- Flutter CircleAvatar https://www.youtube.com/watch?v=eRTyOrmo6j4
February 19, 2019 at 06:15AM by whatsupcoders
http://bit.ly/2XcneWk
YouTube
Flutter Tutorial- Flutter CircleAvatar
Flutter Tutorial- Flutter CircleAvatar
In this video, you will see how and when to use Flutter CircleAvatar and also 3 different approaches used to create a circular image in Flutter application.
For more details regarding random color plugin that I have…
In this video, you will see how and when to use Flutter CircleAvatar and also 3 different approaches used to create a circular image in Flutter application.
For more details regarding random color plugin that I have…
New post on /r/flutterdev subreddit:
State Management - Debounce Search
https://youtu.be/EGNSH4aG_fU
February 19, 2019 at 06:41AM by prateeksharma1712
http://bit.ly/2tu7z7b
State Management - Debounce Search
https://youtu.be/EGNSH4aG_fU
February 19, 2019 at 06:41AM by prateeksharma1712
http://bit.ly/2tu7z7b
YouTube
State Management | Debounce Search - flutter_bloc package | Part 2
Created a demo of hitting an API that brings in the football players by country.
Used flutter_bloc packages that provide Bloc Builder, Bloc Provider, Events and States.
Created multiple states for a single country selected event.
Repository pattern used…
Used flutter_bloc packages that provide Bloc Builder, Bloc Provider, Events and States.
Created multiple states for a single country selected event.
Repository pattern used…
New post on /r/flutterdev subreddit:
A question for the flutter dev community. I’m trying to develop a video app concept and wanted to know if layered text over video is yet a widget.
No text found
February 19, 2019 at 07:03AM by savvyhacker
http://bit.ly/2Sb3Xkz
A question for the flutter dev community. I’m trying to develop a video app concept and wanted to know if layered text over video is yet a widget.
No text found
February 19, 2019 at 07:03AM by savvyhacker
http://bit.ly/2Sb3Xkz
reddit
r/FlutterDev - A question for the flutter dev community. I’m trying to develop a video app concept and wanted to know if layered…
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Any one have videoplayer example to play rtmp urls
Hi , I want to play rtmp, HLS urls. Any one have the player example with all controls(seeking, forward and backward) thanks in advance.
February 19, 2019 at 10:51AM by Mounika
http://bit.ly/2Xeu4KW
Any one have videoplayer example to play rtmp urls
Hi , I want to play rtmp, HLS urls. Any one have the player example with all controls(seeking, forward and backward) thanks in advance.
February 19, 2019 at 10:51AM by Mounika
http://bit.ly/2Xeu4KW
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:
Real-time Object Detection in Flutter
http://bit.ly/2tssBDl
February 19, 2019 at 12:14PM by x_ash
http://bit.ly/2V6HM0K
Real-time Object Detection in Flutter
http://bit.ly/2tssBDl
February 19, 2019 at 12:14PM by x_ash
http://bit.ly/2V6HM0K
Medium
Real-time Object Detection in Flutter
Recently Flutter team added image streaming capability in the camera plugin. This allows you to capture the frame in a live camera preview…
New post on Flutter Dev Google group:
D8: Program type already present: android.support.v4.app.INotificationSideChannel
When I add to the dependencies `geolocator` plugin I have a probleme with gradle when it is assemble i have a error : this the log of `flutter run --verbose`. ``` Running "flutter packages get" in followme... 1,1s Launching lib\main.dart on SM J730G in debug mode... D8: Program
February 19, 2019 at 12:58PM by Hassan Ebo
http://bit.ly/2GOtw8Z
D8: Program type already present: android.support.v4.app.INotificationSideChannel
When I add to the dependencies `geolocator` plugin I have a probleme with gradle when it is assemble i have a error : this the log of `flutter run --verbose`. ``` Running "flutter packages get" in followme... 1,1s Launching lib\main.dart on SM J730G in debug mode... D8: Program
February 19, 2019 at 12:58PM by Hassan Ebo
http://bit.ly/2GOtw8Z
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:
Paint tester app
Hello everyone,I am trying to develop a paint tester app. The user should be able to take a picture of a wall and then apply the color paint they would like to the wall, which will fill the wall with that color. Are there any widgets in flutter that will help ?
February 19, 2019 at 04:14PM by afdal_khan
http://bit.ly/2NcC1f6
Paint tester app
Hello everyone,I am trying to develop a paint tester app. The user should be able to take a picture of a wall and then apply the color paint they would like to the wall, which will fill the wall with that color. Are there any widgets in flutter that will help ?
February 19, 2019 at 04:14PM by afdal_khan
http://bit.ly/2NcC1f6
reddit
r/FlutterDev - Paint tester app
2 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Broken link on state management flutter docs page
http://bit.ly/2SPKFFD under BLoC / Rx header, the first link for State Management using the BLoC pattern in Flutter, by Saowen links to http://bit.ly/2V92Rrw which just says "no
February 19, 2019 at 05:34PM by Spencer Gaston
http://bit.ly/2EhaWF1
Broken link on state management flutter docs page
http://bit.ly/2SPKFFD under BLoC / Rx header, the first link for State Management using the BLoC pattern in Flutter, by Saowen links to http://bit.ly/2V92Rrw which just says "no
February 19, 2019 at 05:34PM by Spencer Gaston
http://bit.ly/2EhaWF1
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:
FlutterUI - Minimal designs - Fruits
https://youtu.be/rrhdYww00yQ
February 19, 2019 at 05:08PM by rajayogan27
http://bit.ly/2NdfNtC
FlutterUI - Minimal designs - Fruits
https://youtu.be/rrhdYww00yQ
February 19, 2019 at 05:08PM by rajayogan27
http://bit.ly/2NdfNtC
YouTube
FlutterUI - Minimal designs - Fruits
Support me - https://paypal.me/RajaYogan Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF Follow me on twitter - https://...
New post on /r/flutterdev subreddit:
Page transition on iOS: App Bar
With the animation from the right, native iOS doesn't bring the app bar for the right, but only animates the title inside the bar.Is there anybody here who's achieved this behavior?
February 19, 2019 at 07:17PM by nick_pl
http://bit.ly/2SKGoUN
Page transition on iOS: App Bar
With the animation from the right, native iOS doesn't bring the app bar for the right, but only animates the title inside the bar.Is there anybody here who's achieved this behavior?
February 19, 2019 at 07:17PM by nick_pl
http://bit.ly/2SKGoUN
reddit
r/FlutterDev - Page transition on iOS: App Bar
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Android Emulator causes hight CPU usage
I was wondering if thats the case for you as well. I'm on a MacBook Pro and when I run a Flutter App on the Emulator the CPU usage goes way up and it gets very hot.
February 19, 2019 at 08:08PM by jwknows
http://bit.ly/2V9o9VX
Flutter Android Emulator causes hight CPU usage
I was wondering if thats the case for you as well. I'm on a MacBook Pro and when I run a Flutter App on the Emulator the CPU usage goes way up and it gets very hot.
February 19, 2019 at 08:08PM by jwknows
http://bit.ly/2V9o9VX
reddit
r/FlutterDev - Flutter Android Emulator causes hight CPU usage
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
How do i create a curved list view?
For example,https://i.redd.it/5vvd102f8lh21.pnghttps://www.youtube.com/watch?v=aQbL5_4_-SU
February 19, 2019 at 09:49PM by zapoJMR
http://bit.ly/2GwP9eJ
How do i create a curved list view?
For example,https://i.redd.it/5vvd102f8lh21.pnghttps://www.youtube.com/watch?v=aQbL5_4_-SU
February 19, 2019 at 09:49PM by zapoJMR
http://bit.ly/2GwP9eJ
New post on /r/flutterdev subreddit:
video_player on init
So here I am kinda lost trying to figure this problem out.Using the video_player package, how would you make the video initialize when pushing to a new page?I tried doing the following in initState() aswell as other possible solutions.
February 19, 2019 at 10:14PM by Maltmax
http://bit.ly/2Ir9Nyz
video_player on init
So here I am kinda lost trying to figure this problem out.Using the video_player package, how would you make the video initialize when pushing to a new page?I tried doing the following in initState() aswell as other possible solutions.
setState(() { _controller.play(); });I hope you know what I mean and have an idea!
February 19, 2019 at 10:14PM by Maltmax
http://bit.ly/2Ir9Nyz
Dart packages
video_player | Flutter package
Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, macOS and web.
New post on /r/flutterdev subreddit:
Recommended way to share data between BLoCs
After spend time learning Flutter UI design it is time to learn state management mainly BLoC (I know the basics of scoped_model).After reading posts and watching videos, I started implementing the BLoC pattern. I need to know if is there a recommend way to share data between blocs? (pass through constructor doesn't a good practice).With scoped_model is easy as we build our model before the app is launched and we get model instance through ScopeModelDescendant. (sorry about my english)
February 19, 2019 at 11:40PM by PedroMassango
http://bit.ly/2GPw6M1
Recommended way to share data between BLoCs
After spend time learning Flutter UI design it is time to learn state management mainly BLoC (I know the basics of scoped_model).After reading posts and watching videos, I started implementing the BLoC pattern. I need to know if is there a recommend way to share data between blocs? (pass through constructor doesn't a good practice).With scoped_model is easy as we build our model before the app is launched and we get model instance through ScopeModelDescendant. (sorry about my english)
February 19, 2019 at 11:40PM by PedroMassango
http://bit.ly/2GPw6M1
reddit
r/FlutterDev - Recommended way to share data between BLoCs
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
How to test flutter_redux apps?
I'm playing with flutter_redux. Wanted to write some tests but encounter problem how to mock Store.
Tried this but then getting
February 20, 2019 at 06:43AM by dawidhyzy
https://ift.tt/2Ej2WDo
How to test flutter_redux apps?
I'm playing with flutter_redux. Wanted to write some tests but encounter problem how to mock Store.
Tried this but then getting
NoSuchMethodError
:class MockStore extends Mock implements Store<AppState> {}
Do you have any examples of how to test apps using flutter_redux?February 20, 2019 at 06:43AM by dawidhyzy
https://ift.tt/2Ej2WDo
Dart packages
flutter_redux | Flutter Package
A set of utility Widgets that Provide and Connect to a Redux Store
New post on /r/flutterdev subreddit:
Flutter with cmu sphinx language model
i was wondering is there a way, or a plugin to use sphinx/pocket sphinx model in android flutter app for voice recognition .. Planning to train a model for my language since google doesnt have voice recognition in my language ..
February 20, 2019 at 08:39AM by golhioli
https://ift.tt/2TZ9ooe
Flutter with cmu sphinx language model
i was wondering is there a way, or a plugin to use sphinx/pocket sphinx model in android flutter app for voice recognition .. Planning to train a model for my language since google doesnt have voice recognition in my language ..
February 20, 2019 at 08:39AM by golhioli
https://ift.tt/2TZ9ooe
reddit
r/FlutterDev - Flutter with cmu sphinx language model
1 vote and 0 comments so far on Reddit