Explorar el Código

update version

Caijinglong hace 6 años
padre
commit
8edb5ff0f5
Se han modificado 3 ficheros con 6 adiciones y 2 borrados
  1. 4
    0
      CHANGELOG.md
  2. 1
    1
      README.md
  3. 1
    1
      pubspec.yaml

+ 4
- 0
CHANGELOG.md Ver fichero

1
 # CHANGELOG
1
 # CHANGELOG
2
 
2
 
3
+## [0.1.9]
4
+
5
+fix all assets i18n provider
6
+
3
 ## [0.1.8]
7
 ## [0.1.8]
4
 
8
 
5
 Fixed crash bug when the number of photos or videos was zero.
9
 Fixed crash bug when the number of photos or videos was zero.

+ 1
- 1
README.md Ver fichero

30
 
30
 
31
 ```yaml
31
 ```yaml
32
 dependencies:
32
 dependencies:
33
-  photo: ^0.1.8
33
+  photo: ^0.1.9
34
 ```
34
 ```
35
 
35
 
36
 ## import
36
 ## import

+ 1
- 1
pubspec.yaml Ver fichero

1
 name: photo
1
 name: photo
2
 description: image picker, multi picker support video / icloud asset ,use flutter as ui, if you want to build custom ui,you just use photo_manager.
2
 description: image picker, multi picker support video / icloud asset ,use flutter as ui, if you want to build custom ui,you just use photo_manager.
3
-version: 0.1.8
3
+version: 0.1.9
4
 author: caijinglong<cjl_spy@163.com>
4
 author: caijinglong<cjl_spy@163.com>
5
 homepage: https://github.com/CaiJingLong/flutter_photo
5
 homepage: https://github.com/CaiJingLong/flutter_photo
6
 
6