temporal_logic_flutter 0.1.1
temporal_logic_flutter: ^0.1.1 copied to clipboard
Flutter integration (TraceRecorder, Matchers) for temporal logic.
0.1.0 #
- Initial release.
- Initial release of the
temporal_logic_flutterpackage. - Provides Flutter integration (TraceRecorder, Widgets, Matchers) for temporal logic.
- Provides basic integration with Flutter for temporal logic checking.
- Introduces
TraceRecorderfor capturing state changes over time. - Includes Stream-based checkers:
StreamLtlChecker,StreamMtlChecker,StreamSustainedStateChecker. - Provides example Widgets for visualizing check status:
LtlCheckerWidget,MtlCheckerWidget,SustainedStateCheckerWidget. - Defines
CheckStatusenum. - Includes
Matchersfor defining state properties. - Depends on
temporal_logic_coreandtemporal_logic_mtl.
0.1.1 #
- CHORE: Updated dependency constraints to allow
temporal_logic_mtl: ^0.2.0.