Changed lower sdk constraint
This commit is contained in:
parent
462e40308f
commit
ef189517c1
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.0.7
|
||||||
|
|
||||||
|
- Changed pubspec versioning to allow lower SDK constraints (>=2.12.0)
|
||||||
|
|
||||||
## 0.0.6
|
## 0.0.6
|
||||||
|
|
||||||
- Improved assertion and error messaging when missing stripe implements
|
- Improved assertion and error messaging when missing stripe implements
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
name: stripe_native_card_field
|
name: stripe_native_card_field
|
||||||
description: A native flutter implementation of the elegant Stripe Card Field.
|
description: A native flutter implementation of the elegant Stripe Card Field.
|
||||||
version: 0.0.6
|
version: 0.0.7
|
||||||
repository: https://git.fosscat.com/n8r/stripe_native_card_field
|
repository: https://git.fosscat.com/n8r/stripe_native_card_field
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.1.3 <4.0.0'
|
sdk: '>=2.12.0 <4.0.0'
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user