heif_converter 1.0.6 copy "heif_converter: ^1.0.6" to clipboard
heif_converter: ^1.0.6 copied to clipboard

Flutter plugin to convert HEIC/HEIF file to PNG/JPEG image.

1.0.6 #

  • Fix Module 'heif_converter' not found error on iOS by correcting s.source_files path in podspec.

1.0.5 #

  • Fix Flutter SPM compatibility by using kebab-case product name in Package.swift.

1.0.4 #

  • Move Package.swift and Sources/ into ios/heif_converter/ to support Flutter SPM tooling.

1.0.3 #

  • Add Swift Package Manager (SPM) support for iOS alongside the existing CocoaPods integration
  • Bump minimum iOS deployment target to 12.0

1.0.2 #

  • Fix crash on iOS caused by incorrect output path format string (%d.%s%d.%@)
  • Fix iOS always returning nil by using UIImage(contentsOfFile:) instead of UIImage(named:)
  • Fix iOS force cast crash — use guard let with safe cast instead of as!
  • Fix iOS silent nil return on conversion failure — now returns FlutterError with conversionFailed code
  • Fix iOS output path failing when parent directories do not exist
  • Fix Android FileOutputStream resource leak using try-with-resources
  • Fix Android NullPointerException when BitmapFactory.decodeFile returns null
  • Fix Android output path failing when parent directories do not exist
  • Fix Android Bitmap memory leak — call recycle() after compression
  • Update Android compileSdkVersion to 34
  • Update Android Gradle plugin to 8.2.2 and Gradle wrapper to 8.4 for Java 21 compatibility
  • Update Android version in build.gradle to match pubspec
  • Migrate example Android build scripts to declarative Flutter Gradle plugin
  • Update example app to use bundled sample HEIC/HEIF files instead of downloading
  • Update Flutter SDK constraint to >=3.0.0
  • Fix podspec description placeholder text
  • Bump flutter_lints to 5.0.0

1.0.1 #

  • Add android namespace

1.0.0 #

  • Initial release.
21
likes
150
points
57.7k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to convert HEIC/HEIF file to PNG/JPEG image.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on heif_converter

Packages that implement heif_converter