1 parent 0166595 commit f9f6c1bCopy full SHA for f9f6c1b
2 files changed
CHANGELOG.md
@@ -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
6
## 0.10.1 - 2025-12-11
7
8
- flutter 3.38.4 compatibility
pubspec.yaml
@@ -1,11 +1,11 @@
name: flutterpi_tool
description: A tool to make development & distribution of flutter-pi apps easier.
-version: 0.10.1
+version: 0.11.0
repository: https://github.com/ardera/flutterpi_tool
environment:
sdk: ^3.0.5
- flutter: ">=3.38.0"
+ flutter: ">=3.41.0"
9
10
executables:
11
# TODO(ardera): Maybe add an alias `flutterpi-tool` here?
0 commit comments