-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from Zazo032/master
Add MultipartFileRecreatable.fromBytes + plugin improvements
- Loading branch information
Showing
10 changed files
with
108 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: dio_smart_retry | ||
description: Retry library for Dio and Dio package made with love. By default, the request will be retried only for appropriate retryable http statuses. | ||
version: 5.0.0 | ||
version: 6.0.0 | ||
repository: https://github.com/rodion-m/dio_smart_retry | ||
issue_tracker: https://github.com/rodion-m/dio_smart_retry/issues | ||
homepage: https://github.com/rodion-m/dio_smart_retry | ||
documentation: https://github.com/rodion-m/dio_smart_retry#contents | ||
|
||
environment: | ||
sdk: '>=2.12.0 <3.0.0' | ||
sdk: '>=3.0.0 <4.0.0' | ||
|
||
dependencies: | ||
dio: ^5.0.0 | ||
dio: ^5.3.3 | ||
http_parser: ^4.0.2 | ||
path: ^1.8.2 | ||
path: ^1.8.3 | ||
|
||
dev_dependencies: | ||
dart_code_metrics: ^5.6.0 | ||
test: ^1.23.1 | ||
very_good_analysis: ^4.0.0+1 | ||
dart_code_metrics: ^5.7.6 | ||
test: ^1.24.9 | ||
very_good_analysis: ^5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters