gradient_borders 0.2.0 gradient_borders: ^0.2.0 copied to clipboard
Gradient borders for inputs and containers. Borders package integrated with a basic flutter widgets as a container and input decorations. Easy in use, platform independent.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gradient_borders
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gradient_borders: ^0.2.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:gradient_borders/gradient_borders.dart';