-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update readme * change sdk ver * update SDK in workflow * add contributors list
- Loading branch information
1 parent
f999fbf
commit d3e66d7
Showing
5 changed files
with
32 additions
and
19 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
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,19 +1,19 @@ | ||
name: http_mock_adapter | ||
description: A simple to use mocking package for Dio intended to be used in tests. It provides various types and methods to declaratively mock request-response communication. | ||
version: 0.4.4 | ||
version: 0.5.0 | ||
homepage: https://github.com/lomsa-dev/http-mock-adapter | ||
repository: https://github.com/lomsa-dev/http-mock-adapter | ||
issue_tracker: https://github.com/lomsa-dev/http-mock-adapter/issues | ||
|
||
environment: | ||
sdk: '>=2.18.3 <3.0.0' | ||
sdk: '>=3.1.0' | ||
|
||
dependencies: | ||
collection: ^1.17.1 | ||
dio: ^5.2.1 | ||
collection: ^1.18.0 | ||
dio: ^5.3.2 | ||
http_parser: ^4.0.2 | ||
|
||
dev_dependencies: | ||
lints: '>=1.0.1' | ||
test: ^1.24.3 | ||
lints: '>=2.1.1' | ||
test: ^1.24.6 | ||
fake_async: ^1.3.1 |
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