-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (45 loc) · 1.05 KB
/
pubspec.yaml
File metadata and controls
49 lines (45 loc) · 1.05 KB
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
46
47
48
49
name: engram
description: Flutter app that reads an Outline wiki, extracts a knowledge graph via Claude, and teaches it back via SM-2 spaced repetition.
version: 0.1.0
publish_to: none
environment:
sdk: ^3.7.0
dependencies:
flutter:
sdk: flutter
anthropic_sdk_dart: ^0.3.1
flutter_riverpod: ^2.6.1
http: ^1.3.0
meta: ^1.16.0
shared_preferences: ^2.3.4
flutter_local_notifications: ^20.0.0
timezone: ^0.10.1
firebase_core: ^4.4.0
cloud_firestore: ^6.1.2
firebase_auth: ^6.1.4
google_sign_in: ^6.2.1
sign_in_with_apple: ^6.1.0
crypto: ^3.0.3
fast_immutable_collections: ^11.0.0
fsrs: ^2.0.1
graphs: ^2.3.2
uuid: ^4.5.1
intl: ^0.19.0
just_audio: ^0.9.42
pretty_diff_text: ^2.1.0
drift: ^2.24.0
drift_flutter: ^0.2.4
sqlite3_flutter_libs: ^0.5.28
crdt: ^5.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
mocktail: ^1.0.4
test: ^1.26.0
fake_cloud_firestore: ^4.0.1
firebase_auth_mocks: ^0.15.1
drift_dev: ^2.24.0
build_runner: ^2.4.14
flutter:
uses-material-design: true