We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a14113 commit 7013a90Copy full SHA for 7013a90
CHANGELOG.md
@@ -1,10 +1,14 @@
1
## 0.10.0
2
3
-* feat: Add support for system navigation bar with 3 buttons for Android devices.
+* feat: Add support for 2-button and 3-button navigation for Android devices.
4
```dart
5
WindowConfigData(
6
systemNavBar = SystemNavBarData.threeButton(),
7
)
8
+ // or
9
+ WindowConfigData(
10
+ systemNavBar = SystemNavBarData.twoButton(),
11
+ )
12
```
13
* **BREAKING**: refactor: replaced `homeIndicator` by `systemNavBar` in `WindowConfigData` for the home gesture indicator:
14
```diff
0 commit comments