-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
48 lines (39 loc) · 966 Bytes
/
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
name: flustr
description: "A new Flutter project."
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'
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
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
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg