diff --git a/.gitignore b/.gitignore index 74e4a17..d05eb75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .dart_tool -.packages \ No newline at end of file +.packages +pubspec.lock \ No newline at end of file diff --git a/.idea/head_image_cropper.iml b/.idea/head_image_cropper.iml index adaa60b..3752f01 100644 --- a/.idea/head_image_cropper.iml +++ b/.idea/head_image_cropper.iml @@ -15,10 +15,14 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index 65f486b..2f6ee81 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml index 53449da..b0f6971 100644 --- a/.idea/libraries/Flutter_Plugins.xml +++ b/.idea/libraries/Flutter_Plugins.xml @@ -1,8 +1,6 @@ - - - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a9b2cc4..307b1b1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,16 +2,134 @@ - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -58,15 +176,16 @@ - + - + + @@ -74,6 +193,7 @@ + @@ -206,10 +326,11 @@ - - + + + @@ -218,10 +339,11 @@ - - + + + @@ -234,46 +356,55 @@ - - + + - - + + + - - + + + - - + + + - - + + + - - + + + - - + + + - - + + + + - - + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d63ad..0553484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,9 @@ [2.0.6] - 2020/05/11 * 修改Web端不能输出bytes的BUG + + +[2.0.6] - 2020/06/14 + +* 修改IOS不能使用的问题 +* 完成所有平台测试 diff --git a/example/.gitignore b/example/.gitignore index 5d99489..bb3e7fa 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1,35 +1,15 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ - - -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. -#.vscode/ - -# Flutter/Dart/Pub related -**/doc/api/ -.dart_tool/ -.flutter-plugins -.flutter-plugins-dependencies -.packages -.pub-cache/ -.pub/ +/web/ +/windows/ +/android/ /build/ - -# Web related -lib/generated_plugin_registrant.dart - -# Symbolication related -app.*.symbols - -# Exceptions to above rules. -!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages +/pubspec.lock +/.flutter-plugins-dependencies +/macos/ +/test/ +/.flutter-plugins +/.packages +/example.iml +/.metadata +/ios/ +/.idea/ +/.dart_tool/ diff --git a/example/.idea/codeStyles/Project.xml b/example/.idea/codeStyles/Project.xml deleted file mode 100644 index 681f41a..0000000 --- a/example/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - -
- - - - xmlns:android - - ^$ - - - -
-
- - - - xmlns:.* - - ^$ - - - BY_NAME - -
-
- - - - .*:id - - http://schemas.android.com/apk/res/android - - - -
-
- - - - .*:name - - http://schemas.android.com/apk/res/android - - - -
-
- - - - name - - ^$ - - - -
-
- - - - style - - ^$ - - - -
-
- - - - .* - - ^$ - - - BY_NAME - -
-
- - - - .* - - http://schemas.android.com/apk/res/android - - - ANDROID_ATTRIBUTE_ORDER - -
-
- - - - .* - - .* - - - BY_NAME - -
-
-
-
-
-
\ No newline at end of file diff --git a/example/.idea/libraries/Dart_Packages.xml b/example/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index 2f36673..0000000 --- a/example/.idea/libraries/Dart_Packages.xml +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/example/.idea/libraries/Dart_SDK.xml b/example/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index 3e89250..0000000 --- a/example/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/example/.idea/libraries/Flutter_Plugins.xml b/example/.idea/libraries/Flutter_Plugins.xml deleted file mode 100644 index b0f6971..0000000 --- a/example/.idea/libraries/Flutter_Plugins.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/example/.idea/libraries/Flutter_for_Android.xml b/example/.idea/libraries/Flutter_for_Android.xml deleted file mode 100644 index 5c947cb..0000000 --- a/example/.idea/libraries/Flutter_for_Android.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/example/.idea/libraries/KotlinJavaRuntime.xml b/example/.idea/libraries/KotlinJavaRuntime.xml deleted file mode 100644 index 2b96ac4..0000000 --- a/example/.idea/libraries/KotlinJavaRuntime.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/example/.idea/misc.xml b/example/.idea/misc.xml deleted file mode 100644 index a607198..0000000 --- a/example/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/example/.idea/modules.xml b/example/.idea/modules.xml deleted file mode 100644 index f778b7a..0000000 --- a/example/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/example/.idea/runConfigurations/main_dart.xml b/example/.idea/runConfigurations/main_dart.xml deleted file mode 100644 index 934fdfc..0000000 --- a/example/.idea/runConfigurations/main_dart.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/example/.idea/vcs.xml b/example/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/example/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/example/.idea/workspace.xml b/example/.idea/workspace.xml deleted file mode 100644 index 9634c14..0000000 --- a/example/.idea/workspace.xml +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -