animated_floating_widget 0.0.2
animated_floating_widget: ^0.0.2 copied to clipboard
Floating animated widget that help user to show his widget as float with animation.
Floating Widget #
Intro #
A customizable animated floating widget for flutter.
Getting started #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
...
floating_widget: <latest_version>
In your library add the following import:
import 'package:floating_widget/floating_widget.dart';
Demo #
[DEMO1] [DEMO2]
License #
Released under MIT by @bakrabdulrahmanhawarieng.
Contribution #
- Fork it (https://github.com/bakrabdulrahmanhawarieng/floating_widget/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request# floating_widget