flutter_list_ui library

Classes

Info
A widget that displays an InfoCard with customizable padding options. This widget is typically used as a container for information display.
InfoCard<T>
A card widget that displays a header and a list of items. The list can be of any type, but provides a default builder for InfoItemBase.
InfoCardWithRiverpod<T>
A Riverpod version of InfoCard that can be used with state management. This widget provides the same functionality as InfoCard but with Riverpod integration.
InfoHeader
A header widget that can be used as part of an InfoCard. This is the default implementation that provides a standard header layout.
InfoHeaderBase
A base interface for custom header implementations. This interface is typically used when you need to create a completely custom header. For most cases, you should use InfoHeader instead.
InfoItem
A default implementation of InfoItemBase
InfoItemBase
A basic model class for info items that can be used with InfoList. Users can extend this class or create their own model that implements InfoItemBase.
InfoList<T>
A list widget that displays items with a consistent style. It can be used with any type of item, but provides a default builder for InfoItemBase.
InfoWithRiverpod
A Riverpod-enabled version of the Info widget. This widget provides the same functionality as Info but with Riverpod integration.