flutter-example

Using Flutter with NativeScript including Bluetooth integration via @nativescript-community/ble

Stars
7
Committers
1

Flutter + NativeScript example to enable Bluetooth integration using @nativescript-community/ble

https://github.com/NativeScript/flutter-example/assets/457187/03c7d974-7c8b-4ac3-b172-cd9cf28aeb36

Prerequisites:

Try NativeScript with Flutter

ns debug

Choose ios or android.

To run on Android, be sure you have built the module first:

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