adaptive_stat_card 0.2.0
adaptive_stat_card: ^0.2.0 copied to clipboard
An overflow-safe Flutter stat card widget for dashboards, with adaptive text fitting, accessibility text-scale support and zero runtime dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add adaptive_stat_cardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
adaptive_stat_card: ^0.2.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:adaptive_stat_card/adaptive_stat_card.dart';