jetx 0.1.0-alpha.3 copy "jetx: ^0.1.0-alpha.3" to clipboard
jetx: ^0.1.0-alpha.3 copied to clipboard

A modern Flutter framework for state management, dependency injection, and route management. An actively maintained fork of GetX.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jetx

With Flutter:

 $ flutter pub add jetx

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

dependencies:
  jetx: ^0.1.0-alpha.3

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:jetx/jetx.dart';
12
likes
0
points
54
downloads

Publisher

verified publishershrimps.ly

Weekly Downloads

A modern Flutter framework for state management, dependency injection, and route management. An actively maintained fork of GetX.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

dio, flutter, jetx_annotations, pretty_dio_logger

More

Packages that depend on jetx