-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FILES & FEATURES (#32) * Implemented #28 Calculating Polygon Area With Hole * Implemented Vincenty Formula for Geodesic Distance Calculation * Added CODE_OF_CONDUCT.md * Revised LICENSE --------- Co-authored-by: wingkwong <wingkwong.code@gmail.com> * refactor: comments * docs: 0.8.0 CHANGELOG * chore: bump to 0.8.0 * refactor: revise comments --------- Co-authored-by: Ayoub Ali <ayoubzulfiqar3@gmail.com>
- Loading branch information
1 parent
bdbf0a3
commit 6af10d5
Showing
17 changed files
with
406 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,4 +74,5 @@ build/ | |
test/.test_coverage.dart | ||
coverage/ | ||
coverage_badge.svg | ||
!coverage/lcov.info | ||
!coverage/lcov.info | ||
TODO.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
# Code of Conduct | ||
|
||
## Introduction | ||
|
||
This Code of Conduct outlines the expectations for behavior in the geodesy Dart library community. We are committed to providing a welcoming and inclusive environment for everyone, regardless of their background or beliefs. | ||
|
||
## Responsibilities | ||
|
||
All members of the geodesy Dart library community are expected to: | ||
|
||
* Be respectful of others. | ||
* Be welcoming and inclusive. | ||
* Be open to feedback. | ||
* Be constructive in their criticism. | ||
* Be mindful of their language and avoid using discriminatory or offensive language. | ||
* Report any instances of unacceptable behavior to the repository maintainers. | ||
|
||
## Unacceptable Behavior | ||
|
||
The following behaviors are considered unacceptable in the geodesy Dart library community: | ||
|
||
* Harassment of any kind, including but not limited to: | ||
* Verbal abuse | ||
* Sexual harassment | ||
* Threats or intimidation | ||
* Stalking or following | ||
* Unwanted physical contact | ||
* Discrimination based on race, gender, sexual orientation, disability, or other personal characteristics | ||
* Spamming or trolling | ||
* Publishing private information about others without their consent | ||
* Disrupting or interfering with the work of others | ||
|
||
## Reporting Unacceptable Behavior | ||
|
||
If you witness or experience unacceptable behavior, please report it to the repository maintainers immediately. You can do this by sending an email to wingkwong.code@gmail.com or opening an issue on the GitHub repository. | ||
|
||
## Enforcement | ||
|
||
The repository maintainers will investigate all reports of unacceptable behavior and take appropriate action. This may include warning the offender, suspending their access to the repository, or banning them from the community. | ||
|
||
## Contact Information | ||
|
||
If you have any questions about this Code of Conduct, please contact the repository maintainers at wingkwong.code@gmail.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
lib/src/core/destination_point_by_distance_and_bearing.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.