Skip to content

A flutter package that takes html string as input and parses and converts that to Flutter widgets based on the provided configuration.

License

Notifications You must be signed in to change notification settings

devaryakjha/tagflow

Repository files navigation

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.

About

A flutter package that takes html string as input and parses and converts that to Flutter widgets based on the provided configuration.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published