get_command 2.0.0-nullsafety.0 get_command: ^2.0.0-nullsafety.0 copied to clipboard
Command class to be used within GetControllers. Encapsulate a async function call to simplify UI updates.
[2.0.0-nullsafety.0] 2021.03.06 #
- Null safty
- restructure directory layout to follow best practice
- GetCommand is inherited from RX. Saddly the callable function is used by RX. You need to call GetCommand.exec(...) to execute the associated command function
[1.0.5] 2021.03.02 #
- change dependency from get_rx to get package.
[1.0.4] 2021.03.02 #
- Format code in the hunt to get all Pub Points :-) .
[1.0.3] 2021.03.02 #
- Added Code documentation.
[1.0.2] 2021.03.02 #
- Update package description.
[1.0.1] 2021.03.02 #
- Update package description.
[1.0.0] 2021.02.28 #
- Initial version