Skip to content

Commit 9186e86

Browse files
author
Facundo Paredes
committed
Merge remote-tracking branch 'upstream/release/1.0.28' into release/1.0.28
2 parents 9c76d67 + a6c3367 commit 9186e86

File tree

263 files changed

+1920
-941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1920
-941
lines changed

README.md

Lines changed: 12 additions & 884 deletions

packages/dart/README.md

Lines changed: 846 additions & 0 deletions
File renamed without changes.

packages/dart/pubspec.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: parse_server_sdk
2+
description: Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
3+
version: 1.0.28
4+
homepage: https://github.com/phillwiggins/flutter_parse_sdk
5+
6+
environment:
7+
sdk: ">=2.2.2 <3.0.0"
8+
9+
dependencies:
10+
http: ^0.12.2
11+
12+
# Networking
13+
web_socket_channel: ^1.1.0
14+
15+
#Database
16+
sembast: ^2.4.7+6
17+
sembast_web: '>=1.0.0'
18+
xxtea: ^2.0.3
19+
20+
# Utils
21+
uuid: ^2.2.2
22+
meta: ^1.1.8
23+
path: ^1.7.0
24+
25+
dev_dependencies:
26+
# Testing
27+
flutter_test:
28+
sdk: flutter
29+
mockito: ^4.1.1

0 commit comments

Comments
 (0)