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
copied to clipboard

With Flutter:

 $ flutter pub add wfile
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
3
likes
150
points
181
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

2024.07.16 - 2025.01.28

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

Repository (GitHub)
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