littlefish_reports 4.2.11
littlefish_reports: ^4.2.11 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_reportsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
littlefish_reports: ^4.2.11Alternatively, 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/helpers/report_viewer_helper.dart';
import 'package:littlefish_reports/ui/local_pdf_viewer.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';