From 28b364667b0bb8830aaf1670ca401817ee338a1b Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Wed, 3 Feb 2021 10:04:20 +0100 Subject: [PATCH] Release for 2.12.0-259.8.beta --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba90e5c..043f472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.0-nullsafety.1 + +This pre-release requires Dart `2.12.0-259.8.beta` or greater. + +Note that this pre-release does _not_ work in Flutter versions containing Dart +`2.12.0-260.0.dev` - `2.12.0-264.0.dev`. +Using `Allocator.call` throws a `NoSuchMethodError` in these versions. +See [Flutter Engine #23954](https://github.com/flutter/engine/pull/23954) for more info. + ## 0.3.0-nullsafety.0 Changes `Utf8` and `Utf16` to extend `Opaque` instead of `Struct`. diff --git a/pubspec.yaml b/pubspec.yaml index 5a91bb9..ee8611f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: ffi -version: 0.3.0-nullsafety.0 +version: 0.3.0-nullsafety.1 homepage: https://github.com/dart-lang/ffi description: Utilities for working with Foreign Function Interface (FFI) code. environment: - sdk: '>=2.12.0-265.0.dev <3.0.0' + sdk: '>=2.12.0-259.8.beta <3.0.0' # dependencies: