Contributions are welcome! This is a community-maintained fork of google/charts.
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Run tests (
dart testin charts_common_maintained,flutter testin charts_flutter_maintained) - Submit a pull request
Please file issues on GitHub.
- Follow the Dart style guide
- Use Dart 3 features (pattern matching, switch expressions, records) where appropriate
- Run
dart analyzebefore submitting
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.