-
Notifications
You must be signed in to change notification settings - Fork 845
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(flutter_quill_extensions): improve image save (#2403)
* chore: migrate quill_native_bridge to 11.0.0 * feat: fix broken image save functionality in flutter_quill_extensions, replace gal and gal_linux with quill_native_bridge * docs(changelog): update to reflect the change * chore(l10n): improve success and error messages * chore: avoid using url_launcher_string.dart, improve CHANGELOG.md changes * feat: show permission denied message, addressing #2403 (comment) * test: minor changes for testing, moving the ImageSaver global instance to static instance inside ImageSaver class * chore: remove http and cross_file dependencies from flutter_quill_extensions * fix: fix Windows broken file separator, restore path package (remove custom implementation), addressing #2403 (comment) and #2403 (comment) * chore(l10n): add 'Open File' in quill_en.arb * fix: open the directory of the saved image file on desktop platforms other than Windows * chore: update the default of prefersGallerySave back to true, add test to ensure not accidentally changed * chore(example): Update minimum supported SDK version to Flutter 3.24/Dart 3.5 Due to adding Swift package manager integration to the iOS and macOS example * docs: document ImageSaver.saveImage
- Loading branch information
Showing
79 changed files
with
3,537 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,16 @@ | ||
PODS: | ||
- file_selector_macos (0.0.1): | ||
- FlutterMacOS | ||
- FlutterMacOS (1.0.0) | ||
- gal (1.0.0): | ||
- Flutter | ||
- FlutterMacOS | ||
- quill_native_bridge_macos (0.0.1): | ||
- FlutterMacOS | ||
- url_launcher_macos (0.0.1): | ||
- FlutterMacOS | ||
- video_player_avfoundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
|
||
DEPENDENCIES: | ||
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`) | ||
- FlutterMacOS (from `Flutter/ephemeral`) | ||
- gal (from `Flutter/ephemeral/.symlinks/plugins/gal/darwin`) | ||
- quill_native_bridge_macos (from `Flutter/ephemeral/.symlinks/plugins/quill_native_bridge_macos/macos`) | ||
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`) | ||
- video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`) | ||
|
||
EXTERNAL SOURCES: | ||
file_selector_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos | ||
FlutterMacOS: | ||
:path: Flutter/ephemeral | ||
gal: | ||
:path: Flutter/ephemeral/.symlinks/plugins/gal/darwin | ||
quill_native_bridge_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/quill_native_bridge_macos/macos | ||
url_launcher_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos | ||
video_player_avfoundation: | ||
:path: Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin | ||
|
||
SPEC CHECKSUMS: | ||
file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d | ||
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 | ||
gal: 61e868295d28fe67ffa297fae6dacebf56fd53e1 | ||
quill_native_bridge_macos: f90985c5269ac7ba84d933605b463d96e5f544fe | ||
url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404 | ||
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3 | ||
|
||
PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009 | ||
|
||
COCOAPODS: 1.15.2 | ||
COCOAPODS: 1.16.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.