git clone https://github.com/ishworpanta100/flutter_riverpod_template
dart pub global activate mason_cli
mason get
mason ls
mason make new_flutter_app -o /path/to/new_created_flutter_app/
##
## By default, `mason make` will prompt on each file conflict and will allow users to specify how the conflict should be resolved via the following options:
- `y` - yes, overwrite (default)
- `Y` - yes, overwrite this and all others
- `n` - no, do not overwrite
- `a` - append to existing file