FlutterIgnite class
Constructors
- FlutterIgnite.new({String title = "FlutterIgnite", dynamic logToFile = false, dynamic cacheReset = false, BaseOptions? dioOptions})
Properties
Methods
-
app(
{required String initialRoute, required List< GetPage> pages, SmartManagement managementFactory = SmartManagement.keepFactory}) → dynamic -
initConfigs(
{required ThemeConfigOptions themeConfig, List< Serializable> cacheItems = const []}) → Future<CacheService> -
initServices(
List< GetxService> services) → void -
initServicesFunc(
Function fn) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited