38 lines
962 B
YAML
38 lines
962 B
YAML
name: bluetooth_print_example
|
|
description: Demonstrates how to use the bluetooth_print plugin.
|
|
publish_to: 'none'
|
|
version: 3.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^0.1.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
bluetooth_print:
|
|
path: ../
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
|
|
# The following line ensures that the Material Icons font is
|
|
# included with your application, so that you can use the icons in
|
|
# the material Icons class.
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/
|
|
- assets/images/guide3.png
|
|
- assets/images/bluetooth_print.png
|