fluxon 0.0.5
fluxon: ^0.0.5 copied to clipboard
A comprehensive service locator and services framework for Dart applications using Squadron worker isolates.
0.0.5 #
- Handle generic service methods in generated proxies
0.0.4 #
- Revert 0.0.3
- Allow main isolate to listen to events directly
- Exception manager for remote service
0.0.3 #
- Update dependencies
0.0.2 #
- Update dependencies
0.0.1 #
- Initial public preview of Fluxon framework with:
- Cross-isolate services and transparent proxies
- Event system with typed events and automatic routing
- Example: Image Studio demonstrating event-driven cancelable jobs
- Method codegen via
fluxon_method_generator