Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-m committed Oct 21, 2024
1 parent 139fc51 commit 2cbddd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ Also, it supports dynamic delay between retries. \
- [Disable retry](#disable-retry)
- [Add extra retryable status codes](#add-extra-retryable-status-codes)
- [Override retryable statuses](#override-retryable-statuses)
- [Retry requests with `multipart/form-data`](#retry-requests-with-multipartform-data)

## Getting Started for Dio

1. Add package to pubspec.yaml: `dio_smart_retry: ^5.0.0` **
1. Add package to pubspec.yaml: `dio_smart_retry: ^7.0.0` **
2. Import package: `import 'package:dio_smart_retry/dio_smart_retry.dart'`

** For the old dio (ver. 4.+) use `dio_smart_retry: ^1.4.0`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 7.0.0
version: 7.0.1
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
Expand Down

0 comments on commit 2cbddd5

Please sign in to comment.