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

A package for convenient work with files and their contents across multiple platforms.

example/wfile_example.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

A package for convenient work with files and their contents across multiple platforms.

Repository (GitHub)
View/report issues

Topics

#files #xml #loader #filesystem #crossplatform

License

unknown (license)

Dependencies

image, path, test, xml

More

Packages that depend on wfile