From e930cf277504d0c567910a76abdf275c05ce8460 Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Thu, 11 Dec 2025 14:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B0=E5=A4=84library?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/models/index.dart | 5 +++++ lib/yx_app_upgrade_flutter.dart | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 lib/models/index.dart create mode 100644 lib/yx_app_upgrade_flutter.dart diff --git a/lib/models/index.dart b/lib/models/index.dart new file mode 100644 index 0000000..43816c6 --- /dev/null +++ b/lib/models/index.dart @@ -0,0 +1,5 @@ +library; + +export 'app_market.dart'; +export 'app_upgrade_method.dart'; +export 'app_upgrade_version.dart'; diff --git a/lib/yx_app_upgrade_flutter.dart b/lib/yx_app_upgrade_flutter.dart new file mode 100644 index 0000000..f9ce14a --- /dev/null +++ b/lib/yx_app_upgrade_flutter.dart @@ -0,0 +1,4 @@ +library; + +export 'package:yx_app_upgrade_flutter/app_upgrade_simple.dart'; +export 'package:yx_app_upgrade_flutter/models/index.dart';