glint 0.0.3
glint: ^0.0.3 copied to clipboard
A glint/shimmer reusable widget that can help you display bring simple yet loading animation while keeping it's usage extremely simple.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add glintThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
glint: ^0.0.3Alternatively, 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:glint/glint.dart';