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