json2csv_dart 1.0.1 copy "json2csv_dart: ^1.0.1" to clipboard
json2csv_dart: ^1.0.1 copied to clipboard

A library that help you convert list of json to a csv formatted string.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json2csv_dart

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

dependencies:
  json2csv_dart: ^1.0.1

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:json2csv_dart/json2csv_dart.dart';
1
likes
160
points
33
downloads

Publisher

verified publishermalkiamed.dev

Weekly Downloads

A library that help you convert list of json to a csv formatted string.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

csv, flutter

More

Packages that depend on json2csv_dart