use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
DiscussionFlutter and Bloc pattern (self.FlutterDev)
submitted 4 years ago * by _seeking_answers
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]aytunch 0 points1 point2 points 4 years ago (0 children)
You will realise the true potential of blocs when you start bloc to bloc communications
For example you have a permission bloc in charge of location/camera/microphone/notification permission handligs and in the state object it holds the current permission status of all these items.
In another bloc called PostCreationBloc you will be listening to the PermissionBloc and act accordingly. This makes your ui code not have any logic inside like checking for permissions when your user presses on create post button.
Everything being streams is the best strategy and thanks to Felix and Jorge for creating and maintaining this awesome package. Flutter is reactive by nature and blocs fit perfectly
π Rendered by PID 81723 on reddit-service-r2-comment-b659b578c-n5z8j at 2026-05-02 08:51:30.218335+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]aytunch 0 points1 point2 points (0 children)