This is a basic CLI app for the code_on_the_rocks state management package.
dart pub global activate cotr_clicotr view -n homeThe view command will create the following contents:
- A new directory with the name of the view (ex.
home) - A new dart file containing the
ViewModelBuilder(ex.home_view.dart) - A new dart file containing the
ViewModelandViewModelBuilder(ex.home_view_model.dart)