Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add topics and screenshots to pubspec.yaml #281

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@ name: wolt_modal_sheet
description: This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
version: 0.8.0
repository: https://github.com/woltapp/wolt_modal_sheet
topics:
- modal
- dialog
- side-sheet
- bottom-sheet
- custom-modal
screenshots:
- description: 'WoltModalSheet page elements'
path: doc/bottom_sheet_elements.jpeg
- description: 'WoltModalSheet page layers'
path: doc/modal_sheet_page.png
- description: 'Experience multi-page navigation in WoltModalSheet.'
path: doc/ss_multi.gif
- description: 'Scroll with ease in WoltModalSheet.'
path: doc/ss_scrolling.gif
- description: 'Responsive modals for different screen sizes.'
path: doc/ss_type_builder.gif
- description: 'Custom modal types in WoltModalSheet.'
path: doc/ss_custom_modals.gif
- description: 'Pagination motion in WoltModalSheet.'
path: doc/ss_motion_pagination.gif
- description: 'Scrolling motion in WoltModalSheet.'
path: doc/ss_scroll_motion.gif
- description: 'Declarative navigation in WoltModalSheet.'
path: doc/ss_navigator_2.gif
- description: 'Dynamic pagination in action in WoltModalSheet.'
path: doc/ss_dynamic_pagination.gif

environment:
sdk: '>=3.0.6 <4.0.0'
Expand Down