A monorepo for Flutter packages by hongmono.
| Package | Version | Description |
|---|---|---|
| widget_tooltip | A highly customizable tooltip widget for Flutter | |
| burst_icon_button | Icon button with burst animation on tap/long-press | |
| floating_widget | — | A draggable floating widget with boundary constraints |
This project uses Melos with Dart pub workspaces.
# Install Melos globally
dart pub global activate melos
# Install dependencies
flutter pub get
# Bootstrap workspace
melos bootstrap# Run analysis on all packages
melos run analyze
# Run tests on all packages
melos run test
# Format all code
melos run formatcd apps/example
flutter runSee individual packages for their licenses.