fist getx sample with login and .env
This commit is contained in:
11
lib/controllers/login_controller.dart
Normal file
11
lib/controllers/login_controller.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
class LoginController extends GetxController {
|
||||
final szRemark = 'You are on Login Page....'.obs;
|
||||
|
||||
@override
|
||||
void onReady() {}
|
||||
|
||||
@override
|
||||
void onClose() {}
|
||||
}
|
||||
Reference in New Issue
Block a user