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.
This commit is contained in:
parent
25f5c80701
commit
9aec52e4f5
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
|
||||
|
||||
* TODO: Describe initial release.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue