This repository contains the core logic and design system for Sky applications.
packages/sky_design_system: Atomic design system (atoms, molecules, organisms).packages/sky_di: Dependency injection setup.packages/sky_error: Standardized error handling.packages/sky_lints: Shared analysis rules.packages/sky_network: Network layer.packages/sky_storage: Storage abstractions.packages/sky_storage_isar: Isar implementation of storage.
This project is managed by Melos.
- Install Melos:
dart pub global activate melos - Bootstrap the project:
melos bootstrap - Run analysis:
melos run analyze