natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
94 stars 14 forks source link

Add AGP 8 support #118

Closed Zazo032 closed 1 year ago

Zazo032 commented 1 year ago

Overview

Adds support for building an app with this plugin with the latest Flutter version and targeting Android 14.

Related Issues

natsuk4ze commented 1 year ago

I gonna ship this changes in minor update 🚀

natsuk4ze commented 1 year ago

NOTE: In AGP 8, default value of buildConfig is changed to false. But this plugin is not using BuildConfig class and plugin user can override in there project as thy needed. https://blog.covelline.com/entry/2023/04/18/153732