gal 2.3.2
gal: ^2.3.2 copied to clipboard
Flutter plugin to save images/videos to photos gallery with permission handling
2.3.2 #
- Reduce package size by optimizing assets (.pubignore) #296
- Fix Windows build by adding windowsapp library linking for WinRT support #284
2.3.1 #
- Add Swift Package Manager support. #242
- Add PrivacyInfo.xcprivacy for Apple's Privacy Manifests. #242
2.3.0 #
- Add
nameparameter toputImageBytes. #205
2.2.3 #
- Fix error when saving the same file name 32 times on Android. #199
2.2.2 #
- Fix analytics issue
2.2.1 #
- UPDATE: Gradle settings to latest #196
2.2.0 #
- ADD: PlatformInterface #180
- FIX: package download size 1MB to 0.5MB #181
2.1.4 #
- FIX: package download size 6MB to 1MB #175
2.1.3 #
- FIX: Compilation error on Windows in some environments #166
2.1.2 #
- UPDATE: document comments #158
- UPDATE: metadata for pub.dev #158
2.1.1 #
- UPDATE:
putImageBytesfor Improving performance on windows #155 - FIX:
putImageBytesfor saving .tiff on windows #154
2.1.0 #
- ADD: windows support #148
2.0.0 #
- ADD: macOS support #142
- BREAKING CHANGE:
flutter: '>=3.3.0'toflutter: '>=3.7.0'#142 - BREAKING CHANGE:
GalException.errortoGalException.platformException#143 - BREAKING CHANGE: Remove
GalExceptionType.notHandle(had marked deprecated) #144
1.9.1 #
- FIX:
albumoption is not working on Android API 29 #130 - UPDATE: Permission behavior in Android API 29 with
albumoption #133
1.9.0 #
- ADD: Support for AGP 8 #118
1.8.6 #
- UPDATE: Keep file name when saving #115
- UPDATE: README.md
1.8.5 #
- UPDATE:
putImageBytesin iOS to get metadata
1.8.4 #
- FIX: file auto conversion #105
1.8.3 #
- FIX: dart format
1.8.2 #
- FIX:
put-does not run with Future #96 - FIX:
put-with album and user selects 'selected photos' in permission dialog #95 - ADD:
requestAccesswhen calledput-#97
1.8.1 #
- REMOVE: plugin_platform_interface #84
- FIX: example with toAlbum
- UPDATE: example in readme
- UPDATE: assets in example
- UPDATE:
GalExceptionerror messages
1.8.0 #
- FEAT: Gal supports album option for saving medias. iOS needs additional permission settings, see latest README or wiki.
1.7.0 #
- ADD: Support Android API 21-23.
1.6.3 #
- FIX: Crashing on permission requests for other packages.
1.6.2 #
- FIX: Returning false when permission granted by default when calling
hasAccess(),requestAccess()in Android. - UPDATE: Include maxSdkVersion as a key to write in AndroidManifest. *It is not necessary, but it is recommended.
1.6.1 #
- UPDATE: We have made a stronger typing.
Gal,GalException,MethodChannelGalhas@immutablenow. - UPDATE: update README.
1.6.0 #
- UPDATE: Significantly improved error handling for low iOS versions. As a result,
GalExceptionType.notHandleis now@Deprecatedand will be removed in the next major version.
1.5.0 #
- FEAT: Add
putImageBytes(). This allows saving image from memory.
1.4.1 #
- UPDATE: update README.
1.4.0 #
- UPDATE:
Galisfinalnow. - UPDATE: add export file.
- UPDATE: add ios
NOT_SUPPORTED_FORMATcondition.
1.3.6 #
- UPDATE: add error info on throw.
- UPDATE: clean up native codes.
- UPDATE: update README.
1.3.5 #
- UPDATE: fix example.
- UPDATE: update README.
1.3.4 #
- UPDATE: update code docs.
- UPDATE: update README.
1.3.3 #
- FIX: fix README
1.3.2 #
- FIX: remove
android:requestLegacyExternalStorage="true"
1.3.1 #
- FIX: fix README
- UPDATE: make gal constractor private
1.3.0 #
- FEAT: Add permissionhandlings. Now you can use
hasAccess(),requestAccess().
1.2.0 #
- UPDATE: remove url_launcher and android_intent_plus
1.1.2 #
- FIX: fix README
1.1.1 #
- UPDATE: add examples
1.1.0 #
- FEAT: add error handlings
1.0.7 #
- UPDATE: transfer repo
1.0.6 #
- UPDATE: update README
1.0.5 #
- FIX: refactor
1.0.4 #
- FIX: update README
1.0.3 #
- FIX: update README
1.0.2 #
- FIX: update README
1.0.1 #
- FIX: update README
1.0.0 #
- FEAT: saving image
0.0.5 #
- UPDATE: update README
0.0.4 #
- FIX: fix CHANGELOG
0.0.3 #
- UPDATE: dartdoc comments
0.0.2 #
- UPDATE: update description field of pubspec.yaml
0.0.1 #
- Initial Release