statflow_dashboard_admin 1.0.0
statflow_dashboard_admin: ^1.0.0 copied to clipboard
Admin analytics dashboard starter kit built on the shared Statflow framework.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add statflow_dashboard_adminThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
statflow_dashboard_admin: ^1.0.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:statflow_dashboard_admin/statflow_dashboard_admin.dart';