littlefish_reports 0.0.1 littlefish_reports: ^0.0.1 copied to clipboard
The implementation of the littlefish reports engine, as a standard libary for all base report rendering and capabilities.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add littlefish_reports
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
littlefish_reports: ^0.0.1
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:littlefish_reports/report_manager.dart';
import 'package:littlefish_reports/services/littlefish_report_client.dart';
import 'package:littlefish_reports/ui/report_center_widget.dart';
import 'package:littlefish_reports/ui/report_dashboard_widget.dart';
import 'package:littlefish_reports/ui/report_viewer_widget.dart';