Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to dio5.0 #66

Merged
merged 24 commits into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"

dependency_overrides:
qiniu_sdk_base:
path: ../../base/

dependencies:
flutter:
sdk: flutter
Expand All @@ -32,9 +36,9 @@ dependencies:
cupertino_icons: ^1.0.2

dev_dependencies:
flutter_lints:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
qiniu_sdk_base: ^0.5.0

dev_dependencies:
flutter_lints: ^2.0.1
flutter_lints:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

版本号怎么没了

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个不影响代码执行的结果 。
为了适配不同的flutter版本,不指定具体的版本号

flutter_test:
sdk: flutter

Expand Down