Skip to content

Commit f9f6c1b

Browse files
committed
release version 0.11.0
1 parent 0166595 commit f9f6c1b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.11.0 - 2026-04-19
2+
3+
- flutter 3.41.x compatibility (thanks to [@miguelzapp](https://github.com/miguelzapp)!)
4+
- `--rotation` argument for `flutterpi_tool devices add` (thanks to [@TID-Test](https://github.com/TID-Test)!)
5+
16
## 0.10.1 - 2025-12-11
27

38
- flutter 3.38.4 compatibility

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: flutterpi_tool
22
description: A tool to make development & distribution of flutter-pi apps easier.
3-
version: 0.10.1
3+
version: 0.11.0
44
repository: https://github.com/ardera/flutterpi_tool
55

66
environment:
77
sdk: ^3.0.5
8-
flutter: ">=3.38.0"
8+
flutter: ">=3.41.0"
99

1010
executables:
1111
# TODO(ardera): Maybe add an alias `flutterpi-tool` here?

0 commit comments

Comments
 (0)