forked from uchijo/flustr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
69 lines (60 loc) · 1.43 KB
/
pubspec.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: nostrp2p
description: "A NostrP2P Client."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.2 <4.0.0'
flutter: '3.19.6'
dependencies:
# flutter:
# sdk: flutter
flutter_riverpod: ^2.4.9
riverpod_annotation: ^2.3.3
cupertino_icons: ^1.0.2
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
#nostr: ^1.4.3
nostr:
git:
url: https://github.com/uchijo/dart-nostr.git
ref: feature/eoseSubscriptionId
collection: ^1.18.0
mockito: ^5.4.3
bip340: ^0.2.0
shared_preferences: ^2.2.2
web: ^0.5.0
web_socket_channel: 2.4.4
flutter_launcher_icons: ^0.13.1
http: ^1.2.1
fetch_client: ^1.1.0-wasm
cronet_http: ^1.1.1
cupertino_http: ^1.3.0
intl: ^0.19.0
url_launcher: ^6.2.6
message_pack_dart: ^2.0.1
hex: ^0.2.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner:
custom_lint:
riverpod_generator: ^2.3.9
riverpod_lint: ^2.3.7
flutter_lints: ^2.0.0
freezed: ^2.4.5
json_serializable: ^6.7.1
flutter:
uses-material-design: true
fonts:
- family: Noto Sans JP
fonts:
- asset: fonts/NotoSansJP-Regular.otf
- asset: fonts/NotoSansJP-Bold.otf
flutter_icons:
android: true
ios: false
image_path: "assets/images/app_icon.png"
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg