-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (31 loc) · 877 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (31 loc) · 877 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: aiket
description: "Retarded LLM wrapper"
publish_to: 'none'
version: 0.1.0
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
flutter_markdown_plus: ^1.0.7
http: ^1.6.0
shared_preferences: ^2.5.4
url_launcher: ^6.1.10 # Updated to the latest version
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
flutter_launcher_icons:
android: true # Generate Android icons
ios: false # Generate iOS icons
image_path: "assets/icon/icon.png" # Path to your icon file
# Optional: Customize adaptive icons for Android
adaptive_icon_background: "#ffffff" # Color or image path
adaptive_icon_foreground: "assets/icon/icon.png"
linux:
generate: true
image_path: "assets/icon/icon.jpg"
icon_size: 128 # Optional, defaults to 48