This repo contains the source code of our demo at GalsenDev "WeekEnd du Code" event.
The topic of our talk was Flutter State Management: A Simple Use Case With BLoC & Riverpod
.
You can find the replay of our live session on the GalsenDev's youtube channel here.
For the demo implementation, we decide to create a simple blog app with three (3) main features/screens :
- A homepage for displaying the list of articles
- Another page for displaying the details of a specific article
- And a last one that allow us to create a new article
We also add some nice features like pull-to-refresh
and automatic data polling
.
For the implementation of our demo use case, we use Flutter & NestJS.
In this repo, you'll find the following directories :
- api folder that contains the
REST API
source code built with NestJS. - simple_blog_app folder that contains the flutter use case implementation with Riverpod.
- simple_blog_app_using_bloc_pattern folder that contains the flutter use case implementation with BLoC.
- slides folder that contains the presentation slides of our talk.
Feel free to make a PR or report an issue 😃
Oh, one more thing, please do not forget to put a description when you make your PR 🙂