common/index library
Classes
- ActionSheet
- ActionSheetModel
- Alert
- AlertInfo
- Boot
- Constants
- DebounceGestureRecognizer
- DeviceLanguage
- ErrorHandler
- Global
- LiveColors
- LiveDataReporter
- LiveImages
- LiveKitLocalizations
-
Callers can lookup localized strings with an instance of LiveKitLocalizations
returned by
LiveKitLocalizations.of(context)
. - LiveKitLogger
- ScreenAdapter
- TUILiveKitPlatform
Extensions
Functions
-
lookupLiveKitLocalizations(
Locale locale) → LiveKitLocalizations -
makeToast(
{required String msg, Color backgroundColor = LiveColors.black80Transparency, Color textColor = Colors.white}) → Future< bool?> -
popupWidget(
Widget widget, {Color? barrierColor, Color? backgroundColor = LiveColors.designStandardG2, VoidCallback? onDismiss}) → void