Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1 KB

README.md

File metadata and controls

52 lines (32 loc) · 1 KB

Tagflow Monorepo

This is the monorepo for the Tagflow project, a Flutter HTML rendering engine.

Packages

  • tagflow - Core package for rendering HTML in Flutter
  • examples - Example Flutter app showcasing Tagflow features

Development

This project uses Melos for managing the monorepo.

Setup

  1. Install Melos:
dart pub global activate melos
  1. Bootstrap the workspace:
melos bootstrap

Common Tasks

# Run all tests
melos run test

# Build all packages
melos run build

# Format code
melos run format

# Analyze code
melos run analyze

Contributing

Contributions are welcome! Please read our contributing guidelines before submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.