truesight_flutter library
Classes
-
AbstractIdFilter<
T> - This class defines filter operations for ID (primary key, foreign key) fields that is in int type
-
AbstractNumberFilter<
T> - This class defines filter operations for all Dart's number types (including int, double or generic num)
- AppInsets
- AppleLoggedInEvent
- AppTitle
-
BaseRepository<
T extends DataModel, TFilter extends DataFilter> - BinRepository
- BiometricLoggedInEvent
- BodyText
- CarbonButton
- ConfirmationDialog
- DataFilter
- DataModel
- DateFilter
- This class defines filter operations for DateTime type
- DateTimeFormatsVN
- Constants for formatting dates and times in Vietnamese locale.
- DocumentAttachment
- DoubleFilter
- EllipsisText
- EnumModel
- EnumStatusBadge
- File
- FilterField
- Base class for filter classes
- GoBackButton
- GoogleLoggedInEvent
- Third Party Login
- GuidFilter
- HttpRepository
- IconPlaceholder
- IdentifiedModel
- IdFilter
- This class defines filter operations for ID (primary key, foreign key) fields that is in int type
- ImagePlaceholder
- IntFilter
- JsonBoolean
- JsonDate
- JsonDouble
- JsonEntity
-
JsonField<
T> - JsonInteger
-
JsonList<
T extends DataModel> - JsonNumber
-
JsonObject<
T extends DataModel> - JsonSerializable
- JsonSerializableField
- JsonString
- LoadingIndicator
-
ModelType<
T extends DataModel> - NumberFilter
- PortalAuthenticationRepository
-
PortalProfileRepository<
T extends TruesightAppUser> - SecureStorage
- SignInButton
-
SimpleInfiniteList<
T extends DataModel, TFilter extends DataFilter, TRepo extends BaseRepository< T, TFilter> > - SpacingSize
- StatefulTextFormField
- StatusCode
- StringFilter
- This class defines filter operations for String type
- Tenant
- TextStatusBadge
- TokenRepository
- TruesightAppService
- TruesightAppUser
-
UserAuthenticatedState<
T extends TruesightAppUser> -
UserAuthenticationErrorState<
T extends TruesightAppUser> -
UserAuthenticationPendingState<
T extends TruesightAppUser> -
UserBloc<
T extends TruesightAppUser> - UserEvent
-
UserInitial<
T extends TruesightAppUser> - UserLoadedTenantsEvent
- UserLoadingEvent
-
UserLocalAuthEmptyErrorState<
T extends TruesightAppUser> -
UserLocalAuthRejectedState<
T extends TruesightAppUser> - UserLoggedOutEvent
- UserLoginErrorEvent
-
UserLoginSuccessEvent<
T extends TruesightAppUser> - UserOpenedAppEvent
- UserSimpleLoginEvent
-
UserState<
T extends TruesightAppUser> - UserTenantSelectedEvent
-
UserTenantSelectionState<
T extends TruesightAppUser> - UtilsNotificationRepository
Mixins
Extensions
- DateTimeFormatter on DateTime
- HttpResponse on Response
- IntegerFormatter on int
- NumberFormatter on num
- TrueSightString on String
Properties
- errorHandlerService → _ErrorHandlerService
-
final
- fileService → _FileService
-
final
- pushNotificationService → _PushNotificationService
-
final
- refreshTokenInterceptor → InterceptorsWrapper
-
final
- secureStorage → SecureStorage
-
final
- truesightService → TruesightAppService
-
final
Functions
-
configureBuiltInModels(
) → void
Typedefs
-
InstanceConstructor<
T extends DataModel> = T Function() - ValidatorFunction = String? Function(String? value)