Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
State Restorable starter app (#391)
Browse files Browse the repository at this point in the history
* Responsive starter app state restoration
  • Loading branch information
Shi-Hao Hong authored Dec 17, 2020
1 parent c8734e9 commit 4e0f7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/studies/starter/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class StarterApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
restorationScopeId: 'starter_app',
title: GalleryLocalizations.of(context).starterAppTitle,
debugShowCheckedModeBanner: false,
localizationsDelegates: GalleryLocalizations.localizationsDelegates,
Expand Down

0 comments on commit 4e0f7f8

Please sign in to comment.