Merge branch 'krille/nullsafety' into 'main'

chore: Update dart to 2.12 to support null safety

See merge request famedly/company/frontend/libraries/flutter_openssl_crypto!1
This commit is contained in:
td 2021-11-20 15:15:57 +00:00
commit e2ddc02b10
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
## 0.1.0
* chore: Update dart to 2.12 to support null safety
## 0.0.1
* TODO: Describe initial release.

View File

@ -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: