generated from dellevin/template
windows版本初步完成
This commit is contained in:
@@ -1362,6 +1362,7 @@ class _MovieFormPageState extends State<MovieFormPage> {
|
||||
);
|
||||
|
||||
await context.read<AppProvider>().addMovie(newMovie);
|
||||
await context.read<AppProvider>().loadMovies();
|
||||
} else {
|
||||
final updatedMovie = widget.movie!.copyWith(
|
||||
title: _titleController.text.trim(),
|
||||
|
||||
Reference in New Issue
Block a user