-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (35 loc) · 996 Bytes
/
pubspec.yaml
File metadata and controls
45 lines (35 loc) · 996 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
37
38
39
40
41
42
43
44
45
name: better_tfi
description: "A new Flutter project."
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+2
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
geolocator: ^13.0.2
csv: ^6.0.0
fixnum: ^1.1.1
protobuf: ^3.1.0
http: ^1.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.3
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
flutter_icons:
android: true # Disable Android icon generation
ios: true # Enable iOS icon generation
image_path: "assets/images/better_tfi_logo.png" # Path to your app icon (1024x1024 recommended)
adaptive_icon_background: "#FFFFFF" # Optional background color for iOS
remove_alpha_ios: true