Apply suggestions from code review
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
## 3.0.0
|
## 3.0.0
|
||||||
|
|
||||||
🛑️ Breaking Changes from `2.2.1`
|
🛑️ Breaking Changes from `2.2.1`
|
||||||
|
|
||||||
- `UserListView` `filter` property now is non-nullable.
|
- `UserListView` `filter` property now is non-nullable.
|
||||||
|
|||||||
@@ -27,11 +27,11 @@
|
|||||||
limit = 30
|
limit = 30
|
||||||
```
|
```
|
||||||
|
|
||||||
- `UserListViewCore` `filter` property now is non-nullable.
|
- `UserListCore` `filter` property now is non-nullable.
|
||||||
|
|
||||||
🔄 Changed
|
🔄 Changed
|
||||||
|
|
||||||
- `UserListViewCore` filter property now has a default value.
|
- `UserListCore` filter property now has a default value.
|
||||||
```dart
|
```dart
|
||||||
filter = const Filter.empty()
|
filter = const Filter.empty()
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user