wfile 0.5.4 copy "wfile: ^0.5.4" to clipboard
wfile: ^0.5.4 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.4

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';
3
likes
150
points
126
downloads

Documentation

API reference

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

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

License

MIT (license)

Dependencies

image, json_dart, mime, path, xml

More

Packages that depend on wfile