to_csv 1.0.0 to_csv: ^1.0.0 copied to clipboard
This flutter package will help you to create a csv/excel file for your data in flutter framework application.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add to_csv
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
to_csv: ^1.0.0
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:to_csv/to_csv.dart';