From 82ab643a20054e824d9c793b170ac0b21bda67fb Mon Sep 17 00:00:00 2001 From: yuoohama Date: Thu, 6 Jul 2023 01:05:54 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc865ab..b1404b73 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Add the following key to your _AndroidManifest_ file, located in ### Save from local ```dart -//Save Image +//Save Image (Supports two ways) await Gal.putImage('$filePath'); await Gal.putImageBytes('$uint8List');