File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,10 @@ class MainAppState extends State<MainApp> with SimpleFrameAppState {
67
67
void initState () {
68
68
super .initState ();
69
69
70
- _loadPrefs ();
70
+ // load up the saved text field data
71
+ _loadPrefs ()
72
+ // then kick off the connection to Frame and start the app if possible
73
+ .then ((_) => tryScanAndConnectAndStart (andRun: true ));
71
74
}
72
75
73
76
Future <void > _loadPrefs () async {
Original file line number Diff line number Diff line change @@ -444,10 +444,10 @@ packages:
444
444
dependency: "direct main"
445
445
description:
446
446
name: simple_frame_app
447
- sha256: "256d6a1b6a194745bdfe004e6016a871a4936cd92152067cbc656339b267cf3c"
447
+ sha256: ecd3e06d5f83afaf43f643454d264258a1c90209bc55e817ddf686dfc87ad43b
448
448
url: "https://pub.dev"
449
449
source: hosted
450
- version: "1 .0.1 "
450
+ version: "2 .0.0 "
451
451
sky_engine:
452
452
dependency: transitive
453
453
description: flutter
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
sdk : flutter
12
12
logging : ^1.2.0
13
13
google_speech : ^5.3.0
14
- simple_frame_app : ^1 .0.1
14
+ simple_frame_app : ^2 .0.0
15
15
shared_preferences : ^2.3.2
16
16
share_plus : ^10.1.0
17
17
You can’t perform that action at this time.
0 commit comments