Releases: dart-lang/native
Releases · dart-lang/native
package:native_toolchain_c v0.17.0
- Fix treeshaking on mac.
objective_c-v8.1.0
- Bump minimum Dart version to 3.8.0.
- Support the KVO pattern by adding
Observer
,Observation
, andNSObject.addObserver
.
ffigen-v19.1.0
- Bump minimum Dart version to 3.8.0.
- Format using
dart format
so that the formatter uses the target package's Dart version and formatting options. - Add
_
to the list of Dart keywords, since it has special meaning in newer Dart versions. - Update to the latest lints.
package:native_toolchain_c v0.16.8
- Support building assets for packages which are not the input package.
package:native_toolchain_c v0.16.7
- Support Module Definitions for linking on Windows.
package:native_toolchain_c v0.16.6
- Support linking for Windows.
package:native_toolchain_c v0.16.5
- Support linking for iOS.
package:native_toolchain_c v0.16.4
- Support linking for MacOS.
package:native_toolchain_c v0.16.3
- Support linking for Android.
package:hooks v0.19.5
- Stop leaking unexported symbols.