Releases: dart-lang/native
Releases · dart-lang/native
package:hooks_runner v0.21.0
- Add
includeDevDependencies
param toBuildLayout
to enable building the
assets for dev dependencies of therunPackage
.
jnigen-v0.14.2
- The name
factory
can now also be used in a method name without renaming. - Throw when output folder contains non JNIgen files. Users with existing
package bindings will need to delete them once for it to start working. - Added the ability to generate classes in Java SDK (
java.core
) module without
providing the class path. - Added gradle support for new Flutter projects that use
build.gradle.kts
instead ofbuild.gradle
. - Fixed a bug where Kotlin suspend functions that returned nullable values were
generated incorrectly. - Fixed a bug where classes
that inherited a generic without specifying all type parameters were not
generated. - Added the ability to generate Kotlin stdlib classes without providing the
class path.
jni-v0.14.2
- Fixed a bug where certain method of
JList
,JSet
, andJMap
did not work
with nullable elements. - Fixed a bug in
JList.lastIndexOf
.
package:hooks_runner v0.20.2
- Add
dart:developer
TimelineEvent
s to enable performance tracing for
hook invocations.
package:native_toolchain_c v0.16.2
- Bump the SDK constraint to at least the one from
package:hooks
to fix
dartdoc generation on https://pub.dev.
package:hooks_runner v0.20.1
- Bump the SDK constraint to at least the one from
package:hooks
to fix
dartdoc generation on https://pub.dev.
package:hooks v0.19.3
- Mark this package as in preview.
package:hooks v0.19.2
- Mark this package as in preview.
package:data_assets v0.19.1
- Bump the SDK constraint to at least the one from
package:hooks
to fix
dartdoc generation on https://pub.dev.
package:code_assets v0.19.3
- Mark this package as in preview.