Skip to content

Commit

Permalink
Remove temp CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoGuo committed Mar 14, 2021
1 parent db8abfb commit 5f3c282
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[NullSafety Changelog](./NULL_SAFETY_CHANGELOG.md)
## [4.0.0] - 2021/03/14
* Migrate to Null Safety

## [3.3.0] - 2020/12/30
* Update: `inputFormatter` replace with `inputFormatters` to keep same as TextField.
Expand Down
5 changes: 0 additions & 5 deletions NULL_SAFETY_CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pin_input_text_field
description: A textField widget to help display different style pin written in pure dart, no extra dependency.
version: 4.0.0-nullsafety.1
version: 4.0.0
homepage: https://github.com/TinoGuo/pin_input_text_field

environment:
sdk: '>=2.12.0-29.10.beta <3.0.0'
sdk: '>=2.12.0 <3.0.0'

dependencies:
flutter:
Expand All @@ -13,7 +13,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.14.0
test:

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down

0 comments on commit 5f3c282

Please sign in to comment.