mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 15:28:44 +00:00
Upgrade to latest (#1262)
This commit is contained in:
@@ -12,7 +12,7 @@ class AppLifecycleObserver extends StatefulWidget {
|
||||
const AppLifecycleObserver({required this.child, Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
_AppLifecycleObserverState createState() => _AppLifecycleObserverState();
|
||||
State<AppLifecycleObserver> createState() => _AppLifecycleObserverState();
|
||||
}
|
||||
|
||||
class _AppLifecycleObserverState extends State<AppLifecycleObserver>
|
||||
|
||||
Reference in New Issue
Block a user