A roadmap is available in the project page. The roadmap provides a high-level overview of the project's goals and the current status of the project.
This repository is a workspace that contains multiple packages. Consistency is granted by the melos tool.
To setup the workspace, run:
melos bootstrapA command is provided to publish all packages:
melos publish --no-dry-run --git-tag-versionThis ensures that every package is formatted, analyzed, tested and built.
The repository structure is organized as follows:
workspace/
├── melos.yaml # melos configuration file
├── packages/ # contains every package of the workspace
│ ├── crdt_lf/
│ │ ├── lib/
│ │ ├── example/
│ │ └── flutter_example/
│ └── .../
│ ├── lib/
│ ├── example/
│ └── flutter_example/
└── assets/ # contains the assets used in the documentation
└── .../
We welcome contributions! Whether you want to: