netrin_chart 0.0.9 copy "netrin_chart: ^0.0.9" to clipboard
netrin_chart: ^0.0.9 copied to clipboard

Document is created with differ types of chart with printing feature

netrin_chart #

  A document is created with differ types of chart with printing feature.

Installation #

1.Add the latest version of package to your pubspec.yaml (and rundart pub get): ...yaml dependencies: netrin_chart: ^0.0.9

2.Import the package and use it in your Flutter App ..dart import 'package:netrin_chart/netrin_chart.dart';

Example #

...dart Widget build(BuildContext context) { return Scaffold( body: PdfPreview( initialPageFormat: PdfPageFormat.a4, allowSharing: false, maxPageWidth: 755, build: (format) => generateReport(format, (jsondata)), canDebug: false, canChangePageFormat: false), ); }

2
likes
80
pub points
0%
popularity

Publisher

unverified uploader

Document is created with differ types of chart with printing feature

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, intl, pdf, printing

More

Packages that depend on netrin_chart