meili_flutter_platform_interface
library
Classes
-
AdditionalParams
-
-
AvailParams
-
Search criteria to prefill the Meili Direct flow. Every field is optional;
anything left out keeps the funnel's own default.
-
MeiliAnalyticsEvent
-
An analytics event tracked by the SDK (forwarded from a registered
analytics provider). Includes
screen_viewed events, whose properties
carry a screen_name.
-
MeiliBookingFlowEnded
-
The booking flow reached its end (maps to the SDK's
onEndBookingFlow).
-
MeiliEvent
-
Events emitted by the native Meili SDK and surfaced to Dart through
MeiliFlutterPlatform.events.
-
MeiliFlowDismissed
-
The Meili UI was dismissed (maps to the SDK's
dismissAction).
-
MeiliFlutterPlatform
-
-
MeiliParams
-
Represents the parameters required to open the Meili view.
-
MeiliUnknownEvent
-
A well-formed event whose
type this version of the plugin does not yet
model. Lets consumers ignore or inspect future event types without the
stream erroring.
-
MethodChannelMeiliFlutter
-
Default MeiliFlutterPlatform implementation, shared by all platforms
(iOS and Android use the same channel and method names). Platform packages
only provide native code; they do not override this Dart layer.
Enums
-
FlowType
-
Enum representing the different flow types for the MeiliView.