muse 0.1.0-dev.1
muse: ^0.1.0-dev.1 copied to clipboard
A Flutter-like reactive terminal UI framework for Dart, powered by OpenTUI.
Changelog #
0.1.0-dev.1 #
- Bundled-only native binary resolution in
hook/build.dart; the SHA-256-verified prebuilt binaries are the single supported path (download and source-build fallbacks removed). - Native binaries are committed directly to the repository (no longer Git LFS), guaranteeing the published archive always contains real binaries.
- Added pub.dev automated publishing (GitHub Actions OIDC) and a downstream consumer smoke test across macOS, Linux, and Windows.
- Added package
topicsand a canonicalexample/main.dartentry point.
0.0.1-dev.2 #
- Renamed the Dart package from
pixeltomuse.
0.0.1-dev.1 #
- Published the first development release under the
musepackage name.