revamped example with controls & improved layout

This commit is contained in:
David Zhao
2021-08-04 22:52:31 -07:00
parent 8cd7546d2f
commit 36c9cd061a
3 changed files with 278 additions and 85 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class PreConnect extends StatefulWidget {
@override
State<StatefulWidget> createState() {
return _PreConnectState(
'ws://172.20.10.11:7880',
'ws://localhost:7880',
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE5ODQzNDMyMzUsImlzcyI6IkFQSU1teGlMOHJxdUt6dFpFb1pKVjlGYiIsImp0aSI6InNlY29uZCIsIm5iZiI6MTYyNDM0MzIzNSwidmlkZW8iOnsicm9vbSI6Im15cm9vbSIsInJvb21Kb2luIjp0cnVlfX0.USJmnqcLabtsX5A0ZIjguG7jnbVkbZxi5RyPxLOXgOg',
);
}