file_write_as_bytes_compat 0.0.1
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
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add file_write_as_bytes_compatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
file_write_as_bytes_compat: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:file_write_as_bytes_compat/file_write_as_bytes_compat.dart';