Skip to content

Commit

Permalink
Merge pull request #64 from peiffer-innovations/dart_update_171806589…
Browse files Browse the repository at this point in the history
…2685

Automated Merge
  • Loading branch information
jpeiffer authored Jun 11, 2024
2 parents cfa3bae + 2bd7540 commit 7940c45
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 80 deletions.
56 changes: 6 additions & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.1.1+6] - June 11, 2024

* Automated dependency updates


## [3.1.1+5] - April 2, 2024

* Automated dependency updates
Expand Down Expand Up @@ -331,53 +336,4 @@

## [1.0.0] - June 11th, 2020

* Initial release

















































* Initial release
55 changes: 25 additions & 30 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,49 +1,44 @@
name: 'form_validation'
description: 'Validators that can be used directly via code or constructed from JSON to provide dynamic validation.'
version: '3.1.1+5'
version: '3.1.1+6'
homepage: 'https://github.com/peiffer-innovations/form_validation'

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

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
intl: '^0.19.0'
json_class: '^3.0.0+13'
json_class: '^3.0.0+14'
meta: '^1.12.0'

dev_dependencies:
dev_dependencies:
flutter_lints: '^4.0.0'
flutter_test:
flutter_test:
sdk: 'flutter'

permittedLicenses:
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- MIT
- MIT-Modern-Variant
- MPL-2.0
- Zlib
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
- 'MIT'
- 'MIT-Modern-Variant'
- 'MPL-2.0'
- 'Zlib'

# The [license_checker](https://pub.dev/packages/license_checker) package cannot
# detect the built in Flutter packages because they aren't published to pub.dev
# and do not have a LICENSE file in their respective folders. So this section
# informs the license_checker that all the built in Flutter packages all have
# the same BSD-3-Clause license as Flutter itself.
packageLicenseOverride:
flutter: BSD-3-Clause
flutter_driver: BSD-3-Clause
flutter_goldens: BSD-3-Clause
flutter_localizations: BSD-3-Clause
flutter_web_plugins: BSD-3-Clause
flutter_test: BSD-3-Clause
fuchsia_remote_debug_protocol: BSD-3-Clause
integration_test: BSD-3-Clause
rxdart: Apache-2.0
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
flutter_localizations: 'BSD-3-Clause'
flutter_web_plugins: 'BSD-3-Clause'
flutter_test: 'BSD-3-Clause'
fuchsia_remote_debug_protocol: 'BSD-3-Clause'
integration_test: 'BSD-3-Clause'
rxdart: 'Apache-2.0'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 7940c45

Please sign in to comment.