wfile 0.5.3 copy "wfile: ^0.5.3" to clipboard
wfile: ^0.5.3 copied to clipboard

Convenient work with JSON, image, text, binary files across multiple platforms. Can detect MIME types.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wfile

With Flutter:

 $ flutter pub add wfile

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

dependencies:
  wfile: ^0.5.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:wfile/wfile.dart';
1
likes
140
pub points
37%
popularity

Publisher

verified publishersyrokomskyi.com

Convenient work with JSON, image, text, binary files across multiple platforms. Can detect MIME types.

Repository (GitHub)
View/report issues
Contributing

Topics

#files #xml #image #filesystem #crossplatform

Documentation

API reference

License

MIT (LICENSE)

Dependencies

image, json_dart, mime, path, xml

More

Packages that depend on wfile