archbase_flutter_getx 0.2.0
archbase_flutter_getx: ^0.2.0 copied to clipboard
Adapter GetX para archbase_flutter — bindings para registrar singletons no Get container, ArchbaseGetController base com guard() e bridge ValueNotifier→Rx.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add archbase_flutter_getxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
archbase_flutter_getx: ^0.2.0Alternatively, 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:archbase_flutter_getx/archbase_flutter_getx.dart';