littlefish_reports 0.0.2+2 copy "littlefish_reports: ^0.0.2+2" to clipboard
littlefish_reports: ^0.0.2+2 copied to clipboard

unlisted

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 Dart:

 $ dart pub add littlefish_reports

With Flutter:

 $ flutter pub add littlefish_reports

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  littlefish_reports: ^0.0.2+2

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
465
downloads

Publisher

verified publisherlittlefishapp.com

Weekly Downloads

The implementation of the littlefish reports engine, as a standard libary for all base report rendering and capabilities.

Homepage

License

unknown (license)

Dependencies

flutter, littlefish_core, path_provider, pdf, permission_handler, webview_flutter

More

Packages that depend on littlefish_reports