Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 67ce5110
authored
2025-12-02 13:46:28 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
版本号编译规则
1 parent
8467b967
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
lib/config/constant.dart
macos/Flutter/GeneratedPluginRegistrant.swift
lib/config/constant.dart
View file @
67ce511
...
@@ -16,8 +16,10 @@ class Constant {
...
@@ -16,8 +16,10 @@ class Constant {
/// obs文件分片上传的分片大小:5M
/// obs文件分片上传的分片大小:5M
static
const
int
obsUploadChunkSize
=
1024
*
1024
*
5
;
static
const
int
obsUploadChunkSize
=
1024
*
1024
*
5
;
/// 版本号
/// app 版本号规则
static
const
String
appVersion
=
'1.0.0'
;
static
const
String
appVersion
=
'1.0.2512021'
;
// h5的起始终最低版本号规则
static
const
String
h5Version
=
'1.0.0'
;
static
const
String
h5Version
=
'1.0.0'
;
/// H5版本号配置文件地址
/// H5版本号配置文件地址
...
...
macos/Flutter/GeneratedPluginRegistrant.swift
View file @
67ce511
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
import
FlutterMacOS
import
FlutterMacOS
import
Foundation
import
Foundation
import
app_settings
import
connectivity_plus
import
connectivity_plus
import
device_info_plus
import
device_info_plus
import
ffmpeg_kit_flutter_new
import
ffmpeg_kit_flutter_new
...
@@ -26,6 +27,7 @@ import video_player_avfoundation
...
@@ -26,6 +27,7 @@ import video_player_avfoundation
import
webview_flutter_wkwebview
import
webview_flutter_wkwebview
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
AppSettingsPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"AppSettingsPlugin"
))
ConnectivityPlusPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"ConnectivityPlusPlugin"
))
ConnectivityPlusPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"ConnectivityPlusPlugin"
))
DeviceInfoPlusMacosPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"DeviceInfoPlusMacosPlugin"
))
DeviceInfoPlusMacosPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"DeviceInfoPlusMacosPlugin"
))
FFmpegKitFlutterPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FFmpegKitFlutterPlugin"
))
FFmpegKitFlutterPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FFmpegKitFlutterPlugin"
))
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment