We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836121c commit 963d165Copy full SHA for 963d165
src/dart/godot_dart/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.2
2
+
3
+- Fix `Future<void>` throwing an error when put in a Variant, which could happen with `async` signal recievers.
4
5
## 0.5.1
6
7
- Bind `CallbackAwaiter` during initialization.
src/dart/godot_dart/pubspec.yaml
@@ -1,7 +1,7 @@
name: godot_dart
description: Dart bindings for the Godot game engine
repository: https://github.com/fuzzybinary/godot_dart
-version: 0.5.1
+version: 0.5.2
environment:
sdk: '>=3.2.0 <4.0.0'
0 commit comments