Skip to content

Commit

Permalink
change default quality to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
knottx committed Apr 13, 2024
1 parent f8393c6 commit 0a71884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/image_gallery_saver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ImageGallerySaver {
/// return Map type
/// for example:{"isSuccess":true, "filePath":String?}
static FutureOr<dynamic> saveImage(Uint8List imageBytes,
{int quality = 80,
{int quality = 100,
String? name,
bool isReturnImagePathOfIOS = false}) async {
final result =
Expand Down

0 comments on commit 0a71884

Please sign in to comment.