getx_lego 1.0.4
getx_lego: ^1.0.4 copied to clipboard
apply getx in flutter with lego project
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add getx_legoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
getx_lego: ^1.0.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:getx_lego/main.dart';
import 'package:getx_lego/util/_/build_app/function/before_material_app/_.dart';
import 'package:getx_lego/util/_/build_app/function/before_material_app/getx_lego/_.dart';
import 'package:getx_lego/util/_/build_app/function/before_run_app/_.dart';
import 'package:getx_lego/util/_/build_app/function/before_run_app/getx_lego/_.dart';
import 'package:getx_lego/util/_/build_app/function/before_run_app/widget_binding_lego/_.dart';
import 'package:getx_lego/util/_/build_app/widget/material_app/_.dart';
import 'package:getx_lego/util/_/build_app/widget/material_app/getx_lego/_.dart';
import 'package:getx_lego/util/_/build_app/widget/my_app/_.dart';
import 'package:getx_lego/util/_/build_app/widget/my_app/getx_lego/_.dart';
import 'package:getx_lego/util/_/build_app/widget/run_app/_.dart';
import 'package:getx_lego/util/_/build_app/widget/run_app/getx_lego/_.dart';
import 'package:getx_lego/util/_/build_app/widget/run_app/screenutil_lego/_.dart';
import 'package:getx_lego/util/_/module_functions/getx_lego/_.dart';
import 'package:getx_lego/util/_/shared_params/_/material_app.dart';
import 'package:getx_lego/util/_/shared_params/_/start_app_params.dart';
import 'package:getx_lego/util/_/shared_params/getx_lego/_.dart';
import 'package:getx_lego/util/config/getx_lego/_.dart';
import 'package:getx_lego/widget_book/getx_lego.bottom_sheet/_/_.dart';
import 'package:getx_lego/widget_book/getx_lego.bottom_sheet/bottom_sheet.dart';
import 'package:getx_lego/widget_book/getx_lego.bottom_sheet/usage.dart';
import 'package:getx_lego/widget_book/getx_lego.dialog/_/_.dart';
import 'package:getx_lego/widget_book/getx_lego.dialog/dialog.dart';
import 'package:getx_lego/widget_book/getx_lego.dialog/usage.dart';
import 'package:getx_lego/widget_book/getx_lego.snackbar/_/_.dart';
import 'package:getx_lego/widget_book/getx_lego.snackbar/snackbar.dart';
import 'package:getx_lego/widget_book/getx_lego.snackbar/usage.dart';
import 'package:getx_lego/widget_book/getx_lego/_/_.dart';