sflashy_ui 0.0.3+5 sflashy_ui: ^0.0.3+5 copied to clipboard
This is a suite of Flutter Widgets for specific sflashy effects
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sflashy_ui
With Flutter:
$ flutter pub add sflashy_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
sflashy_ui: ^0.0.3+5
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:sflashy_ui/sflashy_ui.dart';