Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit c60e82d

Browse files
authored
Release for 2.12.0-259.8.beta (#73)
This Dart version contains the cherry pick for dart-lang/sdk#44822 (in dart-lang/sdk@e5dd92c) in Dart standalone. This Dart version will contain and flutter/engine#23954 (in flutter/engine#24142).
1 parent f6df6e3 commit c60e82d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.3.0-nullsafety.1
4+
5+
This pre-release requires Dart `2.12.0-259.8.beta` or greater.
6+
7+
Note that this pre-release does _not_ work in Flutter versions containing Dart
8+
`2.12.0-260.0.dev` - `2.12.0-264.0.dev`.
9+
Using `Allocator.call` throws a `NoSuchMethodError` in these versions.
10+
See [Flutter Engine #23954](https://github.com/flutter/engine/pull/23954) for more info.
11+
312
## 0.3.0-nullsafety.0
413

514
Changes `Utf8` and `Utf16` to extend `Opaque` instead of `Struct`.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: ffi
2-
version: 0.3.0-nullsafety.0
2+
version: 0.3.0-nullsafety.1
33
homepage: https://github.com/dart-lang/ffi
44
description: Utilities for working with Foreign Function Interface (FFI) code.
55

66
environment:
7-
sdk: '>=2.12.0-265.0.dev <3.0.0'
7+
sdk: '>=2.12.0-259.8.beta <3.0.0'
88

99
# dependencies:
1010

0 commit comments

Comments
 (0)