Skip to content

Commit

Permalink
fix validation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Oct 11, 2023
1 parent e35ad31 commit d294b67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.dart_tool/
.packages
pubspec.lock
build/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 1.0.1

- Added null check for `equals` (#4 - @ScottAtRedHawk)

## 1.0.0

- Seems to have been stable for a long time so bumping to 1.0.0.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Dart library for validating and sanitizing strings, especially
homepage: https://github.com/suragch/string_validator

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

dev_dependencies:
lints: ^2.0.0
Expand Down

0 comments on commit d294b67

Please sign in to comment.