Skip to content

Commit 7013a90

Browse files
committed
docs(lib): add 2-button navigation in Changelog
1 parent 8a14113 commit 7013a90

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## 0.10.0
22

3-
* feat: Add support for system navigation bar with 3 buttons for Android devices.
3+
* feat: Add support for 2-button and 3-button navigation for Android devices.
44
```dart
55
WindowConfigData(
66
systemNavBar = SystemNavBarData.threeButton(),
77
)
8+
// or
9+
WindowConfigData(
10+
systemNavBar = SystemNavBarData.twoButton(),
11+
)
812
```
913
* **BREAKING**: refactor: replaced `homeIndicator` by `systemNavBar` in `WindowConfigData` for the home gesture indicator:
1014
```diff

0 commit comments

Comments
 (0)