wfile 0.4.3 copy "wfile: ^0.4.3" to clipboard
wfile: ^0.4.3 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
276
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, test, xml

More

Packages that depend on wfile