Skip to content

Preparing the repository for seperated dart and flutter package #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
896 changes: 12 additions & 884 deletions README.md

Large diffs are not rendered by default.

846 changes: 846 additions & 0 deletions packages/dart/README.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions packages/dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: parse_server_sdk
description: Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
version: 1.0.28
homepage: https://github.com/phillwiggins/flutter_parse_sdk

environment:
sdk: ">=2.2.2 <3.0.0"

dependencies:
http: ^0.12.2

# Networking
web_socket_channel: ^1.1.0

#Database
sembast: ^2.4.7+6
sembast_web: '>=1.0.0'
xxtea: ^2.0.3

# Utils
uuid: ^2.2.2
meta: ^1.1.8
path: ^1.7.0

dev_dependencies:
# Testing
flutter_test:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can go back to using test here

sdk: flutter
mockito: ^4.1.1
Loading