We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50d2ba commit 9f8db10Copy full SHA for 9f8db10
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# [7.0.0]
2
+
3
+- Added null-safety to the main branch.
4
5
# [7.0.0-nullsafety]
6
7
### Features ✨
pubspec.yaml
@@ -1,11 +1,11 @@
name: pin_code_fields
description: A flutter package which will help you to generate pin code fields. Can be useful for OTP for example.
-version: 7.0.0-nullsafety
+version: 7.0.0
homepage: https://github.com/adar2378
repository: https://github.com/adar2378/pin_code_fields
environment:
8
- sdk: ">=2.12.0-0 <3.0.0"
+ sdk: ">=2.12.0 <3.0.0"
9
10
dependencies:
11
flutter:
0 commit comments