-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (31 loc) · 731 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (31 loc) · 731 Bytes
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
name: whoamie_app
description: A Flutter app that scans installed apps and detects their frameworks
publish_to: 'none'
version: 1.1.2+2
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
archive: ^3.4.0
shimmer: ^3.0.0
shared_preferences: ^2.2.2
intl: ^0.20.2
url_launcher: ^6.3.1
package_info_plus: ^9.0.0
share_plus: ^12.0.0
in_app_review: ^2.0.11
lucide_icons_flutter: ^3.1.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
dependency_validator: ^5.0.4
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
flutter_launcher_icons:
android: "launcher_icon"
ios: false
image_path: "assets/logo.png"