-
-
Notifications
You must be signed in to change notification settings - Fork 94
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Add support for the SelectableText widget in Stac, enabling developers to declare selectable text in Server Driven UI for Flutter apps. This widget will allow displaying material design selectable text elements as described in the official documentation: Flutter SelectableText Widget.
Requirements
- Create a model for the SelectableText widget in the
stac_corepackage. - Add a parser for the SelectableText widget in the
stacpackage. - Create an example in Stac Gallery.
- Add documentation for the SelectableText widget.
Additional Context
Selectable text fields improve accessibility and allow users to interact with textual content more flexibly. See API for widget details: https://api.flutter.dev/flutter/material/SelectableText-class.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers