glint 0.0.4
glint: ^0.0.4 copied to clipboard
A glint/shimmer reusable widget that can help you display bring simple yet nice-looking 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 glint
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
glint: ^0.0.4
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:glint/glint.dart';