File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.2] - 2020-08-18
9+
810## [ 0.6.1] - 2020-08-18
911
1012### Fixed
@@ -288,6 +290,7 @@ No functional changes.
288290- ` android_content.Context.packageName ` getter
289291- ` android_content.Context.packageResourcePath ` getter
290292
293+ [ 0.6.2 ] : https://github.com/drydart/flutter_android/compare/0.6.1...0.6.2
291294[ 0.6.1 ] : https://github.com/drydart/flutter_android/compare/0.6.0...0.6.1
292295[ 0.6.0 ] : https://github.com/drydart/flutter_android/compare/0.5.0...0.6.0
293296[ 0.5.0 ] : https://github.com/drydart/flutter_android/compare/0.4.0...0.5.0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Android only.
2020
2121``` yaml
2222dependencies :
23- flutter_android : ^0.6.1
23+ flutter_android : ^0.6.2
2424` ` `
2525
2626## Features
Original file line number Diff line number Diff line change 1- 0.6.1
1+ 0.6.2
Original file line number Diff line number Diff line change 11# See: https://dart.dev/tools/pub/pubspec
22name : flutter_android
3- version : 0.6.1
3+ version : 0.6.2
44description : >-
55 A Flutter plugin for Android platform-specific APIs, to reduce duplication
66 of effort by centralizing Android bindings in a single package.
You can’t perform that action at this time.
0 commit comments