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
A Flutter component leveraging Material3 to dynamically render different layouts based on message content and slot configurations. It helps developers easily display messages of varying prominence and size, including customizable badges and message grouping.
7
+
A Flutter component leveraging Material3 to dynamically render different
8
+
layouts based on message content and slot configurations. It helps developers
9
+
easily display messages of varying prominence and size, including
10
+
customizable badges and message grouping.
8
11
9
-

12
+

10
13
11
14
Highlights:
12
15
13
-
* Integrates `CopperframeMessage` and `CopperframeSlotBase` models to support dynamic layout rendering.
14
-
* Offers four different size configurations (`bar`, `small`, `medium`, `large`) with adjustable message counts and layout rules.
15
-
* Customizable visual prominence (`low`, `medium`, `high`) to ensure appropriate emphasis for different use cases.
16
-
* Supports badge display with configurable visibility based on message availability.
17
-
* Handles edge cases such as no messages gracefully, ensuring a smooth user experience.
18
-
19
-
16
+
- Integrates `CopperframeMessage` and `CopperframeSlotBase` models to
17
+
support dynamic layout rendering.
18
+
- Offers four different size configurations (`bar`, `small`, `medium`,
19
+
`large`) with adjustable message counts and layout rules.
20
+
- Customizable visual prominence (`low`, `medium`, `high`) to ensure
21
+
appropriate emphasis for different use cases.
22
+
- Supports badge display with configurable visibility based on message
23
+
availability.
24
+
- Handles edge cases such as no messages gracefully, ensuring a smooth
0 commit comments