pingora/pingora_selector library

Classes

PingoraSelector<T extends Pingora, S>
The PingoraSelector widget is a highly optimized reactive builder that listens to a specific Pingora controller and rebuilds only when a selected portion of the state changes. This helps avoid unnecessary UI rebuilds and improves performance by isolating updates to only required state slices instead of rebuilding the entire widget tree.