Apply suggestions from code review

This commit is contained in:
Salvatore Giordano
2021-09-27 09:20:33 +02:00
committed by GitHub
parent 1fe446c6e6
commit 853a3fe2af
2 changed files with 3 additions and 2 deletions
@@ -1,4 +1,5 @@
## 3.0.0
🛑️ Breaking Changes from `2.2.1`
- `UserListView` `filter` property now is non-nullable.
@@ -27,11 +27,11 @@
limit = 30
```
- `UserListViewCore` `filter` property now is non-nullable.
- `UserListCore` `filter` property now is non-nullable.
🔄 Changed
- `UserListViewCore` filter property now has a default value.
- `UserListCore` filter property now has a default value.
```dart
filter = const Filter.empty()
```