Skip to content

Commit

Permalink
Merge pull request #57 from peiffer-innovations/dart_update_172169504…
Browse files Browse the repository at this point in the history
…7981

Automated Merge
  • Loading branch information
jpeiffer authored Jul 23, 2024
2 parents 46cdce1 + 1c63f4e commit 38102cf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 49 deletions.
24 changes: 6 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.1+2] - July 23, 2024

* Automated dependency updates


## [3.0.2] - November 15th, 2023

* Added standardized analysis rules
Expand Down Expand Up @@ -196,21 +201,4 @@

## [1.0.0] - April 27th, 2020

* Initial release

















* Initial release
57 changes: 26 additions & 31 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,51 +1,46 @@
name: 'websafe_svg'
description: 'Simple abstraction to be able to use SVGs in Android, iOS, and Web.'
version: '3.0.1+1'
version: '3.0.1+2'
homepage: 'https://github.com/peiffer-innovations/websafe_svg'

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

dependencies:
dependencies:
convert: '^3.1.1'
flutter:
flutter:
sdk: 'flutter'
flutter_svg: ^2.0.10+1
http: '^1.2.1'
flutter_svg: '^2.0.10+1'
http: '^1.2.2'
logging: '^1.2.0'
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 38102cf

Please sign in to comment.