Releases: learntoflutter/flutter_embed_unity
Releases · learntoflutter/flutter_embed_unity
v1.2.3
-
Lowered Dart SDK constraint to 2.18+ for compatibility with Flutter 3.7
-
Updated README to note issue #21: AR not supported when using Flutter 3.22 on Android API 32 or less (thanks @timbotimbo)
Full Changelog: v1.2.0...v1.2.3
v1.2.0
What's Changed
- Modify the Xcode project linker flags and Data folder on ios export. by @timbotimbo in #22
- Fix exporter compilation error when Unity is not 2022.3. by @timbotimbo in #23
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0-beta1
What's Changed
- Fix numberOfTaps in the example by @timbotimbo in #16
- Fix new input system touches on android. by @timbotimbo in #17
Full Changelog: v1.0.4...v1.1.0-beta1
v1.0.4
v1.0.3
v1.0.1
v1.0.0
First stable release
0.0.7-beta
Fix #5 Android sometimes freezes on hot reload or widget rebuild bug
0.0.5-beta
Update flutter_embed_unity_2022_3_android dependency to fix issue #3: plugin not working when R8 / minification enabled on Android