supernova_flutter_ui_toolkit 0.0.2 supernova_flutter_ui_toolkit: ^0.0.2 copied to clipboard
Set of extensions for Flutter SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add supernova_flutter_ui_toolkit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
supernova_flutter_ui_toolkit: ^0.0.2
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:supernova_flutter_ui_toolkit/keyframes.dart';
import 'package:supernova_flutter_ui_toolkit/transitions.dart';