border_beam_flutter 1.0.1
border_beam_flutter: ^1.0.1 copied to clipboard
Animated border beam effect for Flutter. A lightweight widget that adds a traveling or breathing glow animation around any element — cards, buttons, inputs, or search bars. A port of Jakub Antalik's b [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add border_beam_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
border_beam_flutter: ^1.0.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:border_beam_flutter/border_beam_flutter.dart';