Skip to content
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

Fix readme.md, contributing.md and pubspeck.yaml. #9

Merged
merged 3 commits into from
Oct 25, 2021
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## next

*Refactoring.

## 1.0.1 - 2021-05-30

* Stable release
Expand Down
28 changes: 14 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ Thank you for your help! Before you start, let's take a look at some agreements.

Make sure that your code:

1. Does not contain analyzer errors
2. Follows a [official style](https://dart.dev/guides/language/effective-dart/style)
3. Follows the official [style of formatting](https://flutter.dev/docs/development/tools/formatting)
3. Contains no errors
4. New functionality is covered by tests. New functionality passes old tests
5. Create example that demonstrate new functionality if it is possible
1. Does not contain analyzer errors.
2. Follows a [official style](https://dart.dev/guides/language/effective-dart/style).
3. Follows the official [style of formatting](https://flutter.dev/docs/development/tools/formatting).
4. Contains no errors.
5. New functionality is covered by tests. New functionality passes old tests.
6. Create example that demonstrate new functionality if it is possible.

## Accepting the changes

After your pull request passes the review code, the project maintainers will merge the changes
After your pull request passes the review code, the project maintainers will merge the changes
into the branch to which the pull request was sent.

## Issues

Feel free to report any issues and bugs.

1. To report about the problem, create an issue on GithHub
2. In the issue add the description of the problem
1. To report about the problem, create an issue on GitHub.
2. In the issue add the description of the problem.
3. Do not forget to mention your development environment, Flutter version, libraries required for
illustration of the problem
4. It is necessary to attach the code part that causes an issue or to make a small demo project
that shows the issue
5. Attach stack trace so it helps us to deal with the issue
6. If the issue is related to graphics, screen recording is required
illustration of the problem.
4. It is necessary to attach the code part that causes an issue or to make a small demo project
that shows the issue.
5. Attach stack trace so it helps us to deal with the issue.
6. If the issue is related to graphics, screen recording is required.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Swipe Refresh

[![Build Status](https://shields.io/github/workflow/status/surfstudio/SurfGear/build?logo=github&logoColor=white)](https://github.com/surfstudio/SurfGear/tree/main/packages/swipe_refresh)
[![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/SurfGear?flag=swipe_refresh&logo=codecov&logoColor=white)](https://codecov.io/gh/surfstudio/SurfGear)
[![Build Status](https://shields.io/github/workflow/status/surfstudio/SurfGear/build?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-swipe-refresh)
[![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/SurfGear?flag=swipe_refresh&logo=codecov&logoColor=white)](https://app.codecov.io/gh/surfstudio/flutter-swipe-refresh)
[![Pub Version](https://img.shields.io/pub/v/swipe_refresh?logo=dart&logoColor=white)](https://pub.dev/packages/swipe_refresh)
[![Pub Likes](https://badgen.net/pub/likes/swipe_refresh)](https://pub.dev/packages/swipe_refresh)
[![Pub popularity](https://badgen.net/pub/popularity/swipe_refresh)](https://pub.dev/packages/swipe_refresh/score)
Expand Down Expand Up @@ -31,7 +31,7 @@ Add `swipe_refresh` to your `pubspec.yaml` file:

```yaml
dependencies:
swipe_refresh: ^1.0.0
swipe_refresh: ^1.0.1
```

You can use both `stable` and `dev` versions of the package listed above in the badges bar.
Expand All @@ -42,11 +42,11 @@ All notable changes to this project will be documented in [this file](./CHANGELO

## Issues

For issues, file directly in the Issues section.
To report your issues, submit them directly in the [Issues](https://github.com/surfstudio/flutter-swipe-refresh/issues) section.

## Contribute

If you would like to contribute to the package (e.g. by improving the documentation, solving a bug or adding a cool new feature), please review our [contribution guide](../../CONTRIBUTING.md) first and send us your pull request.
If you would like to contribute to the package (e.g. by improving the documentation, fixing a bug or adding a cool new feature), please read our [contribution guide](./CONTRIBUTING.md) first and send us your pull request.

Your PRs are always welcome.

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: swipe_refresh
version: 1.0.1
description: Widget for refresh by swipe.
repository: "https://github.com/surfstudio/SurfGear/tree/main/packages/swipe_refresh"
issue_tracker: "https://github.com/surfstudio/SurfGear/issues"
repository: "https://github.com/surfstudio/flutter-swipe-refresh"
issue_tracker: "https://github.com/surfstudio/flutter-swipe-refresh/issues"

dependencies:
flutter:
Expand Down