diff --git a/.packages b/.packages new file mode 100644 index 0000000..12f101e --- /dev/null +++ b/.packages @@ -0,0 +1,22 @@ +# Generated by pub on 2019-10-05 00:02:57.634926. +async:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/async-2.3.0/lib/ +boolean_selector:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5/lib/ +charcode:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ +collection:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/ +flutter:file:///flutter/packages/flutter/lib/ +flutter_test:file:///flutter/packages/flutter_test/lib/ +matcher:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.5/lib/ +meta:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/meta-1.1.7/lib/ +path:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/ +pedantic:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/pedantic-1.8.0+1/lib/ +quiver:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/ +sky_engine:file:///flutter/bin/cache/pkg/sky_engine/lib/ +source_span:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/ +stack_trace:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/ +stream_channel:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/ +string_scanner:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/ +term_glyph:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/ +test_api:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.5/lib/ +typed_data:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/ +vector_math:file:///Users/nguyenphucnguyen/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/ +christian_picker_image:lib/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 88545a1..76ee279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 + +* Update github homepage + ## 0.0.9 * Hot fix: Miss AndroidManifest.xml diff --git a/example/pubspec.lock b/example/pubspec.lock index a0f0968..e52d4ea 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -28,7 +28,7 @@ packages: path: ".." relative: true source: path - version: "0.0.9" + version: "0.1.0" collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 20c7af0..6fa23bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: christian_picker_image description: Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera. -version: 0.0.9 +version: 0.1.0 author: Nguyen Phuc Nguyen -homepage: http://heycrm.com +homepage: https://github.com/diepnghitinh/christian_picker_image environment: sdk: ">=2.1.0 <3.0.0"