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

Convenient work with JSON, image, text, binary files across multiple platforms.

example/main.dart

// ignore_for_file: avoid_print

import 'package:wfile/wfile.dart';

void main() {
  final f = WFile('example/data');
  print(f.readAsText('happy.txt'));
}
3
likes
0
points
264
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

Convenient work with JSON, image, text, binary files across multiple platforms.

Repository (GitHub)
View/report issues

Topics

#files #xml #image #filesystem #crossplatform

License

unknown (license)

Dependencies

image, json_dart, path, xml

More

Packages that depend on wfile