Skip to content

infodog/owl_mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owl_mobile

搭建构造环境

1.先安装nodejs

2.安装flutter

目录结构说明:

  • bin:

    javascript程序,用于将小程序转换为flutter

  • templates:

    保存owlmobile-init的时候创建的工程的内容,其中:

    * flutter:

    默认的flutter工程

    * wechat:

    默认的wechat工程

需要手动修改的部分

IOS

Video_Player

Add the following entry to your Info.plist file, located in /ios/Runner/Info.plist:

<key>NSAppTransportSecurity</key>
<dict>
  <key>NSAllowsArbitraryLoads</key>
  <true/>
</dict>

Android

Video_Player

Ensure the following permission is present in your Android Manifest file, located in `/android/app/src/main/AndroidManifest.xml:

<uses-permission android:name="android.permission.INTERNET"/>

The Flutter project template adds it, so it may already be there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages