Skip to content

Commit

Permalink
version: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kekland committed Mar 26, 2024
1 parent 267268d commit de7ea8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

* Fix `MediaQuery` not being applied when a device is chosen.

## 0.2.0

* Update to support Flutter `3.19.2`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ However, this package is not a replacement for testing on real devices. It's jus

```yaml
dependencies:
simulator: ^0.2.0
simulator: ^0.2.1
```
Note: this package only works in Debug mode. The entire code of the package should be tree-shaken away in Release mode.
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: simulator
description: "A (not just) device simulator for Flutter. Makes building multi-platform UIs a breeze"
version: 0.2.0
version: 0.2.1
homepage: https://github.com/kekland/simulator

platforms:
Expand Down

0 comments on commit de7ea8a

Please sign in to comment.