This is the monorepo for the Tagflow project, a Flutter HTML rendering engine.
- tagflow - Core package for rendering HTML in Flutter
- examples - Example Flutter app showcasing Tagflow features
This project uses Melos for managing the monorepo.
- Install Melos:
dart pub global activate melos
- Bootstrap the workspace:
melos bootstrap
# Run all tests
melos run test
# Build all packages
melos run build
# Format code
melos run format
# Analyze code
melos run analyze
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.