Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync 2022.2.1 from pub.dev #928

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 2022.2.0
## 2022.2.1

* Minor improvements

* ## 2022.2.0

* Enable AndroidView due to native view improvement in flutter 3.3.0

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: flutter_unity_widget
description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.
version: 2022.2.0
version: 2022.2.1
#authors:
# - Rex Raphael <rex.raphael@outlook.com>
# - Thomas Stockx <thomas@stockxit.com>
# - Kris Pypen <kris.pypen@gmail.com>
homepage: https://github.com/juicycleff/flutter-unity-view-widget/tree/master

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=3.3.0"

dependencies:
Expand Down
Loading