Skip to content

Commit

Permalink
added null-safety to the main channel
Browse files Browse the repository at this point in the history
  • Loading branch information
adar2378 committed Mar 11, 2021
1 parent b50d2ba commit 9f8db10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [7.0.0]

- Added null-safety to the main branch.

# [7.0.0-nullsafety]

### Features ✨
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 9f8db10

Please sign in to comment.