# flutter-webview-demo **Repository Path**: hellozbk/flutter-webview-demo ## Basic Information - **Project Name**: flutter-webview-demo - **Description**: 一个使用webview_flutter3.0.0的内嵌网页的APP示例。 - **Primary Language**: Dart - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-12-22 - **Last Updated**: 2023-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webviewdemo 使用WebView内嵌网页展示页面 - 已开启http访问 - 已添加网络访问权限 # 安装运行 Flutter中文网 https://flutterchina.club/get-started/install/ 获取包 ``` flutter pub get ``` 打apk包 ``` flutter build apk ```