File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
change_notifier_provider/test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class MockRepository extends TodosRepository {
88 int saveCount = 0 ;
99
1010 MockRepository ([List <Todo > todos = const []])
11- : entities = todos.map ((it) => it.toEntity ()).toList ();
11+ : entities = todos.map ((it) => it.toEntity ()).toList ();
1212
1313 @override
1414 Future <List <TodoEntity >> loadTodos () async => entities;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class ExtraActionsButton extends StatelessWidget {
66 final bool allComplete;
77 final bool hasCompletedTodos;
88
9- ExtraActionsButton ({
9+ const ExtraActionsButton ({
1010 super .key,
1111 required this .onSelected,
1212 this .allComplete = false ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class FilterButton extends StatelessWidget {
77 final VisibilityFilter activeFilter;
88 final bool isActive;
99
10- FilterButton ({
10+ const FilterButton ({
1111 super .key,
1212 required this .onSelected,
1313 required this .activeFilter,
You can’t perform that action at this time.
0 commit comments