danisoft_utils 1.2.8 danisoft_utils: ^1.2.8 copied to clipboard
This package helps to manage the transitions between screens in an elegant and simple way, it also helps the creation of jwt.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add danisoft_utils
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
danisoft_utils: ^1.2.8
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:danisoft_utils/danisoft_utils.dart';