Skip to content

Commit

Permalink
add changelog and upgrade flutter sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaGao committed Jun 9, 2023
1 parent 4687628 commit 66e4a53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [7.0.0]
* Upgrade svg package and remove caching

## [6.0.0]
* add 1x1 and 4x3 flags
* change SVG source: https://github.com/lipis/flag-icons
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: A new Flutter project.
version: 1.0.0+1

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

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flag
description: A flag Flutter package. Use for showing flags. All flags came from https://github.com/lipis/flag-icons/releases/tag/v4.1.4 .
version: 6.0.0
version: 7.0.0
homepage: https://github.com/LunaGao/flag_flutter

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

dependencies:
flutter:
Expand Down

0 comments on commit 66e4a53

Please sign in to comment.