ncd 0.3.0 
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 ncdWith Flutter:
 $ flutter pub add ncdThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
  ncd: ^0.3.0Alternatively, 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';