Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 901 Bytes

File metadata and controls

31 lines (22 loc) · 901 Bytes
pcx_content_type navigation
title RtkPluginsScreen
description API reference for RtkPluginsScreen component (Flutter Library)
products
realtime

A pre-built plugins screen that lists available plugins with the ability to turn them on or off.

:::note RtkProvider must be an ancestor of this widget in the widget tree. :::

:::caution RtkPluginsScreen is not exported from the barrel file. Use a direct import path instead of the standard realtimekit_ui.dart import. :::

Properties

This component does not accept any properties. It uses the RealtimekitClient from the nearest RtkProvider ancestor.

Usage Examples

Basic Usage

import 'package:realtimekit_ui/src/pages/plugins/plugin_page.dart';

RtkPluginsScreen()