Open reidbaker opened 3 months ago
Hi @reidbaker thank you for reaching out.
We will investigate and work on any updates needed in this SDK.
https://github.com/flutter/engine/pull/52022 has been merged. Users targeting Flutter master and beta/stable releases after (but not including) 3.27 will fail to compile if the plugin has references any v1 embedding classes.
To aid in identifying these classes here is a search query you can run in github on your repo.
("io.flutter.view.FlutterMain" OR "io.flutter.view.FlutterNativeView" OR "io.flutter.view.FlutterView" OR "io.flutter.embedding.engine.plugins.shim" OR "io.flutter.app" OR "PluginRegistry.Registrar")
Your license precludes us from contributing a PR to remove v1 embedding references. If you want this package to continue working past the current stable release, please remove those references yourself. Alternatively, if you would like to update your license to an unmodified MIT License, we would be able to submit a PR.
What happened?
N/A
Steps to reproduce?
What did you expect to happen?
N/A
OneSignal Flutter SDK version
5.2.2
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct