magic_widget 0.1.0
magic_widget: ^0.1.0 copied to clipboard
An over-engineered magical reveal for any widget: a glowing sweep or lens flare with twinkling rainbow sparkles, powered by a single fragment shader. Works on iOS, Android and Web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add magic_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
magic_widget: ^0.1.0Alternatively, 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:magic_widget/magic_widget.dart';