Skip to content

Commit

Permalink
release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrhak committed Feb 12, 2023
1 parent edaca21 commit da7da16
Show file tree
Hide file tree
Showing 112 changed files with 18 additions and 10 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"pubspec",
"rgba",
"unawaited",
"webp",
"writeln",
"xcassets",
"xcodeproj",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 2.1.0

- Added new support android material 3 monochrome icons ([#28](https://github.com/mrrhak/icons_launcher/pull/28))
- Upgrade dependencies

## 2.0.7

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions example/flavor_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ environment:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_flavorizr: ^2.1.3
cupertino_icons: ^1.0.5
flutter_flavorizr: ^2.1.5

dependency_overrides:
image: ^4.0.13

dev_dependencies:
flutter_test:
Expand Down
Binary file modified example/flavor_app/web/favicon.png
Binary file modified example/flavor_app/web/icons/Icon-192.png
Binary file modified example/flavor_app/web/icons/Icon-512.png
Binary file modified example/flavor_app/web/icons/Icon-maskable-192.png
Binary file modified example/flavor_app/web/icons/Icon-maskable-512.png
6 changes: 3 additions & 3 deletions example/simple_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: simple_app
description: A new Flutter project.
publish_to: 'none'
publish_to: "none"
version: 1.0.0+1

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand All @@ -19,4 +19,4 @@ dev_dependencies:
path: ../../

flutter:
uses-material-design: true
uses-material-design: true
Binary file modified example/simple_app/web/favicon.png
Binary file modified example/simple_app/web/icons/Icon-192.png
Binary file modified example/simple_app/web/icons/Icon-512.png
Binary file modified example/simple_app/web/icons/Icon-maskable-192.png
Binary file modified example/simple_app/web/icons/Icon-maskable-512.png
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.

8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ 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.0.7
version: 2.1.0
funding:
- https://ko-fi.com/mrrhak
screenshots:
- description: "Icons Launcher"
path: assets/icons_launcher_profile.webp

dependencies:
args: ^2.3.1
image: ^4.0.0
args: ^2.4.0
image: ^4.0.13
path: ^1.8.2
universal_io: ^2.0.4
yaml: ^3.1.1
Expand All @@ -24,4 +24,4 @@ environment:
dev_dependencies:
build_runner: ^2.3.3
build_version: ^2.1.1
test: ^1.22.1
test: ^1.23.1

0 comments on commit da7da16

Please sign in to comment.