cd /user/downloads git clone https://github.com/boskokg/flutter_blue_plus.git then in pubspec.yaml add the repo by path: flutter_blue_plus: path: /user/downloads/flutter_blue_plus Now you can edit the Flutter
dependencies:flutter:sdk:flutterflutter_blue_plus:git:url:https://github.com/tnc1997/flutter-blue-plus.gitpath:packages/flutter_blue_plusref:flutter_blue_plus-v1.0.0 Compatibility AndroidiOSLinuxmacOSWebDescription setLogLevel✔️✔️✔️✔️✔️Configure plugin log level ...
.github .vscode packages flutter_blue_plus flutter_blue_plus_android flutter_blue_plus_ios flutter_blue_plus_linux flutter_blue_plus_macos lib macos .gitignore .metadata CHANGELOG.md LICENSE README.md pubspec.yaml flutter_blue_plus_platform_interface flutter_blue_plus_web site .gitignore LICENSE ...
forked fromchipweinberger/flutter_blue_plus NotificationsYou must be signed in to change notification settings Fork0 Star1 Code Pull requests Actions Projects Security Insights Additional navigation options Files master .github .vscode android example ...
homepage: https://github.com/boskokg/flutter_blue_plusenvironment: sdk: ">=2.15.1 <4.0.0" flutter: ">=2.5.0"dependencies: flutter: sdk: flutterflutter: plugin: platforms: android: package: com.lib.flutter_blue_plus pluginClass: FlutterBluePlusPlugin ...
master .github .vscode android example ios lib macos site .gitignore .metadata CHANGELOG.md LICENSE MIGRATION.md MOCKING.md README.md pubspec.yamlBreadcrumbs flutter_blue_plus / MOCKING.md Latest commit Cannot retrieve latest commit at this time. HistoryHistory ...
flutter_blue_plus is compatible only from version 19 of Android SDK so you should change this inandroid/app/build.gradle: Android{ defaultConfig { minSdkVersion:19 Add permissions for Bluetooth We need to add the permission to use Bluetooth and access location: ...
master .github .vscode android example ios lib macos site .gitignore .metadata CHANGELOG.md LICENSE MIGRATION.md MOCKING.md README.md pubspec.yamlBreadcrumbs flutter_blue_plus / CHANGELOG.md Latest commit Cannot retrieve latest commit at this time. HistoryHistory ...
If you'd like to add web support, please do it via wrapper (example: https://pub.dev/packages/flutter_blue_plus_windows). I'll keep this issue open until someone creates a wrapper for Web. tnc1997 commented Nov 13, 2024 An in development fork of Flutter Blue Plus that supports web...
import 'package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart'; // Alternatively, you can hide FlutterBluePlus when importing the FBP statement import 'package:flutter_blue_plus/flutter_blue_plus.dart' hide FlutterBluePlus; import 'package:flutter_blue_plus_windows/flutter_blue_plus_win...