FlutterIgnite class

Constructors

FlutterIgnite({String title = "FlutterIgnite", dynamic logToFile = false, dynamic cacheReset = false, BaseOptions? dioOptions})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

initConfigs({required ThemeConfigOptions themeConfig, List<CacheItem<Serializable>> cacheItems = const []}) Future<CacheService>
initServices(List<GetxService> services) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run({bool guarded = true, required List<GetPage> pages, required String initialRoute, SmartManagement managementFactory = SmartManagement.keepFactory}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

cacheReset bool
no setter
dio → Dio
no setter
logToFile bool
no setter