utils/utils library

Properties

figmaGenVersion String
getter/setter pair

Functions

checkIfExit(String path, String pFile) bool
mergeMap<K, V>(Iterable<Map<K, V>?> maps, {bool recursive = true, bool acceptNull = false}) Map<K, V>
Merges the values of the given maps together.
safeCast<T>(dynamic value) → T?

Typedefs

FileWriter = void Function(String contents, String path)
ImageWriter = void Function(List<int> contents, String path, String? oldPath)

Exceptions / Errors

InvalidSettingsException