merry-plugin-flutter
Plugin for @merryjs/cli generate flutter models pages and widgets
Installation
Install the cli npm install -g @merryjs/cli
if you have installed you can skip this.
Install plugin in your current workspace
npm i merry-plugin-flutter --save-dev # or yarn add merry-plugin-flutter --dev
Usage
merry flutter -h
merry flutter widget --name my-form
will create a widget inside /lib/widgets/my_form.dart named MyFormWidget
merry flutter model --name last-close-time --src path/to/your/api
generate model from src