get 2.0.4-dev copy "get: ^2.0.4-dev" to clipboard
get: ^2.0.4-dev copied to clipboard

outdated

Navigate between screens, display snackbars, dialogs and bottomSheets, from anywhere in your code without context with Get.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get

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

dependencies:
  get: ^2.0.4-dev

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

Publisher

verified publishergetx.site

Navigate between screens, display snackbars, dialogs and bottomSheets, from anywhere in your code without context with Get.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on get