Skip to content

Commit 4ec125b

Browse files
committed
Update some pub.dev metadata.
1 parent 37b5ad8 commit 4ec125b

File tree

2 files changed

+8
-259
lines changed

2 files changed

+8
-259
lines changed

CHANGELOG.md

Lines changed: 3 additions & 256 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2022.2.2 (master branch only)
1+
## 2022.2.2
22
* [Android] Fix touch detection when using Unity's New Input System. [#938](https://github.com/juicycleff/flutter-unity-view-widget/pull/938)
33
* [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908)
44
* [Android] Add namespace for Android gradle plugin (AGP) 8 compatibility.
@@ -9,259 +9,6 @@
99
* [Web] Don't crash on unknown event data from Unity.
1010
* Disable windows support in `pubspec.yaml` to avoid confusion. Windows support was never completed.
1111

12-
## 2022.2.1
12+
## 2022.2.1 and earlier
1313

14-
* [iOS] Fix Unity not receiving Lifecycle events on iOS. [#704](https://github.com/juicycleff/flutter-unity-view-widget/pull/704)
15-
* [Android] Remove the white background color to allow Unity transparency like on iOS. [#719](https://github.com/juicycleff/flutter-unity-view-widget/pull/719)
16-
* [Web] Replace webview package to update `webview_flutter` dependency from 2.x to 4.x. [#761](https://github.com/juicycleff/flutter-unity-view-widget/pull/761)
17-
* [Web] Add support for web base not being on the root [#865](https://github.com/juicycleff/flutter-unity-view-widget/pull/865)
18-
19-
## 2022.2.0
20-
21-
* Enable AndroidView due to native view improvement in flutter 3.3.0
22-
23-
## 2022.1.7+1
24-
25-
* **BREAKING-CHANGE**:
26-
* `webUrl` is now removed!
27-
* You don't need to pass webUrl anymore! This plugin is automatically reading it from your `Uri` -> this means that everything is prepared for your Debug and Release Apps!
28-
* Update dependencies
29-
* Override `webview_flutter` to `^2.8.0` (compatible)
30-
31-
## 2022.1.7
32-
33-
* Fix latest Android Build and Run Performance (see [#643](https://github.com/juicycleff/flutter-unity-view-widget/issues/643) -> Thank to: [@timbotimbo](https://github.com/timbotimbo))
34-
* Add iOS Debug and Release Builds
35-
* Add Android Debug and Release Builds
36-
* Fix iOS XCode Settings for Unity < 2020
37-
* Update actual compatibility to Unity 2022.1.7f1
38-
39-
## 2022.1.1+4
40-
41-
* 🌎 Web is now stable 🚀:
42-
* Refactored WebView
43-
* Refactored webUrl -> we are handling now everything for you!
44-
* use now: `webUrl: http://localhost:${Uri.base.port}` (for Debug only)
45-
* for production remember to leave out the last `/` at the end of your url!
46-
* Refactored Interfaces
47-
* Use PointerInterceptor if you need stacked widgets (see `/examples` and Readme)
48-
* Performance Improvements (Communication between HTMLElementView and Flutter)
49-
* 🛠️ Fix Android Crash if you use ARFoundation (ARCore)
50-
* 🛠️ Add updated UnityPackage: `few-2022.1.1-v2.unitypackage` -> use this for latest web and android fixes
51-
52-
## 2022.1.1+3
53-
54-
* Fixed array index range crash on ios
55-
56-
## 2022.1.1+2
57-
58-
* Fixed android screen offset
59-
60-
## 2022.1.1+1
61-
62-
* Fixed issue with unity crashing on ios when screen is pushed into stack
63-
64-
## 2022.1.1
65-
66-
* Fixed issues [#35](https://github.com/juicycleff/flutter-unity-view-widget/pull/595) by [@jamesncl](https://github.com/juicycleff/flutter-unity-view-widget/issues?q=is%3Apr+author%3Ajamesncl)
67-
* Force expensive surface as default for android
68-
69-
## 2022.1.0+6
70-
71-
* Pre Flutter 3.0.0 release
72-
73-
## 2022.1.0+5
74-
75-
* Migrated to Flutter 3.0.0
76-
* Issues with Android with AndroidView now exists
77-
78-
## 2022.1.0+4
79-
80-
* Fixed unity screen turning white on scene load (Android)
81-
82-
## 2022.1.0+2
83-
84-
* Fixed analysis errors
85-
86-
## 2022.1.0+1
87-
88-
* Full support for web
89-
* Fixed android view refocus issue when detached or diposed
90-
91-
## 2022.1.0
92-
93-
* Fixed android freezing with AndroidView
94-
* Fixed FUW export scripts
95-
96-
CHANGELOG.md
97-
98-
## 4.2.5+1
99-
100-
* Removed MultiWindowSupport due to issus on Windows machine export not containing the class
101-
102-
## 4.2.5
103-
104-
* Fixed ios crashing on screen change and on hot reload
105-
106-
## 4.2.4
107-
108-
* Fixed issue with android freezing when screen loses focus
109-
110-
## 4.2.3
111-
112-
* Fixed iOS Run/Build errors: [471](https://github.com/juicycleff/flutter-unity-view-widget/issues/471)
113-
114-
## 4.2.2
115-
116-
* Added support for border radius
117-
* Exposed UI Level for iOS for rendering some UI components ontop of Android
118-
119-
## 4.2.1
120-
121-
* Improved nullsafety
122-
123-
## 4.2.0
124-
125-
* Null safe merged to master
126-
127-
## 4.1.0-null-safe
128-
129-
* Fixed bitcode enabled issue on iOS. [369](https://github.com/juicycleff/flutter-unity-view-widget/issues/369)
130-
131-
## 4.1.0
132-
133-
* Fixed bitcode enabled issue on iOS. [369](https://github.com/juicycleff/flutter-unity-view-widget/issues/369)
134-
135-
## 4.0.2
136-
137-
* Fixing project not compiling though to not overriding class member properly. [@xcxooxl](https://github.com/xcxooxl)
138-
* Removed register-unregister mismatch and removed duplicate calls. [@jakeobrien](https://github.com/jakeobrien)
139-
* Fix for unityDidUnload callback not firing. [@jakeobrien](https://github.com/jakeobrien)
140-
* Docs improvement. [@shinriyo](https://github.com/shinriyo)
141-
142-
## 4.0.1+1
143-
144-
* Fix issue with gestureRecogniser being null
145-
146-
## 4.0.1
147-
148-
* Allow optional use of AndroidView over PlatformViewLink on android
149-
150-
## 4.0.0
151-
152-
* Stable release for v4
153-
154-
## 4.0.0-alpha.4
155-
156-
* Fixed ios method channel ID bug
157-
158-
## 4.0.0-alpha.3
159-
160-
* Small improvements
161-
162-
## 4.0.0-alpha.2
163-
164-
* Fixed communication issues on Android
165-
* Fixed plugin not found on Android
166-
167-
## 4.0.0-alpha.1
168-
169-
* Fixed unload crash on iOS (Requires Unity 2019.4.3 or later)
170-
* Migrated from Objective-c to Swift for iOS
171-
* Migrated from Java to Kotlin on Android
172-
* Fixed issues with channel ID
173-
* Small bug fixes
174-
* Improved iOS performance
175-
* Removed boilerplate code from Android native code
176-
177-
## 3.0.2
178-
179-
* Fixed leaked stream bug
180-
181-
## 3.0.1
182-
183-
* Fixed minor bugs
184-
185-
## 3.0.0
186-
187-
* Lots of breaking changes
188-
* Deprecated APIs
189-
* Fixed [Issue 231](https://github.com/juicycleff/flutter-unity-view-widget/issues/231)
190-
* Fixed [Issue 230](https://github.com/juicycleff/flutter-unity-view-widget/issues/230)
191-
192-
193-
## 2.0.0+2
194-
195-
* fixed some bugs
196-
197-
## 2.0.0+1
198-
199-
* delete duplicated UnityPlayerActivity
200-
201-
## 2.0.0
202-
203-
* Added support for unity scene loaded events [@juicycleff](https://github.com/juicycleff)
204-
* Exposed core unity player api such as quit and unload [@juicycleff](https://github.com/juicycleff)
205-
* Complete rewrite of package to fix bugs [@juicycleff](https://github.com/juicycleff)
206-
* Improved build scripts [@juicycleff](https://github.com/juicycleff)
207-
* Support for large teams with flutter unity cli [@juicycleff](https://github.com/juicycleff)
208-
* Plug and play support for Android [@juicycleff](https://github.com/juicycleff)
209-
210-
## 0.1.6+8
211-
212-
* Breaking change for unityframework iOS
213-
214-
## 0.1.6+7
215-
216-
* Breaking change for unityframework iOS
217-
218-
## 0.1.6+6
219-
220-
* Breaking change for unityframework iOS
221-
222-
## 0.1.6+5
223-
224-
* Reworked onUnityMessage for iOS [@krispypen](https://github.com/krispypen)
225-
226-
## 0.1.6+4
227-
228-
* Improved description
229-
230-
## 0.1.6+3
231-
232-
* Better communication between flutter and unity [@thomas-stockx](https://github.com/thomas-stockx) (Android) & [@krispypen](https://github.com/krispypen) (iOS)
233-
* Fixed issues [#35](https://github.com/snowballdigital/flutter-unity-view-widget/issues/35) by [@thomas-stockx](https://github.com/thomas-stockx)
234-
* Fixed issues [#36](https://github.com/snowballdigital/flutter-unity-view-widget/issues/36) by [@thomas-stockx](https://github.com/thomas-stockx)
235-
* Fixed issues [#33](https://github.com/snowballdigital/flutter-unity-view-widget/issues/33) by [@thomas-stockx](https://github.com/thomas-stockx)
236-
* Fixed issues [#41](https://github.com/snowballdigital/flutter-unity-view-widget/issues/41) by [@thomas-stockx](https://github.com/thomas-stockx)
237-
238-
* Fixed issues [#38](https://github.com/snowballdigital/flutter-unity-view-widget/issues/38) by [@krispypen](https://github.com/krispypen)
239-
* Fixed issues [#56](https://github.com/snowballdigital/flutter-unity-view-widget/issues/38) by [@krispypen](https://github.com/krispypen)
240-
241-
## 0.1.6+2
242-
243-
* Fixed issues with `onUnityMessage` [@thomas-stockx](https://github.com/thomas-stockx)
244-
245-
## 0.1.6+1
246-
247-
* Adding Metal renderer support (on iOS) [@krispypen](https://github.com/krispypen)
248-
249-
## 0.1.6
250-
251-
* iOS support for the Unity 2019.3 new export format Unity as a Library [@krispypen](https://github.com/krispypen)
252-
253-
## 0.1.5
254-
255-
* Android support for the Unity 2019.3 new export format Unity as a Library [@thomas-stockx](https://github.com/thomas-stockx)
256-
257-
## 0.1.4
258-
259-
* Support for AR on Android thanks to [@thomas-stockx](https://github.com/thomas-stockx)
260-
261-
## 0.1.3+4
262-
263-
* Change input source of Flutter touch events so they work in Unity [@thomas-stockx](https://github.com/thomas-stockx)
264-
* Instructions on how to implement Vuforia AR
265-
* Fix postMessage throwing exceptions on Android [@thomas-stockx](https://github.com/thomas-stockx)
266-
* Add video tutorial, replace `unity-player` with `unity-classes` in example [@lorant-csonka-planorama](https://github.com/lorant-csonka-planorama)
267-
* Remove java and UnityPlayer changes to the windowmanager [@thomas-stockx](https://github.com/thomas-stockx)
14+
* See the original [flutter_unity_widget](https://pub.dev/packages/flutter_unity_widget) plugin for earlier versions up to 2022.2.1.

pubspec.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: flutter_unity_widget_2
2-
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
2+
description: Flutter Unity 3D widget for embedding Unity game scenes in Flutter. An updated fork of flutter_unity_widget.
3+
version: 2022.2.2+1
44
#authors:
55
# - Rex Raphael <[email protected]>
66
# - Thomas Stockx <[email protected]>
77
# - Kris Pypen <[email protected]>
8-
homepage: https://github.com/juicycleff/flutter-unity-view-widget/tree/master
8+
homepage: https://github.com/juicycleff/flutter-unity-view-widget
9+
repository: https://github.com/juicycleff/flutter-unity-view-widget
10+
issue_tracker: https://github.com/juicycleff/flutter-unity-view-widget/issues
911

1012
environment:
1113
sdk: ">=2.16.0 <4.0.0"

0 commit comments

Comments
 (0)