-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpubspec.yaml
33 lines (28 loc) · 873 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
name: device_marketing_names
description: Lookup device marketing names for Android, iOS and browsers with ease. No internet connection or database required.
version: 1.0.0
homepage: https://github.com/Boehrsi/device_marketing_names
repository: https://github.com/Boehrsi/device_marketing_names
issue_tracker: https://github.com/Boehrsi/device_marketing_names/issues
topics: [ device, name, utils ]
environment:
sdk: ">=2.15.0 <4.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
device_info_plus: ">=4.1.2 <12.0.0"
universal_platform: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.11
device_info_plus_platform_interface: ">=3.0.0 <8.0.0"
flutter_lints: ">=3.0.2 <6.0.0"
mockito: ^5.4.4
platforms:
android:
ios:
web:
scripts:
build_runner: dart run build_runner build --delete-conflicting-outputs