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
83 stars 12 forks source link

Migrate to new gradle settings #196

Closed natsuk4ze closed 5 months ago

natsuk4ze commented 5 months ago

Fixed warnings that occur during build

You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

See: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

🗒️ Note The update of the gradle version in the example folder has been put on hold due to flutter/flutter#139427.