feat : buy page and widgets

This commit is contained in:
2025-06-30 10:36:30 +03:30
parent 7cec6bd084
commit 79adab71e3
11 changed files with 138 additions and 25 deletions

View File

@@ -0,0 +1,15 @@
import 'package:get/get.dart';
class BuyLogic extends GetxController {
@override
void onReady() {
// TODO: implement onReady
super.onReady();
}
@override
void onClose() {
// TODO: implement onClose
super.onClose();
}
}