• This project
    • Loading...
  • Sign in

flutter_package / flutter_wakelock

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • flutter_wakelock
  • wakelock
  • example
  • ohos
  • AppScope
  • app.json5
  • init ohos in wakelock/example · da9f65fb ...
    da9f65fb Browse Files
    Signed-off-by: hezhengyi <ssyzesb@qq.com>
    hezhengyi authored 2024-03-14 09:38:24 +0800
app.json5 205 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
{
  "app": {
    "bundleName": "com.example.wakelock",
    "vendor": "example",
    "versionCode": 1000000,
    "versionName": "1.0.0",
    "icon": "$media:app_icon",
    "label": "$string:app_name"
  }
}