FlutterIgnite class

Constructors

FlutterIgnite.new({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
version String
final

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

Static Properties

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