get 5.0.0-release-candidate copy "get: ^5.0.0-release-candidate" to clipboard
get: ^5.0.0-release-candidate copied to clipboard

Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add get

With Flutter:

 $ flutter pub add get

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

dependencies:
  get: ^5.0.0-release-candidate

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/get.dart';
14048
likes
0
pub points
100%
popularity

Publisher

verified publishergetx.site

Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on get