An open API service indexing awesome lists of open source software.

https://github.com/sylphlab/dart

SylphLab Dart Guidelines, Configurations & Shared Packages (Melos Monorepo)
https://github.com/sylphlab/dart

dart flutter guidelines linting melos static-analysis sylphlab

Last synced: 9 months ago
JSON representation

SylphLab Dart Guidelines, Configurations & Shared Packages (Melos Monorepo)

Awesome Lists containing this project

README

          

# SylphLab Dart Configurations & Guidelines

This repository contains shared configurations, lint rules, and development guidelines for Dart projects at SylphLab.

## Packages

*(Currently, this repository primarily holds guidelines. Sharable lint packages or configurations might be added later.)*

* **Guidelines**: Detailed standards and best practices for Dart development can be found in the [`docs/`](docs/) directory.

## Usage

Refer to the guidelines in the `docs/` directory for setting up projects and adhering to SylphLab standards.

If shared lint packages are published in the future, instructions for adding them to your `analysis_options.yaml` will be provided here.

## Contributing

Please refer to the main [Playbook repository](https://github.com/sylphlab/playbook) for general contribution guidelines. Specific suggestions for Dart guidelines can be made via issues or pull requests in this repository.

## License

MIT License - see the [LICENSE](LICENSE) file for details.