-
-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy pathpubspec.yaml
54 lines (45 loc) · 1.1 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
name: parse_server_sdk
description: The Dart SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
version: 8.0.0
homepage: https://parseplatform.org
repository: https://github.com/parse-community/Parse-SDK-Flutter
issue_tracker: https://github.com/parse-community/Parse-SDK-Flutter/issues
documentation: https://docs.parseplatform.org/dart/guide
funding:
- https://opencollective.com/parse-server
- https://github.com/sponsors/parse-community
topics:
- parse
- parse-platform
- parse-server
- node-js
- backend
environment:
sdk: ">=3.2.6 <4.0.0"
dependencies:
# Networking
dio: ^5.7.0
http: ^1.2.0
web_socket_channel: ^2.4.3
#Database
sembast: ^3.6.0
sembast_web: ^2.2.0
# Utils
uuid: ^4.5.1
meta: ^1.16.0
path: ^1.9.0
mime: ^1.0.0
timezone: ^0.9.4
universal_io: ^2.2.2
xxtea: ^2.1.0
collection: ^1.18.0
cross_file: ^0.3.3+8
dev_dependencies:
lints: ^4.0.0
# Testing
build_runner: ^2.4.9
mockito: ^5.4.4
test: ^1.25.7
screenshots:
- description: Parse Platform logo.
path: screenshots/logo.png