·
2 commits
to main
since this release
- BREAKING: Fix extension to work with more restrictive native calls in Dart 3.8.
- For scripts,
godot_dart_build
should do most migration for you, but you need to add@pragma('vm:entry-point')
onto your declaration forsTypeInfo
in all script classes - Extension classes very different, and it is recommended to avoid using them for now.
- For scripts,