Skip to content

Commit

Permalink
docs(android): minor change to doc comment related to Android API 28 …
Browse files Browse the repository at this point in the history
…in saveImageToGallery() for GalleryImageSaveOptions.name
  • Loading branch information
EchoEllet committed Dec 3, 2024
1 parent 9759c3c commit 66ae598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quill_native_bridge/lib/quill_native_bridge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class QuillNativeBridge {
///
/// The [GalleryImageSaveOptions.name] is the image's name without the extension (e.g., `image`).
/// It doesn't need to be unique, as it's handled by the gallery/system.
/// On Android 9 (API 28) and earlier, this is handled by the plugin.
///
/// The [GalleryImageSaveOptions.fileExtension] is the image's file extension (e.g., `png`).
/// This is silently ignored on macOS and iOS.
Expand Down

0 comments on commit 66ae598

Please sign in to comment.