Changed lower sdk constraint

This commit is contained in:
Nathan Anderson 2023-12-05 11:08:39 -07:00
parent 462e40308f
commit ef189517c1
2 changed files with 6 additions and 2 deletions

View File

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

View File

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