Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 564 Bytes

flutter_riverpod_skeleton

Skeleton for Riverpod state management by following Clean Architecture (Separation of Concern).

How to use

  1. Clone this repository
$ git clone https://github.com/nenofetch/flutter_riverpod_skeleton
  1. Change to directory was cloning before
  2. Get the dependencies/library using
flutter pub add
  1. And you're ready to develop!

Licenses

This repo using MIT. Feel free if you want to contribute on this repository or modify.