# flutter-example **Repository Path**: mirrors_NativeScript/flutter-example ## Basic Information - **Project Name**: flutter-example - **Description**: Using Flutter with NativeScript including Bluetooth integration via @nativescript-community/ble - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-08 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Flutter](https://flutter.dev/) + [NativeScript](https://nativescript.org/) example to enable Bluetooth integration using [@nativescript-community/ble](https://github.com/nativescript-community/ble) https://github.com/NativeScript/flutter-example/assets/457187/03c7d974-7c8b-4ac3-b172-cd9cf28aeb36 **Prerequisites:** - [Flutter installed](https://docs.flutter.dev/get-started/install) - [NativeScript installed](https://beta.docs.nativescript.org/setup/) ## Try NativeScript with Flutter ``` ns debug ``` Choose `ios` or `android`. To run on Android, be sure you have built the module first: ```bash cd flutter_views/.android ./gradlew Flutter:assemble ``` ## Develop Flutter module Run your Flutter module anytime to develop it further in isolation: ``` cd flutter_views flutter run --debug ```