# flutterApp **Repository Path**: dolphinApps/flutterApp ## Basic Information - **Project Name**: flutterApp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo 基于Flutter构建的兼容IOS和Android的原生APP. ## 如何运行 > 在运行之前,需要搭建Flutter的运行环境[文档](https://flutter.dev/docs/get-started/install) ``` git clone https://gitee.com/dolphinApps/flutterApp.git cd flutterApp flutter packages get // 获取依赖包 flutter run (如果你想运行特有的设备,请执行:flutter run -d 设备id) ```