Skip to content

Releases: learntoflutter/flutter_embed_unity

v1.2.3

02 Aug 11:03
Compare
Choose a tag to compare
  • 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

04 Jul 16:41
Compare
Choose a tag to compare

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

16 May 12:15
Compare
Choose a tag to compare
Update app facing package to 1.1.1 to deploy updated README to pub.dev

v1.1.0-beta1

13 Mar 18:37
Compare
Choose a tag to compare
v1.1.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.4...v1.1.0-beta1

v1.0.4

04 Mar 15:03
Compare
Choose a tag to compare

Updated README to note that all Unity versions between 2022.3.10 and 2022.3.18 are not supported with Android 8 or earlier due to #15

v1.0.3

03 Mar 14:13
Compare
Choose a tag to compare

Updated README for #14

v1.0.1

22 Nov 14:13
Compare
Choose a tag to compare

Update Android and iOS platform dependencies to:

  • Fix iOS issue #10
  • Minor change to Android debug logs
  • Updated README with info about #9 (2022.3.9 not compatible with Xcode 15)
  • Upgrade example Unity project version to 2022.3.13 to fix #9

v1.0.0

31 Oct 12:29
f81466a
Compare
Choose a tag to compare

First stable release

0.0.7-beta

28 Sep 11:01
Compare
Choose a tag to compare
0.0.7-beta Pre-release
Pre-release

Fix #5 Android sometimes freezes on hot reload or widget rebuild bug

0.0.5-beta

27 Sep 13:44
Compare
Choose a tag to compare
0.0.5-beta Pre-release
Pre-release

Update flutter_embed_unity_2022_3_android dependency to fix issue #3: plugin not working when R8 / minification enabled on Android