You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## [2.1.2] - 2026-05-01
2
+
3
+
### Fixed
4
+
5
+
* Dev Panel long-press failed to open when `ErrorStackDevPanel` was used via `MaterialApp.builder`. The panel now locates the `Navigator` whether it sits above or below the dev panel widget in the element tree.
6
+
7
+
### Tests
8
+
9
+
* Added widget tests covering the long-press path for both `home:` and `MaterialApp.builder` configurations.
10
+
11
+
### Example
12
+
13
+
* Added a "Storage Tab" example demonstrating the Dev Panel's `SharedPreferences` and `FlutterSecureStorage` inspector with view, edit, search, and delete flows.
0 commit comments