File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
lib/src/platform_specific/file_manager Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.2.1] - 13/06/2021
2+ * Removal of compilation warning @yanivshaked
3+
14## [ 1.2.0] - 13/06/2021
25* Add support for invisible widget capture
36
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class PlatformFileManagerWeb implements PlatformFileManager {
99 @override
1010 Future <String > saveFile (Uint8List fileContent, String path,
1111 {String ? name}) async {
12- throw UnsupportedError ("File cannot be saved in current platform" );
12+ throw UnsupportedError ("File cannot be saved in current platform" );
1313 // name = name ?? "${DateTime.now().microsecondsSinceEpoch}.png";
1414 // File file = await File("$path/$name").create(recursive: true);
1515 // file.writeAsBytesSync(fileContent);
Original file line number Diff line number Diff line change 11name : screenshot
22description : Flutter Screenshot Package (Runtime). Capture any Widget as an image.
3- version : 1.2.0
3+ version : 1.2.1
44homepage : https://github.com/SachinGanesh/screenshot
55
66environment :
You can’t perform that action at this time.
0 commit comments