exports/other/utils library
Helpers for application
Classes
- Configuration
- Read file yaml with configuration app
- Crypto
- AES encrypt/decrypt data with secret key
Functions
-
insertEncoder(
Iterable values) → String - Generate values for insert
-
jsonPrettyEncode(
Object? object) → String - Convert object to pretty json
-
random(
int min, int max) → int - Generate random int from min-max