name: flutter_blue_plus_example
description: Demonstrates how to use the flutter_blue_plus plugin.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none'
environment:
sdk: ">=2.15.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_blue_plus:
# Note: We use a path dependency because the example app & plugin are bundled together.
# In *your* app you should use ^1.17.3 or similar
path: ../
flutter:
uses-material-design: true