-
-
Notifications
You must be signed in to change notification settings - Fork 82
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Add support for the Badge widget in Stac, enabling developers to declare badges in Server Driven UI for Flutter apps. This widget will allow displaying material design badge elements as described in the official documentation: Flutter Badge Widget.
Requirements
- Create a model for the Badge widget in the
stac_corepackage. - Add a parser for the Badge widget in the
stacpackage. - Create an example in Stac Gallery.
- Add documentation for the Badge widget.
Additional Context
Badges are commonly used for status, indicators, or counts, and proper support expands UI capabilities. See API for widget details: https://api.flutter.dev/flutter/material/Badge-class.html
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers