Releases: dart-lang/native
Releases · dart-lang/native
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:hooksto fix
dartdoc generation on https://pub.dev.
package:code_assets v0.19.3
- Mark this package as in preview.
package:code_assets v0.19.2
- Mark this package as in preview.
package:code_assets v0.19.1
- Bump the SDK constraint to at least the one from
package:hooksto fix
dartdoc generation on https://pub.dev.
package:native_toolchain_c v0.16.1
- Firebase Studio NixOS support (default install locations for native
toolchains).
package:hooks_runner v0.20.0
- Breaking change Refactored error handling to use a
Resulttype for more
explicit success/failure states. - Remove
package_graph.jsonfallback.
package:hooks v0.19.1
- Added links to the
buildandlinkmethods as primary entry points. - Added failure outputs and documented exit codes.
objective_c-v8.0.0
- Use ffigen 19.0.0
NSArrayis now a DartIterableandNSMutableArrayis now a DartList.NSDictionaryandNSMutableDictionaryare now DartMaps.NSSetandNSMutableSetare now DartSets.- Add
.toNSNumber()extension method toint,double, andnum. - Add
DateTime.toNSDate()andNSDate.toDateTime()extension methods. - Add
CFStringRef.toDartString()andCFStringRef.toNSString(). - Add
toObjCObjectandtoDartObjectthat automatically convert between
supported Objective C and Dart types. - Added various interfaces, protocols, categories etc to the built ins, such as
NSPort and NSTimer.