fixedwidth 0.6.3 copy "fixedwidth: ^0.6.3" to clipboard
fixedwidth: ^0.6.3 copied to clipboard

A library for working with fixed width files in dart. Easily turn data to and convert from properly formatted fixed width strings with readable layout definitions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fixedwidth

With Flutter:

 $ flutter pub add fixedwidth

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

dependencies:
  fixedwidth: ^0.6.3

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:fixedwidth/fixedwidth.dart';
0
likes
160
points
390
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A library for working with fixed width files in dart. Easily turn data to and convert from properly formatted fixed width strings with readable layout definitions.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

analyzer, build, intl, source_gen

More

Packages that depend on fixedwidth