# flutter_sample **Repository Path**: hezySign/flutter_sample ## Basic Information - **Project Name**: flutter_sample - **Description**: flutter 相关的一些demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-10-12 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_sample A new Flutter project. ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) - [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) For help getting started with Flutter development, view the [online documentation](https://docs.flutter.dev/), which offers tutorials, samples, guidance on mobile development, and a full API reference. ## Update ohos template and run on ohos device ```sh rm -rf ohos flutter create --platform ohos . flutter run -d $DEVICE_OHOS --local-engine=$ENGINE_DEBUG --debug ```