flashing_widget 1.0.0 copy "flashing_widget: ^1.0.0" to clipboard
flashing_widget: ^1.0.0 copied to clipboard

A customizable Flutter widget that creates a flashing animation effect before executing a callback function.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flashing_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flashing_widget: ^1.0.0

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:flashing_widget/flashing_widget.dart';
4
likes
160
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget that creates a flashing animation effect before executing a callback function.

Repository (GitHub)
View/report issues

Topics

#flutter #flutter-widget #animation #dart #flutter-package

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flashing_widget