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)
- Host: GitHub
- URL: https://github.com/sylphlab/dart
- Owner: sylphlab
- License: mit
- Created: 2025-04-10T00:25:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T01:09:32.000Z (9 months ago)
- Last Synced: 2025-04-10T01:34:16.441Z (9 months ago)
- Topics: dart, flutter, guidelines, linting, melos, static-analysis, sylphlab
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.