29 lines
620 B
YAML
29 lines
620 B
YAML
name: nearby_service_example
|
|
description: Demonstrates how to use the nearby_service 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' # Remove this line if you wish to publish to pub.dev
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
provider: ^6.1.1
|
|
file_picker: ^10.0.0
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
nearby_service:
|
|
path: ../
|
|
path_provider: ^2.1.2
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|