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