Thank you for your interest in contributing to Flutter Graph View! This document provides guidelines and instructions for participating in this project.
When participating in this project, please respect and be considerate of others. We welcome contributions from everyone.
- Use the GitHub issue tracker to report bugs or request features
- Check if an issue already exists before creating a new one
- Provide a clear title and description
- Include reproduction steps (for bugs)
- Add Flutter version, device information, and relevant code snippets
# Fork and clone the repository
git clone https://github.com/YOUR_USERNAME/flutter_graph_view.git
cd flutter_graph_view
# Install dependencies
flutter pub get
# Run the example
cd example
flutter create .
flutter run- New feature development, bug fixes, documentation updates...
- If possible, demonstrate the changes in the example.
- All contributors are welcome, not limited to PRs, add your mark in the
AUTHORSfile.
- Run
dart format . - Commit
- Commit messages should preferably have prefixes such as:
- feat
- fix
- doc
- refac
- chore
- ...
- Commit messages should preferably have prefixes such as:
2.7 If these restrictions dampen your enthusiasm, feel free to ignore them. Compared to great creativity, rules are insignificant.
The current repository follows the permissive Apache License 2.0.