fpad 1.0.0 copy "fpad: ^1.0.0" to clipboard
fpad: ^1.0.0 copied to clipboard

A lightweight offline-safe structured file format (.fpad) with encoding, decoding, schema validation, and file IO utilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fpad

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

dependencies:
  fpad: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:fpad/fpad.dart';
0
likes
0
points
28
downloads

Publisher

verified publisherhax.co.in

Weekly Downloads

A lightweight offline-safe structured file format (.fpad) with encoding, decoding, schema validation, and file IO utilities.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on fpad