file_write_as_bytes_compat 0.0.1 copy "file_write_as_bytes_compat: ^0.0.1" to clipboard
file_write_as_bytes_compat: ^0.0.1 copied to clipboard

Workaround for File.writeAsBytes not working bug. see) https://github.com/dart-lang/sdk/issues/36087

Github Actions

Features #

File.writeAsBytesが正常に書き込まれない不具合のWorkaround.

https://github.com/dart-lang/sdk/issues/36087

Usage #

final file = File('path/to/file');
file.writeAsBytes(bytes);       // Not Working Bug!!
file.writeAsBytesCompat(bytes); // Workaround.
0
likes
120
pub points
24%
popularity

Publisher

verified publisherviviware.com

Workaround for File.writeAsBytes not working bug. see) https://github.com/dart-lang/sdk/issues/36087

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on file_write_as_bytes_compat