nonsense_foil 0.9.0
nonsense_foil: ^0.9.0 copied to clipboard
Wrap a widget with Foil, providing a rainbow shimmer that twinkles as the cursor moves as well as tons of neat gradient features.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nonsense_foilWith Flutter:
$ flutter pub add nonsense_foilThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nonsense_foil: ^0.9.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nonsense_foil/nonsense_foil.dart';