wfile 0.1.0 copy "wfile: ^0.1.0" to clipboard
wfile: ^0.1.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'));
}
1
likes
0
pub points
30%
popularity

Publisher

verified publishersyrokomskyi.com

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

Repository (GitHub)
View/report issues

Topics

#files #content #loader #filesystem #crossplatform

License

unknown (LICENSE)

Dependencies

image, path, test

More

Packages that depend on wfile