Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Flutter Bloc Experiment
Hi folks.I did some small experiment with BloC pattern and I will be glad to hear your feedback. I have read that the best is to use BloC per screen, but what if instead of it I can have tree like structured BloCs. Here is basic example.So. In the application there can be lot of blocs, and any bloc responsible for one unit like widgets.ex.
1. UserSearchBloc 2. UserUpdateBloc 3. UserUpdateBloc 4. ProjectSearchBloc ... 
And when there is a need to combine some of the blocs, I can create manager which is responsible for children states synchronization.ex.
UserProjectManagerBloc( children: [ ProjectSearchBloc()..add(ProjectSearchFilterChanged()), UserManagerBloc( children: [ UserSearchBloc()..add(UserSearchFilterChanged()), UserDeleteBloc(), UserUpdateBloc(), ], ) ], ) class UserProjectManagerBloc extends BlocNode<BlocNodeEvent, UserProjectManagerState> { ... @override void onChildStateChange(BlocNodeState state) { if (state is UserDeleteSuccess) { getChild<ProjectSearchBloc>().add(ProjectSearchUserDeleted(state.id)); } } } 
Github repository

April 18, 2020 at 07:56PM by andantonyan
https://ift.tt/2VhAo5u
New post on /r/flutterdev subreddit:

Every Flutter Beginner should know this
https://youtu.be/uhCu_sk7VKc

April 18, 2020 at 07:27PM by nishant_rai
https://ift.tt/2wPbYah
New post on /r/flutterdev subreddit:

Running a pedometer service
Hi everyone, I would like to develop a app in flutter for counting steps so that i would work with basic sensors. What i achieved now is if i start the app and walk it would count the steps but how could i improve it count steps at all times? May be a service? But how far a service can work in flutter? I couldnt see example of it. Have u guys faced similar situations? Else u have any solutions for it?Thanks in advance.

April 18, 2020 at 08:47PM by imsharath
https://ift.tt/2wUn5Pi
New post on /r/flutterdev subreddit:

Contributing to Flutter
Hi all​I have some spare time and I want to start with small contribution to the Flutter pluginsHere is the issue that I picked https://github.com/flutter/flutter/issues/52544I am planning toadd this support for `_prefix`
write testsupdate the docsAm I on the right path? any advice before I start?Thanks

April 18, 2020 at 11:00PM by agent3bood
https://ift.tt/3bqwBsw
New post on Flutter Dev Google group:

Native Contact
Hello guys, has anyone accessed the contact book natively? I have tried with native_contact_picker and easy_contact_picker plugin, being able to open the agenda but without being able to get the contact when I select it. Regards

April 19, 2020 at 01:07AM by Saul Palenzuela Hdez
https://ift.tt/3bwCuUI
New post on /r/flutterdev subreddit:

Tips 8 -14 of 100DaysOfFlutter
Here I have published post 8 to 14 for my journey of #100daysFfFlutterhttps://erluxman.com/00004-week-2-100days-of-flutter/​For daily updates, follow this twitter thread:https://twitter.com/erluxman/status/1246608678486065152

April 19, 2020 at 03:32AM by erluxman
https://ift.tt/3bwON3L
New post on Flutter Dev Google group:

Fwd: i was unable to setstate my text widget and button widget when selected according to the dropdown menu
Here is my code in the screenshot order wise i was unable to set the state

April 19, 2020 at 07:51AM by Dindukurthi Kondiah
https://ift.tt/3ewXWuX
New post on Flutter Dev Google group:

Notification Icon
Hi, I'm using this flutter_local_notifications
New post on /r/flutterdev subreddit:

FlutterForce — Week 73
https://ift.tt/2VFx971

April 19, 2020 at 12:51PM by flutterist
https://ift.tt/3cyevF8
New post on /r/flutterdev subreddit:

Why you should build your next mobile app with Flutter
“Why You should build your next mobile app with Flutter” by Efikas https://link.medium.com/DqTR0W6fO5

April 19, 2020 at 12:47PM by latyf
https://ift.tt/3cvDI2I
New post on /r/flutterdev subreddit:

Why you should build your next mobile app with Flutter
“Why You should build your next mobile app with Flutter” by Efikas https://link.medium.com/DqTR0W6fO5

April 19, 2020 at 12:47PM by latyf
https://ift.tt/2VlsRCO
New post on /r/flutterdev subreddit:

API Development - Design first
https://ift.tt/3cvTWJf

April 19, 2020 at 05:33PM by BugSmasher93
https://ift.tt/2KjefNS
New post on Flutter Dev Google group:

After updating Android studio to 3.6.3 and flutter it will give an error: Could not find or load main class com.android.sdklib.tool.sdkmanager.SdkManagerCli
I have updated AndroidSDKtools(obsolete). Im struck on this error from fast few days. Please help me! On stackoverflow i have posted my question Here is link < https://stackoverflow.com/questions/61307133/after-updating-android-studio-3-6-3-and-flutter-it-gives-me-an-error-that-not-fi >

April 19, 2020 at 05:59PM by Bhavna
https://ift.tt/3ahAWgd
New post on /r/flutterdev subreddit:

Beginner In Mobile dev
Hi guys ! I'v introduced myself to flutter for the past 2 days and i liked it pretty much ( preview) and decided i would want to make a Flutter App . I dont know anything about Dart , so Flutter too . And i would like to have some guidamce about it. I'v developed Websites ( php, css html js ) and i already know java . So can i learn Dart and develop an App in only 2 months ?

April 19, 2020 at 06:15PM by oussamabht
https://ift.tt/3es5Nd4
New post on /r/flutterdev subreddit:

A Flutter app for monitoring COVID 19 India stats
https://ift.tt/2ywj2sD

April 19, 2020 at 06:07PM by thepurpleproject
https://ift.tt/2VKagzv
New post on /r/flutterdev subreddit:

Started Learning flutter and built COVID-19 tracker.
https://ift.tt/2VFMXqf

April 19, 2020 at 08:17PM by _rahulrd
https://ift.tt/2RKphQz
New post on Flutter Dev Google group:

Showing blank boxes for custom icons
Hi everyone, I am quite new in coding but I like challenges. That's why I'm facing an issue with custom icons. I wanted specific icons that I could not find so I decided to draw them by myself and save them as .svg. Then I went to the plateform fluttericon.com to convert them as font. On this

April 19, 2020 at 08:28PM by Cloe Su
https://ift.tt/2VkHJS1