fluttercrew library

Classes

SplashScreen
widget that shows splash on UI.splashStream events
UI
UI singleton
Utils
Utils singleton

Extensions

ToStringWithUnderscores on String
Extension on String for convertation

Functions

enumFromList<T extends Object>(Iterable<T> enumValues, Iterable<String> stringValues) List<T>
Get a list of enum values from a list of strings
enumFromString<T extends Object>(Iterable<T> enumValues, String value) → T
Given a string, find and return its matching enum value
enumToList<T extends Object>(Iterable<T> enumValues, {bool withUnderscores = true}) List<String>
Convert enum to the list of strings
enumToString<T extends Object>(T enumItem, {bool withUnderscores = true}) String
Convert enum object to string