You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After wrapping my MaterialApp.router widget with SendbirdUIKit.provider, I get this error:
FlutterError (No Directionality widget found.
_Theater widgets require a Directionality widget ancestor.
The specific widget that could not find a Directionality ancestor was:
_Theater
The ownership chain for the affected widget is: "_Theater ← Overlay ← _FToastHolder ← Builder ← _InheritedProviderScope<SBUMessageCollectionProvider?> ← ChangeNotifierProvider ← _NestedHook ← _InheritedProviderScope<SBUGroupChannelCollectionProvider?> ← ChangeNotifierProvider ← _NestedHook ← ⋯"
Typically, the Directionality widget is introduced by the MaterialApp or WidgetsApp widget at the top of your application widget tree. It determines the ambient reading direction and is used, for example, to determine how to lay out text, how to interpret "start" and "end" values, and to resolve EdgeInsetsDirectional, AlignmentDirectional, and other *Directional objects.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After wrapping my
MaterialApp.router
widget withSendbirdUIKit.provider
, I get this error:Beta Was this translation helpful? Give feedback.
All reactions