-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #685 from juicycleff/feat/upgrade_flutter_3_3
feat: bumped to flutter 3.3.0
- Loading branch information
Showing
14 changed files
with
34 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
m_EditorVersion: 2022.1.7f1 | ||
m_EditorVersionWithRevision: 2022.1.7f1 (240f4c1f462c) | ||
m_EditorVersion: 2022.1.13f1 | ||
m_EditorVersionWithRevision: 2022.1.13f1 (22856944e6d2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
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.1.7+1 | ||
version: 2022.2.0 | ||
#authors: | ||
# - Rex Raphael <[email protected]> | ||
# - Thomas Stockx <[email protected]> | ||
|
@@ -9,7 +9,7 @@ homepage: https://github.com/juicycleff/flutter-unity-view-widget/tree/master | |
|
||
environment: | ||
sdk: ">=2.16.0 <3.0.0" | ||
flutter: ">=3.0.0" | ||
flutter: ">=3.3.0" | ||
|
||
dependencies: | ||
flutter: | ||
|
@@ -19,9 +19,8 @@ dependencies: | |
flutter_plugin_android_lifecycle: ^2.0.7 | ||
stream_transform: ^2.0.0 | ||
plugin_platform_interface: ^2.1.2 | ||
webview_flutter: ^2.8.0 | ||
webviewx: ^0.2.1 | ||
ffi: ^1.2.1 | ||
# ffi: ^1.2.1 // required for windows support | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters