We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83684ac commit f0eab8cCopy full SHA for f0eab8c
app/lib/models/book.dart
@@ -34,7 +34,7 @@ class BookNotifier extends StateNotifier<Book> {
34
set book(Book book) => state = book;
35
36
@override
37
- bool updateShouldNotify(Book old, Book current) => old != current;
+ bool updateShouldNotify(Book old, Book current) => true;
38
39
/// Creates a new page.
40
Future<Page> createPage(
0 commit comments