fl_border_gradient 1.1.0
fl_border_gradient: ^1.1.0 copied to clipboard
Flutter gradient borders: linear, sweep, radial, diagonal, spin, glow, dash, per-side frames, and theme defaults.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fl_border_gradientThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fl_border_gradient: ^1.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:fl_border_gradient/fl_border_gradient.dart';