Skip to content

Commit

Permalink
update compatibility flutter 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaGiorgadze committed Nov 23, 2023
1 parent 8825788 commit f4fd52c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Subsequently, the date entry follows **YYYY-MM-DD** format in accordance with th

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.6.1] (2023-05-03)

- **Fixed**
- Fix: Library not compatible with flutter 3.16.0 - incorrect type definition

## [v0.6.0] (2023-08-30)

- **Add**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dev_dependencies:
http_mock_adapter: ^0.6.0
http_mock_adapter: ^0.6.1
```
#### Install it
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: 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.6.0
version: 0.6.1
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
Expand Down

0 comments on commit f4fd52c

Please sign in to comment.