gabrimatic / restart_app

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
https://pub.dev/packages/restart_app
MIT License
72 stars 63 forks source link

Compatibility Issue: Plugin Incompatible with Latest App and Firebase Versions #33

Closed ZeeshanSalem closed 1 month ago

ZeeshanSalem commented 1 month ago

I'm encountering a compatibility issue with a custom plugin when integrating it with the latest app and Firebase versions. The build fails due to a mismatch between the Java and Kotlin target versions (Java 1.8 vs. Kotlin 17) and conflicts with the Firebase dependencies. The plugin needs to be updated to align with the app's configuration, including the JVM target version and Firebase library versions, to ensure it compiles and runs correctly.

Also facing conflict with firebase plugins.

gabrimatic commented 1 month ago

The new version 1.3.1 now includes the related fixes.