-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (35 loc) · 852 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (35 loc) · 852 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
name: cicada
description: "Cicada - OpenClaw Launcher for Everyone"
publish_to: 'none'
version: 0.1.0+1
environment:
sdk: ^3.7.0
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
http: ^1.2.1
shared_preferences: ^2.3.3
url_launcher: ^6.3.1
window_manager: ^0.4.3
path_provider: ^2.1.5
file_picker: ^8.1.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
riverpod_generator: ^2.6.2
build_runner: ^2.4.13
custom_lint: ^0.7.0
flutter:
uses-material-design: true
assets:
- assets/presets/
- assets/bundled_skills/
- assets/bundled_skills/code-review/
- assets/bundled_skills/doc-gen/
- assets/bundled_skills/test-helper/
- assets/bundled_skills/git-helper/
- assets/bundled_skills/refactor/
- assets/bundled_skills/i18n/