Skip to content

Commit

Permalink
upgrade dependencies and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrr Hak authored and Mrr Hak committed Sep 26, 2023
1 parent 52d6fa3 commit 29d479a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 2.1.4

- Adds pub topics to package metadata
- Updates minimum supported SDK version to Dart 3
- Upgrade dependencies

## 2.1.3

- Fix round icons on android and ability to use without monochrome ([#35](https://github.com/mrrhak/icons_launcher/pull/35))
Expand Down
4 changes: 1 addition & 3 deletions analysis_options.yaml
Expand Up @@ -97,12 +97,10 @@ linter:
- hash_and_equals
- implementation_imports
# - invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
- iterable_contains_unrelated_type
- collection_methods_unrelated_type
# - join_return_with_assignment # not yet tested
- library_names
- library_prefixes
# - lines_longer_than_80_chars # not yet tested
- list_remove_unrelated_type
# - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
- no_adjacent_strings_in_list
- no_duplicate_case_values
Expand Down
4 changes: 2 additions & 2 deletions example/flavor_app/pubspec.yaml
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
cupertino_icons: ^1.0.6
flutter_flavorizr: ^2.2.1

dependency_overrides:
Expand All @@ -17,7 +17,7 @@ dependency_overrides:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^2.0.3
icons_launcher:
path: ../../

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions pubspec.yaml
Expand Up @@ -4,7 +4,7 @@ maintainer: Mrr Hak
homepage: https://mrrhak.com
repository: https://github.com/mrrhak/icons_launcher
issue_tracker: https://github.com/mrrhak/icons_launcher/issues
version: 2.1.3
version: 2.1.4
funding:
- https://ko-fi.com/mrrhak
screenshots:
Expand All @@ -13,7 +13,7 @@ screenshots:

dependencies:
args: ^2.4.2
image: ^4.0.17
image: ^4.1.3
path: ^1.8.2
universal_io: ^2.2.2
yaml: ^3.1.2
Expand All @@ -22,6 +22,11 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
build_runner: ^2.3.3
build_runner: ^2.4.6
build_version: ^2.1.1
test: ^1.24.4
test: ^1.24.6

topics:
- icons
- app-icon
- icon-launcher

0 comments on commit 29d479a

Please sign in to comment.