-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
72 lines (55 loc) · 1.31 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
69
70
71
72
name: spinify
description: >
Dart client to communicate with Centrifuge and Centrifugo from Dart and Flutter
over WebSockets with Protobuf support.
version: 0.0.4
homepage: https://centrifugal.dev
repository: https://github.com/PlugFox/spinify
issue_tracker: https://github.com/PlugFox/spinify/issues
funding:
- https://www.buymeacoffee.com/plugfox
- https://www.patreon.com/plugfox
- https://boosty.to/plugfox
topics:
- spinify
- centrifugo
- centrifuge
- websocket
- cross-platform
platforms:
android:
ios:
linux:
macos:
web:
windows:
#screenshots:
# - description: 'Example of using the library to connect to a Centrifugo server.'
# path: example.png
environment:
sdk: '>=3.4.0 <4.0.0'
dependencies:
# Annotations
meta: ^1.9.1
# Protocol Buffers
protobuf: ^3.1.0
# Web related libraries
web: ^1.0.0
# Utilities
crypto: ^3.0.3
fixnum: ^1.1.0
stack_trace: ^1.11.0
dev_dependencies:
build_runner: ^2.4.6
pubspec_generator: ^4.0.0
benchmark_harness: ^2.2.2
lints: ^5.0.0
test: ^1.24.4
fake_async: ^1.3.1
# https://github.com/dart-lang/mockito/issues/732
# https://github.com/dart-lang/mockito/pull/738
# https://github.com/dart-lang/mockito/issues/755
#mockito:
# git:
# url: https://github.com/dart-lang/mockito.git
# ref: master