添加到处library文件

This commit is contained in:
DESKTOP-I3JPKHK\wy 2025-12-11 14:03:37 +08:00
parent c029a3cebb
commit e930cf2775
2 changed files with 9 additions and 0 deletions

5
lib/models/index.dart Normal file
View File

@ -0,0 +1,5 @@
library;
export 'app_market.dart';
export 'app_upgrade_method.dart';
export 'app_upgrade_version.dart';

View File

@ -0,0 +1,4 @@
library;
export 'package:yx_app_upgrade_flutter/app_upgrade_simple.dart';
export 'package:yx_app_upgrade_flutter/models/index.dart';