Login page content

This commit is contained in:
Andrew 2023-05-08 14:04:30 +07:00
parent 12ff1e953a
commit 53320d9d0f
6 changed files with 75 additions and 14 deletions

View file

@ -1,3 +1,4 @@
import 'package:flu_console/flu_console.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:get_storage/get_storage.dart';
@ -26,7 +27,9 @@ void main() async {
fenix: true,
);
runApp(const MainApp());
FluConsole.run(() {
runApp(const MainApp());
});
}
class MainApp extends StatelessWidget {