mobx.dart
mobx.dart copied to clipboard
feat: add observable queue
Describe the changes proposed in this Pull Request.
Fixes https://github.com/mobxjs/mobx.dart/issues/887
Pull Request Checklist
- [ ] If the changes are being made to code, ensure the version in
pubspec.yamlis updated. - [ ] Increment the
major/minor/patch/patch-count, depending on the complexity of change - [ ] Add the necessary unit tests to ensure the coverage does not drop
- [ ] Update the Changelog to include all changes made in this PR, organized by version
- [ ] Run the
melos run set_versioncommand from the root directory - [ ] Include the necessary reviewers for the PR
- [ ] Update the docs if there are any API changes or additions to functionality