animated_floating_widget 0.0.3
animated_floating_widget: ^0.0.3 copied to clipboard
Floating animated widget that help user to show his widget as float with animation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_floating_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animated_floating_widget: ^0.0.3Alternatively, 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:animated_floating_widget/enums/directions.dart';
import 'package:animated_floating_widget/floating_widget.dart';
import 'package:animated_floating_widget/widgets/floating_widget.dart';