|
| 1 | +## 1.2.3 |
| 2 | + |
| 3 | +- 🔧 Fix Issue Caused by 1.2.1 |
| 4 | + |
1 | 5 | ## 1.2.2 |
2 | 6 |
|
3 | | -🔧Drop 1.2.1 Changes |
| 7 | +- 🔧 Drop 1.2.1 Changes |
4 | 8 |
|
5 | 9 | ## 1.2.1 |
6 | 10 |
|
7 | | -📖Update README.md to fix broken links |
8 | | -🔧Use `canPop` of `Page` instead `onPopPage` method in `Navigator` |
9 | | -🔧Use `onPopWithResult` instead `onPop` in `NavigatorPopHandler` |
| 11 | +- 📖 Update README.md to fix broken links |
| 12 | +- 🔧 Use `canPop` of `Page` instead `onPopPage` method in `Navigator` |
| 13 | +- 🔧 Use `onPopWithResult` instead `onPop` in `NavigatorPopHandler` |
10 | 14 |
|
11 | 15 | ## 1.2.0 |
12 | 16 |
|
13 | | -⚠️Now `breakPoint` is deprecated |
14 | | -🌍Add width adjustment [#1](https://github.com/Cierra-Runis/based_flutter/issues/1) |
| 17 | +- ⚠️ Now `breakPoint` is deprecated |
| 18 | +- 🌍 Add width adjustment [#1](https://github.com/Cierra-Runis/based_flutter/issues/1) |
15 | 19 |
|
16 | 20 | ## 1.1.0 |
17 | 21 |
|
18 | | -⚠️Now `leftWidget` required a `key` for keep its state |
19 | | -⚠️Now `navigatorKey` is `required` |
| 22 | +- ⚠️ Now `leftWidget` required a `key` for keep its state |
| 23 | +- ⚠️ Now `navigatorKey` is `required` |
20 | 24 |
|
21 | 25 | ## 1.0.7 |
22 | 26 |
|
23 | | -📖Rename `BasedSplitViewPlaceholder` to `_BasedSplitViewPlaceholder` |
24 | | -📖Remove `leftWidgetKey` |
25 | | -📖Now divider only show when `dividerWidth > 0` |
26 | | -🔧Fix `ScaffoldMessenger` |
| 27 | +- 📖 Rename `BasedSplitViewPlaceholder` to `_BasedSplitViewPlaceholder` |
| 28 | +- 📖 Remove `leftWidgetKey` |
| 29 | +- 📖 Now divider only show when `dividerWidth > 0` |
| 30 | +- 🔧 Fix `ScaffoldMessenger` |
27 | 31 |
|
28 | 32 | ## 1.0.6 |
29 | 33 |
|
30 | | -📖Use `CupertinoPage` now |
| 34 | +- 📖 Use `CupertinoPage` now |
31 | 35 |
|
32 | 36 | ## 1.0.5 |
33 | 37 |
|
34 | | -🔧Use `NavigatorPopHandler` instead `WillPopScope` |
| 38 | +- 🔧 Use `NavigatorPopHandler` instead `WillPopScope` |
35 | 39 |
|
36 | 40 | ## 1.0.4 |
37 | 41 |
|
38 | | -😵💫Weird behavior |
| 42 | +### 😵💫 Weird behavior |
39 | 43 |
|
40 | 44 | When there's page in ipad's right view, by clicking the back button at demo's right view, it pops ipad's right view, but not demo's right view, only when ipad's right view has not more page it pops demo's right view. |
41 | 45 |
|
42 | 46 | ## 1.0.3 |
43 | 47 |
|
44 | | -🔧Fix can't pop BasedSplitView when it has pages |
| 48 | +- 🔧 Fix can't pop BasedSplitView when it has pages |
45 | 49 |
|
46 | 50 | ## 1.0.2 |
47 | 51 |
|
48 | | -🔧Add \_leftWidgetKey to save state |
49 | | - |
50 | | -Refer to <https://github.com/Cierra-Runis/chat_life/commit/983d8fd89dd78f1b14ec617d62c73cf3bfae0acb> |
| 52 | +- 🔧 Add \_leftWidgetKey to save state |
| 53 | + Refer to <https://github.com/Cierra-Runis/chat_life/commit/983d8fd89dd78f1b14ec617d62c73cf3bfae0acb> |
51 | 54 |
|
52 | 55 | ## 1.0.1 |
53 | 56 |
|
54 | | -📖Update repo link |
| 57 | +- 📖 Update repo link |
55 | 58 |
|
56 | 59 | ## 1.0.0 |
57 | 60 |
|
58 | | -🌞First Publish🌞 |
| 61 | +- 🌞 First Publish 🌞 |
0 commit comments