This commit is contained in:
2023-12-22 01:36:07 +08:00
commit 1414bd4bb4
77 changed files with 2327 additions and 0 deletions

6
lib/initial_binding.dart Normal file
View File

@@ -0,0 +1,6 @@
import 'package:get/get.dart';
class InitialBinding implements Bindings {
@override
void dependencies() {}
}