Skip to content

Commit 15e37ed

Browse files
authored
Update README.md
1 parent 94cfcae commit 15e37ed

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This is a plugin that lets you intercept the different requests and responses fr
1717
- [Retrying requests](#retrying-requests)
1818
- [Using self-signed certificates](#using-self-signed-certificates)
1919
- [Having trouble? Fill an issue](#troubleshooting)
20-
- [Contribution](#contribution)
20+
- [Roadmap](https://doc.clickup.com/p/h/82gtq-119/f552a826792c049)
21+
- [Contribution](#contributions)
2122

2223
## Installation
2324

@@ -199,27 +200,25 @@ class WeatherRepository {
199200

200201
## Roadmap
201202

202-
- [x] Intercepting HTTP requests.
203-
- [x] Intercepting HTTP responses.
204-
- [x] Retrying requests after failures.
205-
- [x] Support for custom certificates.
203+
Check out our roadmap [here](https://doc.clickup.com/p/h/82gtq-119/f552a826792c049).
206204

207-
### Upcoming
205+
_We migrated our roadmap to better suit the needs for development since we use ClickUp as our task management tool._
208206

209-
- [ ] 80% test coverage to start.
210-
- [ ] Fully support Multipart requests.
211-
- [ ] Built in logger for all requests and responses.
207+
## Troubleshooting
212208

213-
### Future Features
209+
Open an issue and tell me, I will be happy to help you out as soon as I can.
214210

215-
- [ ] Separate branch for Flutter Web usage.
216-
- [ ] Support for protobufs.
217-
- [ ] Supporting a Global Configuration.
218-
- [ ] Internet connection checks for stability.
211+
## Contributions
219212

220-
## Troubleshooting
213+
Contributions are always welcomed and encouraged, we will always give you credit for your work on this section. If you are interested in maintaining the project on a regular basis drop me a line at [email protected].
221214

222-
Open an issue and tell me, I will be happy to help you out as soon as I can.
215+
### Team
216+
217+
- Alejandro Ulate ([@CodingAleCR](https://github.com/CodingAleCR))
218+
219+
### Contributors
223220

224-
## Contribution
225-
Want to help out? We are always open to contributions. Write me an email to `[email protected]` if you want to be a permanent contributor, I am sure I would learn a lot from you and it's always good to share ideas with other developers. Cheers!
221+
- Wes Ehrlichman ([@AsynchronySuperWes](https://github.com/AsynchronySuperWes))
222+
- Jan Lübeck ([@jlubeck](https://github.com/jlubeck))
223+
- Lucas Alves ([@lucalves](https://github.com/lucalves))
224+
- István Juhos ([@stewemetal](https://github.com/stewemetal))

0 commit comments

Comments
 (0)