Commit 67ce5110 by Administrator

版本号编译规则

1 parent 8467b967
......@@ -16,8 +16,10 @@ class Constant {
/// obs文件分片上传的分片大小:5M
static const int obsUploadChunkSize = 1024 * 1024 * 5;
/// 版本号
static const String appVersion = '1.0.0';
/// app 版本号规则
static const String appVersion = '1.0.2512021';
// h5的起始终最低版本号规则
static const String h5Version = '1.0.0';
/// H5版本号配置文件地址
......
......@@ -5,6 +5,7 @@
import FlutterMacOS
import Foundation
import app_settings
import connectivity_plus
import device_info_plus
import ffmpeg_kit_flutter_new
......@@ -26,6 +27,7 @@ import video_player_avfoundation
import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppSettingsPlugin.register(with: registry.registrar(forPlugin: "AppSettingsPlugin"))
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FFmpegKitFlutterPlugin.register(with: registry.registrar(forPlugin: "FFmpegKitFlutterPlugin"))
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!