monarch_definitions 1.7.0
monarch_definitions: ^1.7.0 copied to clipboard
Types and channel definitions for Monarch. Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
1.7.0 #
2025-03011
- Adds enum values to
MonarchTargetPlatform
: macos, windows, linux
1.6.0 #
2025-03-10
- Update dependencies and sdk.
1.5.1 #
2023-08-25
- Rollback Material 3 standard themes.
1.5.0 #
2023-08-23
- Add Material 3 standard themes.
1.4.0 #
2023-08-31
- Add
VisualDebugFlags.performanceOverlay
.
1.3.1 #
2023-06-02
- Deprecate
iPhone13DeviceDefinition
. - Update
defaultDeviceDefinition
to iPhone 14 data.
1.3.0 #
2023-02-20
- Add method
monarch.willRestartPreview
.
1.2.0 #
2022-10-27
- Add definitions, mappers.
- Upgrade lints package.
1.1.0 #
2022-09-29
- Package renamed from monarch_channels to monarch_definitions.
1.0.2 #
2022-09-08
- Add method
monarch.ping
.
1.0.1 #
2022-08-03
- Add methods:
monarch.previewReadySignal
monarch.willClosePreview
monarch.hotReload
monarch.restartPreview
monarch.previewVmServerUri
monarch.userMessage
1.0.0 #
2022-05-17
- Initial
MonarchMethods
andMonarchChannels
.