owlmobile-cli

1.63.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i owlmobile-cli

Weekly Downloads

3

Version

1.63.0

License

ISC

Unpacked Size

68.7 MB

Total Files

228

Last publish

Collaborators

  • infodog