# flutter_framework **Repository Path**: joliu/flutter_framework ## Basic Information - **Project Name**: flutter_framework - **Description**: flutter2.x开发框架搭建,支持Android、iOS、macOS、Windows、web开发 - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-12-30 - **Last Updated**: 2021-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_framework 一个flutter2.0开发框架,支持Android、iOS、web、macOS、Windows等各个平台的开发 # 封装功能如下 # 注意事项 ## 1.1 ota_update 使用注意 1. Android 升级版本号后,需要将文件android/src/main/res/xml/filepaths.xml内容替换为以下内容。 ```xml ``` 将以下提供程序引用添加到节点内的 AndroidManifest.xml 。 ``` ``` 出于安全原因,Android 下载管理器默认禁用明文流量。要允许它,您需要创建文件res/xml/network_security_config.xml ```xml ``` 并AndroidManifest.xml在应用程序标签中引用它 ```xml android:networkSecurityConfig="@xml/network_security_config" ```