csv_picker_button 0.0.2-nullsafety.0 copy "csv_picker_button: ^0.0.2-nullsafety.0" to clipboard
csv_picker_button: ^0.0.2-nullsafety.0 copied to clipboard

outdated

A TextButton that will open a file picker and parse the CSV.

csv_picker_button #

A simple button to pick a csv file and parse it as String or Json

Use this package as a library #

1. Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
  csv_picker_button: latest_version

2. Install it #

You can install packages from the command line:

with Flutter:

$ flutter pub get

3. Import it #

Now in your Dart code, you can use:

import 'package:csv_picker_button/csv_picker_button.dart';

4. use it #

CsvButton(
  onJsonReceived: (Map<String, dynamic> data) => print("$data"),
  child: Text('pick a csv')
  );

Dependencies #

8
likes
0
points
44
downloads

Publisher

verified publisheridelub.com

Weekly Downloads

A TextButton that will open a file picker and parse the CSV.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

csv, file_picker, flutter, rxdart

More

Packages that depend on csv_picker_button