Skip to content

Commit 05d49a4

Browse files
authored
Merge branch 'juicycleff:master' into master
2 parents 4736fd2 + 4228ad0 commit 05d49a4

File tree

91 files changed

+695
-6405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+695
-6405
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.unitypackage binary

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: subosito/flutter-action@v2
1313
with:
14-
flutter-version: '3.3.0'
14+
flutter-version: '3.24.5'
1515
channel: 'stable'
1616

1717
- name: Clean Dependencies
@@ -21,7 +21,7 @@ jobs:
2121
run: flutter packages get
2222

2323
- name: Format
24-
run: flutter format --set-exit-if-changed lib test
24+
run: dart format --set-exit-if-changed lib test
2525

2626
- name: Analyze
2727
run: flutter analyze lib test

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
## Pending (master branch only)
1+
## 2022.3.0 (master branch only)
2+
* [Web] Switch to `package:web` to support WebAssembly (WASM).
3+
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
4+
* Fix lint warnings to improve static analysis.
5+
* Small ReadMe fixes.
6+
7+
**Note:**
8+
> This release is unrelated to an old version `2022.3.0-alpha1`, which was based on the `feat/global_unity_controller` git branch.
9+
10+
## 2022.2.2 (master branch only)
211
* [Android] Fix touch detection when using Unity's New Input System. [#938](https://github.com/juicycleff/flutter-unity-view-widget/pull/938)
312
* [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908)
413
* [Android] Add namespace for Android gradle plugin (AGP) 8 compatibility.
514
* [Android] Fix kotlin compilation error with Flutter 3.24 and newer. [#973](https://github.com/juicycleff/flutter-unity-view-widget/issues/973)
15+
* [Android] Update documentation for new `.gradle.kts` files.
16+
* [Android] Update some ancient build.gradle values to match Unity 2022.3. Like CompileSdk to 34 and Java to 11.
17+
* [iOS] Add an empty privacy manifest.
18+
* [Web] Don't crash on unknown event data from Unity.
19+
* Disable windows support in `pubspec.yaml` to avoid confusion. Windows support was never completed.
620

721
## 2022.2.1
822

0 commit comments

Comments
 (0)