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

outdated

Different Types of Graph Chart to plot a data.

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): dependencies:

netrin_chart: ^0.0.3

2.Import the package and use it in your Flutter App

import 'package:netrin_chart/netrin_chart.dart';  

Example #

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
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Different Types of Graph Chart to plot a data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl, pdf, printing

More

Packages that depend on netrin_chart