Login page content
This commit is contained in:
parent
12ff1e953a
commit
53320d9d0f
6 changed files with 75 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue