# flutter_samples **Repository Path**: OxZOne/flutter_samples ## Basic Information - **Project Name**: flutter_samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/flutter_samples - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 59 - **Created**: 2024-01-22 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Warehouse introduction This warehouse is based on the upstream Flutter community [samples warehouse] (https://github.com/flutter/samples/), based on commitId: d010d3fae62e2bec36614c9b17e9a86e78a65575. This repository mainly adds sample code for the OpenHarmony platform. ## New examples have been added to the OpenHarmony platform | Warehouse name | Dependency path | Description | | ----- | ----------------------------------------------- -- | ----- | | flutter_music_player | flutter_music_player | music player | | flutter_smart_agriculture | flutter_smart_agriculture | smart farm | | async_test | ohos/async_test | Asynchronous call demo | | dio_test | ohos/dio_test | dio demo | | event_bus_test | ohos/event_bus_test | event-driven demo | | flutter_svg_test | ohos/flutter_svg_test | svg picture demo | | http_parser_test | ohos/http_parser_test | http parsing demo | | http_test | ohos/http_test | http demo | | path_drawing_test | ohos/path_drawing_test | Path drawing demo | | platform_test | ohos/platform_test | Platform call demo | | rxdart_test | ohos/rxdart_test | rxdart demo | | string_scanner_test | ohos/string_scanner_test | Character scanning demo | | testchat | ohos/testchat | Chat scene demo | | tuple_test | ohos/tuple_test | tuple demo | | uuid_test | ohos/uuid_test | uuid demo | | vector_match_test | ohos/vector_match_test | Vector matching demo | ## How to run the sample code 1. Compile Flutter’s Engine that is compatible with OpenHarmony, reference: https://gitee.com/openharmony-sig/flutter_engine/blob/master/README.md 2. Download Flutter’s OpenHarmony-compatible SDK and configure the relevant environment. Reference: https://gitee.com/openharmony-sig/flutter_flutter/blob/master/README.md 3. Enter the sample directory, such as flutter_music_player, and run flutter run --local-engine=.