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

Lightweight Flutter state management and dependency injection from GetX, with reactive variables, simple state, dependency injection, and worker utilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_light

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

dependencies:
  get_light: ^1.0.2

Alternatively, 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:get_light/get_light.dart';
1
likes
150
points
110
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Lightweight Flutter state management and dependency injection from GetX, with reactive variables, simple state, dependency injection, and worker utilities.

Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

flutter

More

Packages that depend on get_light