Skip to content

Commit

Permalink
Merge pull request #58 from peiffer-innovations/dart_update_172774362…
Browse files Browse the repository at this point in the history
…0948

Automated Merge
  • Loading branch information
jpeiffer authored Oct 1, 2024
2 parents 38102cf + b8f035c commit bd1c48a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 44 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.1+3] - October 1, 2024

* Automated dependency updates


## [3.0.1+2] - July 23, 2024

* Automated dependency updates
Expand Down
78 changes: 36 additions & 42 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,55 +1,49 @@
name: websafe_svg_example
description: Example for the Websafe SVG
version: 1.0.0
name: 'websafe_svg_example'
description: 'Example for the Websafe SVG'
version: '1.0.0+1'
publish_to: 'none'

publish_to: none

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

dependencies:
flutter:
sdk: flutter
websafe_svg:
path: ../
dependencies:
flutter:
sdk: 'flutter'
websafe_svg:
path: '../'

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

flutter:
flutter:
uses-material-design: true
assets:
- assets/all.json
- assets/svgs/
assets:
- 'assets/all.json'
- 'assets/svgs/'

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
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'websafe_svg'
description: 'Simple abstraction to be able to use SVGs in Android, iOS, and Web.'
version: '3.0.1+2'
version: '3.0.1+3'
homepage: 'https://github.com/peiffer-innovations/websafe_svg'

environment:
Expand All @@ -16,7 +16,7 @@ dependencies:
meta: '^1.12.0'

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

Expand Down

0 comments on commit bd1c48a

Please sign in to comment.