gustavolramos / riverpod_user_list

This project was made to help me exercise concepts around Riverpod, state management and navigation with GoRouter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riverpod_user_list

This Flutter project utilizes Riverpod to display a list of users from a mocked API

What did I use in this project?

  • AsyncValue, Providers, etc with the "flutter_riverpod" package
  • Futures, API Requests, JSON parsing, etc with the "http" package
  • Routing with the "go_router" package
  • An example API from MockAPI (https://mockapi.io/) to help create the user list with the desired properties.

For context

I've been looking for a small project to implement something that benefits from state management.

Even though his is still only a small user list, it showcases how easy it can be to work with async data using Riverpod.

Feel free to provide me with feedback :)

About

This project was made to help me exercise concepts around Riverpod, state management and navigation with GoRouter.


Languages

Language:C++ 41.1%Language:CMake 34.0%Language:Dart 16.4%Language:HTML 3.4%Language:C 2.6%Language:Swift 2.1%Language:Kotlin 0.3%Language:Objective-C 0.1%