ncd 0.3.0 copy "ncd: ^0.3.0" to clipboard
ncd: ^0.3.0 copied to clipboard

- fixed_length - delimiter_based - length_field_based - line_based

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ncd

With Flutter:

 $ flutter pub add ncd

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

dependencies:
  ncd: ^0.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ncd/ncd.dart';
2
likes
130
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

- fixed_length - delimiter_based - length_field_based - line_based

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

More

Packages that depend on ncd