juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.13k stars 518 forks source link

Android project with unity configured for the latest flutter version (3.22.2) #968

Open swayamshreemohanty opened 3 months ago

swayamshreemohanty commented 3 months ago

Description

This pull request updates the Android project configuration to integrate Unity for compatibility with the latest Flutter version (3.22.2). It includes necessary adjustments and dependencies to ensure seamless interaction between Flutter and Unity components on Android.

Key updates include:

Type of Change

timbotimbo commented 3 months ago

Just some notes:

Splitting both the Unity & Flutter upgrades into separate commits would also make viewing the changes easier.