blinking_border 1.2.1
blinking_border: ^1.2.1 copied to clipboard
A lightweight, highly configurable Flutter widget that animates a border around any child widget with multiple styles and smooth animations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add blinking_borderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
blinking_border: ^1.2.1Alternatively, 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:blinking_border/blinking_border.dart';