/flutter-example

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

Primary LanguageDart

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

ns-flutter-bluetooth.mp4

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