ez_flutter library

Classes

EzDynamicTheme
EzDynamicTheme handles multiple themes at once and defines which theme to use. See the EzRunner class on how to setup multiple themes within the EzRunner.run() method.
EzRunner
The class for starting a EZ Flutter app.
EzSettings
Static class to access the different types of settings.
EzSettingsKeys
Holding all possible configuration keys
EzTranslationsDelegate
EzTranslator

Functions

getCupertinoWrapper(Widget app, String title, List<Locale> locales, bool displayDebugBadge, {String? initialRoute, CupertinoThemeData? cupertinoThemeData, Map<String, WidgetBuilder>? routes, Locale? locale, List<CupertinoThemeData>? cupertinoThemes}) Widget
getMaterialWrapper(Widget app, String title, List<Locale> locales, bool displayDebugBadge, {String? initialRoute, Map<String, WidgetBuilder>? routes, Locale? locale, List<ThemeData>? materialThemes, ThemeData? materialThemeData}) Widget