-
Notifications
You must be signed in to change notification settings - Fork 2
Ordering and conflicts #20
Copy link
Copy link
Open
Labels
P3Low priorityLow prioritycoreRelating to boustro or flutter_spanned_controllerRelating to boustro or flutter_spanned_controllerenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
P3Low priorityLow prioritycoreRelating to boustro or flutter_spanned_controllerRelating to boustro or flutter_spanned_controllerenhancementNew feature or requestNew feature or request
It might be nice to have a system to determine the order in which to apply line modifiers or text attributes, and have some components disallow the presence of others.
This can be done with some checks in user code and I've only come across a few use cases in
boustro_starter, so priority for this is low.