From cde971b28918528aaa8f899d0befdf912fb4f513 Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Fakouri Date: Thu, 25 May 2023 09:12:43 +0330 Subject: [PATCH 1/5] Create CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..e8e749dcd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing to Parse SDK for Flutter +We want to make contributing to this project as easy and transparent as possible. + +## Pull Requests +We actively welcome your pull requests. When we get one, we'll run some Parse-specific integration tests on it first. From here, we'll need to get a core member to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delay. We'll do our best to provide updates and feedback throughout the process. + +1. Fork the repo and create your branch from `master`. +4. Add unit tests for any new code you add. +3. If you've changed APIs, update the documentation. +4. Ensure the test suite passes. + +## Code of Conduct +This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/parse-community/parse-server/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code. + +## License +By contributing to Parse SDK Flutter, you agree that your contributions will be licensed under its license. + +[stack-overflow]: http://stackoverflow.com/tags/parse.com +[bug-reports]: https://github.com/parse-community/parse-server From 835a1db0029a66fe80fecdfc4b88584c65dc8f45 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Thu, 25 May 2023 13:17:54 +0200 Subject: [PATCH 2/5] just some styling --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8e749dcd..5f35995ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,22 @@ # Contributing to Parse SDK for Flutter + We want to make contributing to this project as easy and transparent as possible. ## Pull Requests + We actively welcome your pull requests. When we get one, we'll run some Parse-specific integration tests on it first. From here, we'll need to get a core member to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delay. We'll do our best to provide updates and feedback throughout the process. 1. Fork the repo and create your branch from `master`. -4. Add unit tests for any new code you add. +2. Add unit tests for any new code you add. 3. If you've changed APIs, update the documentation. 4. Ensure the test suite passes. ## Code of Conduct + This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/parse-community/parse-server/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code. ## License + By contributing to Parse SDK Flutter, you agree that your contributions will be licensed under its license. [stack-overflow]: http://stackoverflow.com/tags/parse.com From 2b43c062ad11410a6da0f5589440bbf0db9d8ded Mon Sep 17 00:00:00 2001 From: mbfakourii Date: Tue, 17 Oct 2023 16:04:31 +0330 Subject: [PATCH 3/5] fix: Upgrade connectivity_plus --- packages/flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 4ebb01698..3815d1074 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: # path: ../dart # Networking - connectivity_plus: ^3.0.6 + connectivity_plus: ^5.0.1 #Database shared_preferences: ^2.1.2 From 519afeb958744c4417bf91bd11eff6f2102b9a8e Mon Sep 17 00:00:00 2001 From: mbfakourii Date: Tue, 17 Oct 2023 16:15:04 +0330 Subject: [PATCH 4/5] fix: re run for code coverage --- packages/flutter/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 3815d1074..e38dc1066 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -33,6 +33,7 @@ dependencies: # Networking connectivity_plus: ^5.0.1 + #Database shared_preferences: ^2.1.2 sembast: ^3.4.6+1 From d30e9473a29b41ac524df52878e2c4b582fe3330 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:28:05 +0200 Subject: [PATCH 5/5] remove empty line --- packages/flutter/pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index e38dc1066..3815d1074 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -33,7 +33,6 @@ dependencies: # Networking connectivity_plus: ^5.0.1 - #Database shared_preferences: ^2.1.2 sembast: ^3.4.6+1