statflow_dashboard_saas 1.0.1
statflow_dashboard_saas: ^1.0.1 copied to clipboard
SaaS 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_saasThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
statflow_dashboard_saas: ^1.0.1Alternatively, 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_saas/statflow_dashboard_saas.dart';