import 'package:get/get.dart'; class QueryingTrackInfoProvider extends GetxController { RxBool isQueryingTrackInfo = false.obs; }