get_light 1.0.0 copy "get_light: ^1.0.0" to clipboard
get_light: ^1.0.0 copied to clipboard

Lightweight Flutter state management and dependency injection extracted from GetX. Includes reactive variables (.obs, Obx), simple state (GetBuilder, GetxController), DI (Get.put / Get.find / lazyPut) [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add get_light

With Flutter:

 $ flutter pub add get_light

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  get_light: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:get_light/get_light.dart';
1
likes
0
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight Flutter state management and dependency injection extracted from GetX. Includes reactive variables (.obs, Obx), simple state (GetBuilder, GetxController), DI (Get.put / Get.find / lazyPut), and workers (ever, once, debounce, interval).

Repository (GitHub)
View/report issues

Topics

#state-management #dependency-injection #reactive #getx

License

unknown (license)

Dependencies

flutter

More

Packages that depend on get_light