Liu Yanbo 6 роки тому
батько
коміт
6aa011092e
3 змінених файлів з 11 додано та 7 видалено
  1. 3 1
      CHANGELOG.md
  2. 7 5
      README.md
  3. 1 1
      pubspec.yaml

+ 3 - 1
CHANGELOG.md

@@ -17,4 +17,6 @@
 ## [1.0.5] - add max/min time limit for Date Picker, add theme
 ## [1.0.6] - add comments
 ## [1.0.7] - fix max/min time for datetime type picker
-## [1.0.8] - add Russian
+## [1.0.8] - add Russian
+## [1.0.9] - fix readme
+## [1.1.0] - fix readme

+ 7 - 5
README.md

@@ -1,6 +1,6 @@
 # Flutter Datetime Picker
 
-[![Pub](https://img.shields.io/pub/v/flutter_datetime_picker.svg?style=plastic)](https://pub.dartlang.org/packages/flutter_datetime_picker)
+[(Pub) flutter_datetime_picker](https://pub.dartlang.org/packages/flutter_datetime_picker)
 
 A flutter date time picker inspired by [flutter-cupertino-date-picker](https://github.com/wuzhendev/flutter-cupertino-date-picker)
 
@@ -9,11 +9,13 @@ you can choose date / time / date&time in English, Dutch, Chinese and Russian
 and you can also custom your own picker content
 
 
-| Date picker | Time picker | Date & Time picker (Chinese) | 
-| ------- | ------- | ------- |
-| ![]( screen_date.png) | ![]( screen_time.png) | ![]( screen_datetime_chinese.png) |
+|Date picker|Time picker|Date Time picker|
+| ------- | ------- |------- |
+|![]( screen_date.png) |![]( screen_time.png) |![]( screen_datetime_chinese.png) |
 
-| Date & Time picker (Chinese) | Date & Time picker (America) | Date & Time picker (Dutch) | Date & Time picker (Russian) |
+International:
+
+| Date Time picker (Chinese) | Date Time picker (America) | Date Time picker (Dutch) | Date Time picker (Russian) |
 | ------- | ------- | ------- | ------- |
 |![]( screen_datetime_chinese.png)|![]( screen_datetime_english.png)|![]( screen_datetime_dutch.png)|![]( screen_datetime_russian.png)|
 

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flutter_datetime_picker
 description: A date time picker for flutter, you can choose date / time / date&time in English Dutch and Chinese, and you can also custom your own picker content
-version: 1.0.8
+version: 1.1.0
 author: Realank <realank@126.com>
 homepage: https://github.com/Realank/flutter_datetime_picker