login_and_register_page_lego
Installation
-
please enter the following command in the terminal to install the CLI:
flutter pub global activate lego_cli
- If this is your first time using
pub global
, Please refer to the documentation for more information.
- If this is your first time using
-
To add Lego to your project, enter the following command in the terminal at the root of your project:
lego add login_and_register_page_lego
-
run the following command to run the widget:
flutter run -d chrome lib/widget_book/login_and_register_page_lego/_/_.dart
Creating a New Widget Guide
If you want to create a new widget, please refer to the documentation here: Create a Widgetwidget.