Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: 4.0.3-null-safe new version release
  • Loading branch information
juicycleff committed Mar 31, 2021
commit 7c0fcfc1f65cb851bffb25b6abc381b27b5347a4
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.3-null-safe

* Fixing project not compiling though to not overriding class member properly. [@xcxooxl](https://github.com/xcxooxl)
* Removed register-unregister mismatch and removed duplicate calls. [@jakeobrien](https://github.com/jakeobrien)
* Fix for unityDidUnload callback not firing. [@jakeobrien](https://github.com/jakeobrien)
* Docs improvement. [@shinriyo](https://github.com/shinriyo)

## 4.0.2-null-safe

* migrated to null safety
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
*null-safe version*
```yaml
dependencies:
flutter_unity_widget: ^4.0.2-null-safe
flutter_unity_widget: ^4.0.3-null-safe
```

Now inside your Dart code you can import it.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
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: 4.0.2-null-safe
version: 4.0.3-null-safe
#authors:
# - Rex Raphael <rex.raphael@outlook.com>
# - Thomas Stockx <thomas@stockxit.com>
Expand Down