jetx 0.1.0-alpha copy "jetx: ^0.1.0-alpha" to clipboard
jetx: ^0.1.0-alpha 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

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

flutter

More

Packages that depend on jetx