hubble_core library
Classes
- AddBeneficiarySuccessEvent
- AuthStatusUpdate
- AutoDepositDirtyEvent
- Bank
- BeneficiaryBankList
- BoosterClaimSuccessEvent
- BoosterDetailScreenVisitEvent
- BoosterTabOnboardSuccessEvent
- ButtonTapEvent
-
Callable<
Z, T extends Record> -
CallableFuture<
Z, T extends Record> - CashbackClaimSuccessEvent
- CouponCodeAppliedEvent
- FinoDeviceDetails
- FinoFieldValidator
- FinoKycState
- FlatV4UserProfile
- GoalUpdateEvent
- HubbleContextUtils
- HubbleCore
- HubbleEvent
- IAppDataStore
- IAuthDataStore
- IBrandMetadata
- IBrandMetadataManager
- IBuildConfig
- ICheckoutCart
- IGlobalUserState
- IGlobalUserStateManager
- IHubbleAnalytics
- IHubbleAppConfig
- IHubbleClipboard
- IHubblePlatformUtilities
- IHubbleRazorpay
- IHubbleSequentialTaskRunner
- IHubbleSmsUtils
- IHubbleSupport
- IHubbleUserUtilities
- ImageRequest
- InMemoryEvent
-
InMemSingletonCache<
T> - InspectorHTTPResponse
- InternationalNumberingSystemNumberSplitter
- KycCompleteEvent
- KycRelatedProfileDetailsEditEvent
- LoadingVoucher
- NumberMappings
- NumberSplitter
- NumberToCharacterConverter
- OnNthVoucherGenSuccess
- OnVoucherGenSuccess
- PaymentFailureEvent
- PaymentSuccessEvent
- ProfileDirtyEvent
- RazorpayPaymentError
- RazorpayPaymentSuccess
- RazorpayResponse
- RefreshRendererPageEvent
- RefreshUserProfileEvent
- SegmentModel
- SequentialTask
- ShopCouponAppliedSuccessfully
- ShopDuePaymentSuccess
- ShowReferralNudge
- TabSwitchEvent
- Telemetry
- TimeIt
- UpdateNomineeEvent
- VoucherDuePaymentSuccess
- VoucherSKUImpression
Enums
Extensions
- AddressExt on Fino_Address
- Apply on T
- FinoDeviceDetailsExt on IDeviceInfo
-
ListExt
on List<
T> -
MapExt
on Map<
Z, T> - PersonaExt on Fino_Persona
- RelationshipExt on Fino_Relationship
Properties
- buildConfig → IBuildConfig
-
no setter
- telemetry → Telemetry
-
final
Functions
-
appAnalytics(
) → IHubbleAnalytics -
brandMetadataManager(
) → IBrandMetadataManager -
finoKycStateToJson(
FinoKycState data) → String -
globalUserState(
) → IGlobalUserStateManager -
hubbleConfig(
) → IHubbleAppConfig -
hubbleSupport(
) → IHubbleSupport -
maybePop<
T extends Object?> ([T? result]) → Future< void> -
parseBool(
dynamic object) → bool -
parseDouble(
dynamic object, double defaultValue) → double -
parseInt(
dynamic object, int defaultValue) → int -
parseListOfMap(
dynamic object, List< Map< defaultValue) → List<String, dynamic> >Map< String, dynamic> > -
parseListOfString(
dynamic object, List< String> defaultValue) → List<String> -
parseNullableString(
dynamic object) → String? -
parseString(
dynamic object, String defaultValue) → String
Typedefs
- HubblePageLoadingIndicatorBuilder = Widget Function(BuildContext context, Color color, double scale)