Join our dedicated Discord Server and talk about common features, functionalities, and improvements. This is where we brainstorm, share ideas, and collaborate on the app’s development.
The Circle is a community application developed with Flutter and is available for both Mobile and Desktop platforms.
Links to platform-specific packages will be added soon!
-
Fork and clone the repository.
-
Install the dependencies:
flutter pub get
-
Start the app:
flutter run
Just click on the Issue tab to raise a new issue in this repo.
All docs will be available soon.
Relevant Links Adding Soon
You can contribute to The Circle in any or all of the following ways:
- Submit a bug report
- Request a new feature
- Choose from our existing list of ideas -> Updating Soon
- Suggest ways to improve the developer experience of an existing feature
- Add documentation
- To add a new feature, resolve an existing issue or add a new test to the project, check out our Contribution Guidelines -> Updating Soon.
- Fork the repository.
- Create a new branch and name it according to the feature or fix you're working on (e.g.,
add-feature-xyz/resolve-issue-xyz). - Make your changes and commit them.
- Open a Pull Request to the main repository.