async_event_loader 0.0.1+1 async_event_loader: ^0.0.1+1 copied to clipboard
Dart package to handle async events.
Async Event Loader #
Dart package for loading events asynchronously.
Installation 💻 #
Install via dart pub add
:
dart pub add async_event_loader
Continuous Integration 🤖 #
Async Event Loader comes with a built-in GitHub Actions workflow powered by Very Good Workflows but you can also add your preferred CI/CD solution.
Out of the box, on each pull request and push, the CI formats
, lints
, and tests
the code. This
ensures the code remains consistent and behaves correctly as you add functionality or make changes.
The project uses Very Good Analysis for a strict set of analysis options
used by our team. Code coverage is enforced using
the Very Good Workflows.