Skip to content

Commit d3c1fbc

Browse files
committed
Update package version.
1 parent 36c9b65 commit d3c1fbc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ is not compatible with other versions, it just mean it's been tested to work wit
3434

3535
## Installation
3636

37-
This plugin requires Flutter >= 3.3.0
37+
This plugin requires Flutter >= 3.16.0.
3838

3939
First depend on the library by adding this to your packages `pubspec.yaml`:
4040
```yaml

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_unity_widget
22
description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.
3-
version: 2022.2.2
3+
version: 2022.3.0
44
#authors:
55
# - Rex Raphael <[email protected]>
66
# - Thomas Stockx <[email protected]>

0 commit comments

Comments
 (0)