Skip to content

Releases: dart-lang/native

package:hooks v0.19.3

21 May 17:41
ad157d1

Choose a tag to compare

package:hooks v0.19.3 Pre-release
Pre-release
  • Mark this package as in preview.

package:hooks v0.19.2

21 May 15:58
b146611

Choose a tag to compare

package:hooks v0.19.2 Pre-release
Pre-release
  • Mark this package as in preview.

package:data_assets v0.19.1

21 May 14:13
71741a4

Choose a tag to compare

Pre-release
  • 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

21 May 17:44
ad157d1

Choose a tag to compare

Pre-release
  • Mark this package as in preview.

package:code_assets v0.19.2

21 May 16:03
b146611

Choose a tag to compare

Pre-release
  • Mark this package as in preview.

package:code_assets v0.19.1

21 May 14:14
71741a4

Choose a tag to compare

Pre-release
  • Bump the SDK constraint to at least the one from package:hooks to fix
    dartdoc generation on https://pub.dev.

package:native_toolchain_c v0.16.1

19 May 07:28
dc91792

Choose a tag to compare

Pre-release
  • Firebase Studio NixOS support (default install locations for native
    toolchains).

package:hooks_runner v0.20.0

19 May 07:28
dc91792

Choose a tag to compare

Pre-release
  • Breaking change Refactored error handling to use a Result type for more
    explicit success/failure states.
  • Remove package_graph.json fallback.

package:hooks v0.19.1

19 May 07:28
dc91792

Choose a tag to compare

package:hooks v0.19.1 Pre-release
Pre-release
  • Added links to the build and link methods as primary entry points.
  • Added failure outputs and documented exit codes.

objective_c-v8.0.0

18 May 23:56
0f9c63c

Choose a tag to compare

  • Use ffigen 19.0.0
  • NSArray is now a Dart Iterable and NSMutableArray is now a Dart List.
  • NSDictionary and NSMutableDictionary are now Dart Maps.
  • NSSet and NSMutableSet are now Dart Sets.
  • Add .toNSNumber() extension method to int, double, and num.
  • Add DateTime.toNSDate() and NSDate.toDateTime() extension methods.
  • Add CFStringRef.toDartString() and CFStringRef.toNSString().
  • Add toObjCObject and toDartObject that automatically convert between
    supported Objective C and Dart types.
  • Added various interfaces, protocols, categories etc to the built ins, such as
    NSPort and NSTimer.