Skip to content

Commit 5ab2028

Browse files
committed
release(flutter-inspector): 0.1.0
1 parent dc224ef commit 5ab2028

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.1.0
2+
3+
- Initial release of `simdeck_flutter_inspector`.
4+
- Publishes the live Flutter widget hierarchy to SimDeck over WebSocket in debug builds.
5+
- Exposes render bounds, diagnostics properties, semantics metadata, and source locations when widget creation tracking is enabled.
6+
- Supports `View.hitTest`, `View.describeAtPoint`, `View.getProperties`, `View.listActions`, and `View.perform` (tap, longPress, focus, resignFirstResponder, setText, scrollBy, scrollTo, increase, decrease).

packages/flutter-inspector/LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright OpenJS Foundation and other contributors, https://openjsf.org
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

packages/flutter-inspector/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: simdeck_flutter_inspector
22
description: Debug-only Flutter runtime inspector for SimDeck.
33
version: 0.1.0
4-
homepage: https://github.com/NativeScript/SimDeck
4+
homepage: https://simdeck.sh/inspector/flutter
55
repository: https://github.com/NativeScript/SimDeck
66

77
environment:

0 commit comments

Comments
 (0)