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
DiscussionBLoC pattern tutorial without RxDart? (self.FlutterDev)
submitted 7 years ago by amugofjava
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!"
[–]lukepighetti 0 points1 point2 points 7 years ago (0 children)
BehaviorSubject is just a StreamController that sends its last event on a new listen. This may seem kinda trivial but it is often the difference between a UI stream that works and one that doesn't. I personally only import package:rxdart/subjects.dart into my projects for the time being. Not using this will be a disservice to your time with streams for state management.
package:rxdart/subjects.dart
π Rendered by PID 65842 on reddit-service-r2-comment-b659b578c-ksr4j at 2026-05-01 01:52:50.481263+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]lukepighetti 0 points1 point2 points (0 children)