From 9aec52e4f5fc738dbcf5eaa08479d4f9c9dca93a Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sat, 20 Nov 2021 14:49:12 +0000 Subject: [PATCH] chore: Update dart to 2.12 to support null safety As far as I see this package has no dart code anyway so everything we need to do to make this null safe is upgrading the pubspec.yaml file. This is necessary to use the migration tool in our flutter apps. --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..fae1eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.0 +* chore: Update dart to 2.12 to support null safety + ## 0.0.1 * TODO: Describe initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 72fcfa2..6a5076f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: flutter_openssl_crypto description: libcrypto from OpenSSL for Android and iOS to be used with dart:ffi -version: 0.0.1 +version: 0.1.0 repository: https://gitlab.com/famedly/libraries/flutter_openssl_crypto environment: - sdk: ">=2.7.0 <3.0.0" + sdk: ">=2.12.0 <3.0.0" flutter: ">=1.20.0" dependencies: