You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2024. It is now read-only.
This package provides a set of utilities that are commonly used in Dart apps. It is also the foundation for other packages in the 🇽🇾🇿 ecosystem.
5
+
This package provides a set of utilities to facilitate the development of Dart apps. It also includes many utilities used by other packages in the 🇽🇾🇿 ecosystem.
6
6
7
-
It includes utilities for working with collections and and more, as well as the following notable features:
7
+
## Notable Utilities
8
+
9
+
Here are some notable utilities included in this package, with many more available and continually added with each update:
8
10
9
11
- The [Debouncer](https://pub.dev/documentation/xyz_utils/0.44.4/xyz_utils/Debouncer-class.html) can be used to debounce user input.
10
12
- The [Here](https://pub.dev/documentation/xyz_utils/0.44.4/xyz_utils/Here-class.html) can be used to log messages to the console at the given position in the code.
@@ -15,27 +17,24 @@ Please refer to the [API reference](https://pub.dev/documentation/xyz_utils/0.44
15
17
16
18
## Installation
17
19
18
-
#### Add this to your `pubspec.yaml` file:
20
+
Use this package as a dependency by adding it to your `pubspec.yaml` file (see [here](https://pub.dev/packages/xyz_utils/install)), or copy the needed source code directly into your project.
19
21
20
-
```yaml
21
-
dependencies:
22
-
xyz_utils: any # or the latest version
23
-
```
24
22
## Contributing
25
23
26
-
Contributions are welcome. Here are a few ways you can help:
24
+
This is an open-source project, and contributions are welcome from everyone, regardless of experience level. Contributing to projects is a great way to learn, share knowledge, and showcase your skills to the community. Join the discussions to report bugs, suggest features, share ideas, or find out how you can contribute.
0 commit comments