Skip to content

Commit bd7ab20

Browse files
committed
Final touches to bloc_flutter
1 parent 97d1114 commit bd7ab20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bloc_flutter/integration_test/app_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void main() {
1313
ReactiveLocalStorageRepository(
1414
repository: LocalStorageRepository(
1515
localStorage: KeyValueStorage(
16-
'simple_bloc_test_${DateTime.now().toIso8601String()}',
16+
'bloc_flutter_test_${DateTime.now().toIso8601String()}',
1717
await SharedPreferences.getInstance(),
1818
),
1919
),

bloc_flutter/lib/widgets/todo_item.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class TodoItem extends StatelessWidget {
99
final Todo todo;
1010

1111
const TodoItem({
12+
super.key,
1213
required this.onDismissed,
1314
required this.onTap,
1415
required this.onCheckboxChanged,

0 commit comments

Comments
 (0)