Skip to content

Conversation

naveen-krishna
Copy link
Contributor

@naveen-krishna naveen-krishna commented Jul 14, 2025

Description

  • Add StacDrawer model and parser for Flutter Drawer widget
  • Support all Drawer properties: backgroundColor, elevation, width, etc.
  • Add drawer to WidgetType enum and register in framework
  • Add drawer example to stac_gallery
  • Include complete drawer demo with header and menu items

The drawer widget can now be used in Stac JSON with swipe gesture
and tap actions on menu items.

Related Issues

Closes #152

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

Copy link
Member

@divyanshub024 divyanshub024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @naveen-krishna, Thanks for the great PR. Everything looks perfect. 🙌🏻

Can you please add documentation here

@divyanshub024 divyanshub024 added this to the v1.0 milestone Jul 14, 2025
@divyanshub024 divyanshub024 added the feature New feature or request label Jul 14, 2025
Copy link
Member

@divyanshub024 divyanshub024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution @naveen-krishna 🎉 💯

@divyanshub024 divyanshub024 merged commit d9eca4c into StacDev:dev Jul 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add support for Drawer widget

2 participants