mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Beta (#1234)
This commit is contained in:
@@ -35,7 +35,7 @@ class SignInHttpDemo extends StatefulWidget {
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
_SignInHttpDemoState createState() => _SignInHttpDemoState();
|
||||
State<SignInHttpDemo> createState() => _SignInHttpDemoState();
|
||||
}
|
||||
|
||||
class _SignInHttpDemoState extends State<SignInHttpDemo> {
|
||||
|
||||
Reference in New Issue
Block a user