This commit is contained in:
Phaung Phaung
2021-09-10 12:02:08 +06:30
parent a144c945b6
commit c06ae00b68
35 changed files with 190 additions and 223 deletions

View File

@@ -17,7 +17,7 @@ class SignupPage extends StatefulWidget {
class _SignupPageState extends State<SignupPage> {
bool _isLoading = false;
TextEditingController nameCtl;
TextEditingController nameCtl = new TextEditingController();
@override
void initState() {