Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaGao committed Jan 9, 2022
1 parent f24d129 commit 6ed32e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [5.0.2]
* updated flutter_svg to 1.0.0

## [5.0.1]
* updated flutter_svg to 0.22.0
* add enum_to_string library
Expand Down
2 changes: 1 addition & 1 deletion lib/platform/canvas_kit.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// https://stackoverflow.com/questions/63207658/how-to-detect-flutter-web-canvaskit-or-html-renderer
export 'canvas_kit_stub.dart' if (dart.library.html) 'canvas_kit_web.dart';
export 'canvas_kit_stub.dart' if (dart.library.html) 'canvas_kit_web.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flag
description: A flag Flutter package. Use for showing flags. All flags came from https://www.un.org/en/member-states/index.html .
version: 5.0.1
version: 5.0.2
homepage: https://github.com/LunaGao/flag_flutter

environment:
Expand Down

0 comments on commit 6ed32e2

Please sign in to comment.