Skeleton for Riverpod state management by following Clean Architecture (Separation of Concern).
- Clone this repository
$ git clone https://github.com/nenofetch/flutter_riverpod_skeleton
- Change to directory was cloning before
- Get the dependencies/library using
flutter pub add
- And you're ready to develop!
This repo using MIT. Feel free if you want to contribute on this repository or modify.