Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heycrmvn committed Oct 4, 2019
1 parent 5230a62 commit 4162275
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .packages
Original file line number Diff line number Diff line change
@@ -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/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0

* Update github homepage

## 0.0.9

* Hot fix: Miss AndroidManifest.xml
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.9"
version: "0.1.0"
collection:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
homepage: http://heycrm.com
homepage: https://github.com/diepnghitinh/christian_picker_image

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 4162275

Please sign in to comment.