Skip to content

Commit

Permalink
aded dio 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
amreniouinnovent committed Oct 7, 2019
1 parent 33f708c commit 58fd6bd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Dart",
"program": "bin/main.dart",
"request": "launch",
"type": "dart"
}
]
}
6 changes: 5 additions & 1 deletion dio_retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0
## 0.1.9-beta

- Support Dio 3 which works on Flutter web

## 0.1.8-beta

- Initial version, created by Stagehand
4 changes: 2 additions & 2 deletions dio_retry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dio_retry
description: A starting point for Dart libraries or applications.
version: 0.1.8-beta
version: 0.1.9-beta
homepage: https://github.com/aloisdeniel/dio_retry
author: aloisdeniel <[email protected]>

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
meta: ^1.1.6
logging: ^0.11.3
dio: ^2.1.7
dio: ^3.0.0

dev_dependencies:
pedantic: ^1.0.0
Expand Down

0 comments on commit 58fd6bd

Please sign in to comment.