Releases: natsuk4ze/gal
Releases · natsuk4ze/gal
Gal 🖼 1.6.3
🔥What's new
- FIX: Problem with permission requests not working with other plugins
👏Contributors
Gal 🖼 1.6.0
🔥What's new
- UPDATE: Significantly improved error handling for low iOS versions. This should result in error handling similar to the latest iOS in most cases. Therefore,
GalExceptionType.notHandle
is now@Deprecated
and will be removed in the next major version.
Gal 🖼 1.5.0
🔥What's new
- FEAT: Add
putImageBytes()
. This allows saving image from memory.
No need to prepare temporary files,
It is fast because images can be saved directly from memory.
This feature is requested from @kamranbekirovyz , thank you👏.
Gal 🖼️ 1.4.0
🔥What's new
- UPDATE:
Gal
isfinal
now. - UPDATE: Add export file.
import 'package:gal/gal.dart';
to useGalException
.