mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
[testing_app] Migrate to null safety (#800)
This commit is contained in:
committed by
GitHub
parent
2809a7c89c
commit
c0d3d0cf04
@@ -9,7 +9,7 @@ import 'package:provider/provider.dart';
|
||||
import 'package:testing_app/models/favorites.dart';
|
||||
import 'package:testing_app/screens/favorites.dart';
|
||||
|
||||
Favorites favoritesList;
|
||||
late Favorites favoritesList;
|
||||
|
||||
Widget createFavoritesScreen() => ChangeNotifierProvider<Favorites>(
|
||||
create: (context) {
|
||||
|
||||
Reference in New Issue
Block a user