utils
What is utils?
utils is a simple library that contains all utilities that you want
How to use utils?
To start to use utils you have to add it to your dependencies with pub add utils.
What can I find in utils?
In utils, you can find maths utilities like a isPrime function or string utilities like countOccurence function.
Remember that you can find examples in the examples folder.
Contribute to the project
If you're a Dart developer and you want to contribute, you can fork the project and make pull requests.
Documentation
Documentation can be found in the Documentation.md file.