super_module library

Classes

AddAddressEvent
AddAddressPostFailureState
AddAddressPostState
AddAddressPostSuccessState
AddressBloc
AddressEvent
AddressInitial
AddressModel
AddressRemoveFailure
AddressRemoveSuccess
AddressRemovingState
AddressState
AddressUpdateFailure
AddressUpdatingState
AllAvailableBiometricsFetchFailure
AllAvailableBiometricsFetching
AllAvailableBiometricsFetchSuccess
AppCountryPicker
AppImageProvider
AppLaunchers
AuthenticateWithBiometricEvent
AuthenticateWithBiometricFetchFailure
AuthenticateWithBiometricFetching
AuthenticateWithBiometricFetchSuccess
BiometricAuthenticationFetching
BiometricAuthenticationFetchSuccess
BiometricBloc
BiometricEvent
BiometricInitial
BiometricRegisterModel
BiometricRegisterRequestModel
BiometricsStatusCheckedSuccessState
BiometricsStatusCheckEvent
BiometricsStatusCheckingState
BiometricState
Cart
CartBloc
CartEvent
CartFetchEvent
CartInitial
CartItemAddEvent
CartItemRemoveEvent
CartLoadFailure
CartLoading
CartLoadSuccess
CartQuantityUpdateEvent
CartQuantityUpdateFailure
CartQuantityUpdateLoading
CartQuantityUpdateSuccess
CartState
CartUpdateFailure
CartUpdating
ChangeForgotPasswordBloc
ChangeForgotPasswordButtonTapEvent
ChangeForgotPasswordEvent
ChangeForgotPasswordInitial
ChangeForgotPasswordLoadFailure
ChangeForgotPasswordLoading
ChangeForgotPasswordLoadSuccess
ChangeForgotPasswordState
ChatBloc
ChatController
ChatEvent
ChatInitial
ChatState
ChatSubscribeFailureState
ChatSubscribeSuccessState
CheckUserNameAvailability
CreateSocketConnectionEvent
EmitAnyEvent
EmitOnAnyEvent
FirebaseBloc
FirebaseEvent
FirebaseInitial
FirebaseRemoteConfigFetchEvent
FirebaseRemoteConfigFetchFailure
FirebaseRemoteConfigFetching
FirebaseRemoteConfigFetchSuccess
FirebaseState
ForgotPasswordPinVerificationRequestModel
FullScreenImageView
GetAddressEvent
GetAddressListFailure
GetAddressListFetching
GetAddressListFetchSuccess
GetAllAvailableBiometricsEvent
GetDefaultAddressEvent
GetDefaultAddressFetchFailure
GetDefaultAddressFetching
GetDefaultAddressSuccess
GetMessageEvent
GetMessageResponseEvent
GetOnlineUsersEvent
GetOtpEvent
GetOtpFailure
GetOtpSending
GetOtpSuccess
GlobalResponseModel
HasBiometricAuthenticationEvent
IAppManager
IAuthRemoteRepository
IChatController
ISessionManager
LoginBloc
LoginButtonTapEvent
LoginEvent
LoginFailureState
LoginInitialState
LoginLoadingState
LoginState
LoginSuccessState
PageLimitModel
PaginationModel
RegisterBiometricsEvent
RegisterBiometricsFailureState
RegisterBiometricsSuccessState
RegisterBloc
RegisterButtonTapEvent
RegisterEvent
RegisterFailureState
RegisteringBiometricsState
RegisterInitialState
RegisterLoadingState
RegisterPhoneByOtpBloc
RegisterPhoneByOtpEvent
RegisterPhoneByOtpInitial
RegisterPhoneByOtpState
RegisterState
RegisterSuccessState
RemoveAddressEvent
ResetPasswordBloc
ResetPasswordButtonTapEvent
ResetPasswordEmailButtonTapEvent
ResetPasswordEvent
ResetPasswordInitial
ResetPasswordLoadFailure
ResetPasswordLoading
ResetPasswordLoadSuccess
ResetPasswordState
SendMessageEvent
SetDefaultAddressEvent
SetDefaultAddressFetchFailure
SetDefaultAddressFetching
SetDefaultAddressSuccess
SocialBloc
SocialEvent
SocialInitial
SocialLoginTapEvent
SocialState
SocialStateFailed
SocialStateLoading
SocialStateSuccess
StoreRecentSearchEntity
SuperKeys
UpdateAddressEvent
UserBloc
UserEvent
UserInformationUpdateFailure
UserInformationUpdateSuccess
UserInformationUpdating
UserInitial
UserModel
UsernameCheckFailureState
UsernameCheckingState
UsernameCheckSuccessState
UserProfileFetchEvent
UserProfileLoadFailure
UserProfileLoading
UserProfileLoadSuccess
UserProfileUpdateEvent
UserRankModel
UserRankResponseModel
UserState
UserUploadImageModel
VerifyOtpBloc
VerifyOtpButtonTapEvent
VerifyOtpEvent
VerifyOtpInitial
VerifyOtpLoadFailure
VerifyOtpLoading
VerifyOtpState
VerifyOtpSuccess
WishList
WishlistBloc
WishlistEvent
WishlistFetchEvent
WishlistInitial
WishlistItemAddEvent
WishlistItemRemoveEvent
WishlistLoadFailure
WishlistLoading
WishlistLoadSuccess
WishlistState
WishlistUpdateFailure
WishlistUpdating

Properties

loginClickTime DateTime?
getter/setter pair

Functions

addBoolToPref(String key, bool value) → dynamic
addStringToPref(String key, String value) → dynamic
appIcon({required String assetName, double iconSize = 28.0, VoidCallback? onPressed, double padding = 8.0, ImageType imageType = ImageType.SVG}) Widget
clearAllPref() → dynamic
configureModuleDependencies(GetIt getIt) → void
convertWhiteSpaceUrl(String text) String
deleteCacheDir() Future<void>
findCachedImagePath(String imageUrl) Future<File>
formatDate(String date) DateTime
formatDateOnly(String date) DateTime
formatUTCDate(String date) String
getBoolPref(String key) Future<bool?>
getJson({required String fileName}) Future
getStringPref(String key) Future<String?>
hideKeyboard(BuildContext context) → void
horizontalSpacing({required double space}) Widget
isRedundentClick(DateTime currentTime) bool
validateEmail(String? value) String?
validateEqual(Map<String, String?> firstString, Map<String, String?> secondString) String?
validateField(String? value, String field) String?
validateNotEmpty(String? value, String type) String?
validatePassword(String? value, String password) String?
verticalSpacing({required double space}) Widget