-
Notifications
You must be signed in to change notification settings - Fork 28
/
pubspec.yaml
42 lines (36 loc) · 981 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: flutter_nearby_connections_example
description: Demonstrates how to use the flutter_nearby_connections plugin.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: '>=2.12.0 <3.0.0'
version: 1.0.0+0
dependencies:
flutter:
sdk: flutter
path: any
flutter_styled_toast: ^2.2.1
flutter_nearby_connections: ^1.1.2
cupertino_icons: ^1.0.8
bubble: ^1.2.1
nanoid: ^1.0.0
sqflite: ^2.3.3+1
intl: ^0.19.0
pointycastle: ^3.9.1
shared_preferences: ^2.3.2
provider: ^6.1.2
flutter_secure_storage: ^9.2.2
encrypt: ^5.0.3
asn1lib: ^1.5.3
local_auth: ^2.3.0
file_picker: ^8.1.2
open_filex: ^4.5.0
permission_handler: ^11.3.1
path_provider: ^2.1.4
dev_dependencies:
flutter_lints:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true