xyz_utils 0.46.0 copy "xyz_utils: ^0.46.0" to clipboard
xyz_utils: ^0.46.0 copied to clipboard

This package helps speed up development by providing a set of utilities that are commonly used in Dart apps.

πŸ‡½πŸ‡ΎπŸ‡Ώ Utils #

pub package

This package helps speed up development by providing a set of utilities that are commonly used in Dart apps. It is also the foundation for other packages in the πŸ‡½πŸ‡ΎπŸ‡Ώ ecosystem.

It includes utilities for working with collections and and more, as well as the following notable features:

  • The Debouncer can be used to debounce user input.
  • The Here can be used to log messages to the console at the given position in the code.
  • The FunctionQueue can be used to queue up asynchrounous functions and execute them in order.
  • The AnsiStyle that can be used to style console output.

Please refer to the API reference for more information.

Documentation #

πŸ”œ Documentation and video tutorials are coming soon. Feel free to contact me for more information.

Installation #

Add this to your pubspec.yaml file:

dependencies:
  xyz_utils: any # or the latest version

Contributing #

Contributions are welcome. Here are a few ways you can help:

  • Report bugs and make feature requests.
  • Add new features.
  • Improve the existing code.
  • Help with documentation and tutorials.

License #

This package is released under the MIT License.

Contact #

Author: Robert Mollentze

Email: robmllze@gmail.com

4
likes
0
points
435
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps speed up development by providing a set of utilities that are commonly used in Dart apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, collection, equatable, http, intl, meta, path

More

Packages that depend on xyz_utils