New post on /r/flutterdev subreddit:
Private property is accessible like public.
As the title literally said, please forgive me if I am being ignorant.I am expecting the leading underscore will make a property not accessible outside of the class, but I tested on both the dartpad and Android Studio, the private property can be read and changed outside of the class. May I ask how to make a property actually private? I have not tested the leading underscore on class name, I am not sure if that will make a class not accessible outside of the file as I understood from the documentation.I tried like:class Test{ String _v = '123'; }main() { var test = Test(); print(test._v); test._v = '456'; print(test._v); }
February 18, 2019 at 02:19AM by parkjunghwan
http://bit.ly/2GPNGiL
Private property is accessible like public.
As the title literally said, please forgive me if I am being ignorant.I am expecting the leading underscore will make a property not accessible outside of the class, but I tested on both the dartpad and Android Studio, the private property can be read and changed outside of the class. May I ask how to make a property actually private? I have not tested the leading underscore on class name, I am not sure if that will make a class not accessible outside of the file as I understood from the documentation.I tried like:class Test{ String _v = '123'; }main() { var test = Test(); print(test._v); test._v = '456'; print(test._v); }
February 18, 2019 at 02:19AM by parkjunghwan
http://bit.ly/2GPNGiL
reddit
r/FlutterDev - Private property is accessible like public.
2 votes and 3 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter app push notification with PHP server
Good day, I am a beginner to this app development environment, i am trying out flutter which surprisingly easy to learn, i never see any "Push Notification" using a php server, everyone is using firebase in their examples. Push notification for flutter app cannot be done in php server? if its
February 18, 2019 at 07:02AM by thyagara...@gmail.com
http://bit.ly/2SGUl6c
Flutter app push notification with PHP server
Good day, I am a beginner to this app development environment, i am trying out flutter which surprisingly easy to learn, i never see any "Push Notification" using a php server, everyone is using firebase in their examples. Push notification for flutter app cannot be done in php server? if its
February 18, 2019 at 07:02AM by thyagara...@gmail.com
http://bit.ly/2SGUl6c
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:
NoSuchMethodError: The method 'map' was called on null
Hi , I am getting response but unable to parse to list. Can you please give an example to parse into list with nested arrays in json. This is my code. if(res.statusCode == 200){ print(mediaResponse); if(mediaResponse.status == 1){ final imageModel = json.decode(res.body); print('iamgemod
February 18, 2019 at 07:11AM by Mounika Sivanaga
http://bit.ly/2NdiuLQ
NoSuchMethodError: The method 'map' was called on null
Hi , I am getting response but unable to parse to list. Can you please give an example to parse into list with nested arrays in json. This is my code. if(res.statusCode == 200){ print(mediaResponse); if(mediaResponse.status == 1){ final imageModel = json.decode(res.body); print('iamgemod
February 18, 2019 at 07:11AM by Mounika Sivanaga
http://bit.ly/2NdiuLQ
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:
[Flutter App Dev] – Learn to Read a Barcode (Firebase ML Kit + Camera Plugin)
Hi All I've recently started to write a series of Flutter tutorials and tips on my blog. So far I've created 3 posts over the past week or so, the latest being a tutorial on how to read a barcode using Firebase's ML Kit and the Flutter "Camera" plugin. You can view this post and others here:
February 18, 2019 at 10:39AM by Nicholas Cullen
https://groups.google.com/d/msg/flutter-dev/rK6W6XHHfbY/sG7H46p6AwAJ
[Flutter App Dev] – Learn to Read a Barcode (Firebase ML Kit + Camera Plugin)
Hi All I've recently started to write a series of Flutter tutorials and tips on my blog. So far I've created 3 posts over the past week or so, the latest being a tutorial on how to read a barcode using Firebase's ML Kit and the Flutter "Camera" plugin. You can view this post and others here:
February 18, 2019 at 10:39AM by Nicholas Cullen
https://groups.google.com/d/msg/flutter-dev/rK6W6XHHfbY/sG7H46p6AwAJ
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:
Good morning flutters
Help me please if you know how to make Firbase in App messaging using flutter
February 18, 2019 at 10:51AM by Eng Abdikani
https://groups.google.com/d/msg/flutter-dev/a5sX8ElaNF0/xLDUTFZ7AwAJ
Good morning flutters
Help me please if you know how to make Firbase in App messaging using flutter
February 18, 2019 at 10:51AM by Eng Abdikani
https://groups.google.com/d/msg/flutter-dev/a5sX8ElaNF0/xLDUTFZ7AwAJ
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:
My Flutter Challenges - learning flutter UI design and animations
http://bit.ly/2T2sNra
February 18, 2019 at 11:21AM by PedroMassango
http://bit.ly/2SaCYWe
My Flutter Challenges - learning flutter UI design and animations
http://bit.ly/2T2sNra
February 18, 2019 at 11:21AM by PedroMassango
http://bit.ly/2SaCYWe
Medium
My Flutter Challenge: sliding login
A few months ago I started learning Flutter and it was frustrating when I tried to design some UI from Dribbble and it was like impossible…
New post on /r/flutterdev subreddit:
Flutter + Vulkan
https://youtu.be/mUUg8-tRaoUJust trying to use Vulkan with Flutter. I think communicating with C++ in Flutter is very cumbersome, we need to pass the interface through JAVA. What will happen in Fuchsia in the future.
February 18, 2019 at 02:53PM by exilerrr
http://bit.ly/2V3k1Xh
Flutter + Vulkan
https://youtu.be/mUUg8-tRaoUJust trying to use Vulkan with Flutter. I think communicating with C++ in Flutter is very cumbersome, we need to pass the interface through JAVA. What will happen in Fuchsia in the future.
February 18, 2019 at 02:53PM by exilerrr
http://bit.ly/2V3k1Xh
YouTube
Flutter + Vulkan
Just render vulkan scene to the Texture widget of Flutter...
New post on /r/flutterdev subreddit:
Flutter: YouTube Search 04 - Search BLoC - BLoC Tutorial Course
https://www.youtube.com/watch?v=WDP3W-CetVo
February 18, 2019 at 03:45PM by Purple_Pizzazz
http://bit.ly/2tAoB3T
Flutter: YouTube Search 04 - Search BLoC - BLoC Tutorial Course
https://www.youtube.com/watch?v=WDP3W-CetVo
February 18, 2019 at 03:45PM by Purple_Pizzazz
http://bit.ly/2tAoB3T
YouTube
Flutter: YouTube Search 04 - Search BLoC - BLoC Tutorial Course
📗 Get the code from this part 👇👇
https://resocoder.com/flutter-youtube-search-04
Welcome back to the 4th part of the Flutter YouTube Search tutorial course. In the previous part we've added a repository which will help us with pagination of the data. We're…
https://resocoder.com/flutter-youtube-search-04
Welcome back to the 4th part of the Flutter YouTube Search tutorial course. In the previous part we've added a repository which will help us with pagination of the data. We're…
New post on Flutter Dev Google group:
Someone added my phone number in a flutter code. How to remove this
Hi Everyone, Please help. Some one added my phone number in the flutter app. I am getting more than thousands call in a single day. Please help. How to stop all these.
February 18, 2019 at 06:09PM by Priyanka Rani
http://bit.ly/2GPaQ99
Someone added my phone number in a flutter code. How to remove this
Hi Everyone, Please help. Some one added my phone number in the flutter app. I am getting more than thousands call in a single day. Please help. How to stop all these.
February 18, 2019 at 06:09PM by Priyanka Rani
http://bit.ly/2GPaQ99
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:
Simple ways to pass to and share data with widgets/pages
https://medium.com/flutter-community/simple-ways-to-pass-to-and-share-data-with-widgets-pages-f8988534bd5b
February 18, 2019 at 06:10PM by frideosapps
http://bit.ly/2TWwOLg
Simple ways to pass to and share data with widgets/pages
https://medium.com/flutter-community/simple-ways-to-pass-to-and-share-data-with-widgets-pages-f8988534bd5b
February 18, 2019 at 06:10PM by frideosapps
http://bit.ly/2TWwOLg
Medium
Simple ways to pass to and share data with widgets/pages
This article is going to be more practical than theoretical, I just wanted to show in a simple way, various methods to share data. This…
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.