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:
commit
e2ddc02b10
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
## 0.1.0
|
||||||
|
* chore: Update dart to 2.12 to support null safety
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
* TODO: Describe initial release.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
name: flutter_openssl_crypto
|
name: flutter_openssl_crypto
|
||||||
description: libcrypto from OpenSSL for Android and iOS to be used with dart:ffi
|
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
|
repository: https://gitlab.com/famedly/libraries/flutter_openssl_crypto
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.7.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
flutter: ">=1.20.0"
|
flutter: ">=1.20.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue