Skip to content

Commit

Permalink
version: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kekland committed Feb 29, 2024
1 parent 4d52bff commit 578b3c5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion .flutter-plugins-dependencies

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/

.flutter-plugins
.flutter-plugins-dependencies
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

* Update to support Flutter `3.19.2`

## 0.1.0

* Fixed window resizing for macOS.
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.1.0
simulator: ^0.2.0
```
Note: this package only works in Debug mode. The entire code of the package should be tree-shaken away in Release mode.
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0
version: 0.2.0
homepage: https://github.com/kekland/simulator

platforms:
Expand All @@ -10,7 +10,7 @@ platforms:

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.7.0"
flutter: ">=3.19.0"

dependencies:
flutter:
Expand Down

0 comments on commit 578b3c5

Please sign in to comment.