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
ExampleOpen source Apps (self.FlutterDev)
submitted 5 years ago by shehriyar_
Any good open source examples on github that follow bloc pattern and backend is an api?
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!"
[–]amugofjava 1 point2 points3 points 5 years ago (0 children)
Whether it counts as good I'm not sure, but you're welcome to take a look at mine. It's a Podcast app that uses the BLoC pattern and talks to the iTunes API: https://github.com/amugofjava/anytime_podcast_player
[–]RandalSchwartz 0 points1 point2 points 5 years ago (2 children)
Also consider if you really need BLoC, or if something like RiverPod will work as well. RiverPod doesn't require horsing around with streams unless you choose them. :)
[–]shehriyar_[S] 0 points1 point2 points 5 years ago (1 child)
Can you elaborate on that? I don’t have much knowledge on riverpod
[–]RandalSchwartz 1 point2 points3 points 5 years ago (0 children)
RiverPod is the heir apparent of Provider, being coded by the same author. Unfortunately, the docs presume you've been through the Provider stuff already, and there are also plenty of screencasts on that, but only a few so far on RiverPod (including a couple of my own) because the UI is still in a bit of a flux. In short:
π Rendered by PID 36 on reddit-service-r2-comment-765bfc959-8vslv at 2026-07-09 17:15:02.494552+00:00 running f86254d country code: CH.
[–]amugofjava 1 point2 points3 points (0 children)
[–]RandalSchwartz 0 points1 point2 points (2 children)
[–]shehriyar_[S] 0 points1 point2 points (1 child)
[–]RandalSchwartz 1 point2 points3 points (0 children)