getx_lego
apply getx in flutter
Installation
- open terminal in the lego project root directory, enter the following command for install cli. and create a new lego project if you don't have one.
flutter pub global activate lego_cli
lego create
- in terminal, enter the following command for add lego to project.
lego add getx_lego
Libraries
- main
- util/_/build_app/function/before_material_app/_
- util/_/build_app/function/before_material_app/getx_lego/_
- util/_/build_app/function/before_run_app/_
- util/_/build_app/function/before_run_app/getx_lego/_
- util/_/build_app/function/before_run_app/widget_binding_lego/_
- util/_/build_app/widget/material_app/_
- util/_/build_app/widget/material_app/getx_lego/_
- util/_/build_app/widget/my_app/_
- util/_/build_app/widget/my_app/getx_lego/_
- util/_/build_app/widget/run_app/_
- util/_/build_app/widget/run_app/getx_lego/_
- util/_/build_app/widget/run_app/screenutil_lego/_
- util/_/module_functions/getx_lego/_
- util/_/shared_params/_/material_app
- util/_/shared_params/_/start_app_params
- util/_/shared_params/getx_lego/_
- util/config/getx_lego/_
- widget_book/getx_lego.bottom_sheet/_/_
- widget_book/getx_lego.bottom_sheet/bottom_sheet
- widget_book/getx_lego.bottom_sheet/usage
- widget_book/getx_lego.dialog/_/_
- widget_book/getx_lego.dialog/dialog
- widget_book/getx_lego.dialog/usage
- widget_book/getx_lego.snackbar/_/_
- widget_book/getx_lego.snackbar/snackbar
- widget_book/getx_lego.snackbar/usage
- widget_book/getx_lego/_/_