state_machine icon indicating copy to clipboard operation
state_machine copied to clipboard

Consider removing usages of Disposable in favor of `disposable` method

Open evanweible-wf opened this issue 4 years ago • 1 comments

From https://github.com/Workiva/state_machine/issues/61#issuecomment-812258442

Since this is a fairly low-level package, it would be nice to remove any dependencies that aren't strictly necessary. Disposable is one of those, since Machine could provide that functionality via a dispose() method that is easily integrated into an API like Disposable if desired by the consumer.

evanweible-wf avatar Apr 05 '21 18:04 evanweible-wf

Any updates? The intl's version used by w_common is too old(intl < 1.19.0) for flutter >= 3.22.

haodong404 avatar Jan 22 '25 02:01 haodong404