Skip to content

Commit

Permalink
[ohos]更新FlutterBoost项目结构
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZOne committed May 11, 2024
1 parent c686c16 commit 301122d
Show file tree
Hide file tree
Showing 51 changed files with 15 additions and 251 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
1. [ohos]问题已修复,统一使用回鸿蒙社区的git依赖
2. 更新FlutterBoost版本说明
3. 添加clipboard示例
4. [ohos]更新FlutterBoost项目结构

# 4.5.6
1. [ohos]接管FlutterView绑定引擎的时机,解决Tab场景显示异常的问题,避免冗余的attach/detach
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions ohos/AppScope/app.json5

This file was deleted.

8 changes: 0 additions & 8 deletions ohos/AppScope/resources/base/element/string.json

This file was deleted.

Binary file removed ohos/AppScope/resources/base/media/app_icon.png
Binary file not shown.
28 changes: 5 additions & 23 deletions ohos/build-profile.json5
Original file line number Diff line number Diff line change
@@ -1,28 +1,10 @@
{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.1.0(11)",
"compatibleSdkVersion": "4.1.0(11)",
"runtimeOS": "HarmonyOS"
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
"apiType": "stageMode",
"buildOption": {
},
"modules": [
"targets": [
{
"name": "flutter_boost",
"srcPath": "./flutter_boost"
"name": "default"
}
]
}
}
10 changes: 0 additions & 10 deletions ohos/flutter_boost/build-profile.json5

This file was deleted.

2 changes: 0 additions & 2 deletions ohos/flutter_boost/hvigorfile.ts

This file was deleted.

11 changes: 0 additions & 11 deletions ohos/flutter_boost/oh-package.json5

This file was deleted.

21 changes: 0 additions & 21 deletions ohos/hvigor/hvigor-config.json5

This file was deleted.

1 change: 0 additions & 1 deletion ohos/hvigor/hvigor-wrapper.js

This file was deleted.

22 changes: 1 addition & 21 deletions ohos/hvigorfile.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
/*
* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { appTasks } from '@ohos/hvigor-ohos-plugin';

export default {
system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
}
export { harTasks } from '@ohos/hvigor-ohos-plugin';
48 changes: 0 additions & 48 deletions ohos/hvigorw

This file was deleted.

64 changes: 0 additions & 64 deletions ohos/hvigorw.bat

This file was deleted.

File renamed without changes.
10 changes: 0 additions & 10 deletions ohos/local.properties

This file was deleted.

13 changes: 0 additions & 13 deletions ohos/oh-package-lock.json5

This file was deleted.

12 changes: 5 additions & 7 deletions ohos/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "flutter_boost",
"version": "1.0.0",
"description": "Please describe the basic information.",
"version": "4.5.6",
"description": "The next-generation Flutter-Native hybrid solution.",
"main": "",
"author": "",
"license": "",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"@ohos/hypium": "1.0.6"
"@ohos/flutter_ohos": "file:har/flutter.har",
}
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "har",
"deviceTypes": [
"default",
"tablet"
"tablet",
"2in1"
]
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 301122d

Please sign in to comment.