This commit is contained in:
wyf
2025-06-21 21:22:04 +08:00
parent ca1995372c
commit 6588b4f053
18 changed files with 170 additions and 161 deletions

View File

@@ -5,6 +5,7 @@ import 'package:get/get.dart';
import 'package:path/path.dart' as p;
import 'package:path_provider/path_provider.dart';
import 'package:http/http.dart' as http;
import 'package:vbvs_app/common/color/appConstants.dart';
class UserPdfController extends GetxController {
var localPdfPath = Rx<String?>(null);