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.6 <4.0.0' dependencies: flutter: sdk: flutter nearby_service: path: ../ permission_handler: ^11.0.1 provider: ^6.1.1 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^3.0.1 flutter: uses-material-design: true