-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for
426: Upgrade Required
(#12)
* feat: Add support for 426: Upgrade Required * Reformat * Add library-level doc comment and re-order library exports * Upgrade min dio version to 5.2.0, which has DioException
- Loading branch information
1 parent
7354000
commit 296cc2c
Showing
6 changed files
with
289 additions
and
3 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
/// A strongly typed, event-based, reliable HTTP client that wraps Dio. | ||
library sturdy_http; | ||
|
||
export 'src/_dio_error.dart'; | ||
export 'src/sturdy_http.dart'; | ||
export 'src/sturdy_http_event_listener.dart'; | ||
export 'src/network_request.dart'; | ||
export 'src/network_response.dart'; | ||
export 'src/retry_behavior.dart'; | ||
export 'src/sturdy_http.dart'; | ||
export 'src/sturdy_http_event_listener.dart'; |
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