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

feature(draggable): added drag ability to positioned dialog #24

Merged
merged 7 commits into from
Mar 16, 2024

Conversation

feduke-nukem
Copy link
Owner

@feduke-nukem feduke-nukem commented Mar 16, 2024

Status

READY

Breaking Changes

NO

Description

closes #23

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
  • 📝 Documentation
  • 🗑️ Chore

feduke-nukem and others added 4 commits March 16, 2024 15:49
Copy link

codecov bot commented Mar 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.66%. Comparing base (62a3814) to head (fe27132).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   94.17%   96.66%   +2.49%     
==========================================
  Files          17       18       +1     
  Lines         738      750      +12     
==========================================
+ Hits          695      725      +30     
+ Misses         43       25      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- Removed isDraggable property from PositionedDialog and related usage in positioned_dialog_basic_usage.dart
- Introduced FreePositioned widget to handle draggable functionality
- Added draggable method in EasyDialogsController to apply draggable decoration
- Updated PositionedDialog to use Align widget instead of _FreePositioned
- Updated tests to cover new draggable feature
- Updated CHANGELOG.md to reflect changes
@feduke-nukem feduke-nukem merged commit 13126b4 into main Mar 16, 2024
4 checks passed
@feduke-nukem feduke-nukem deleted the issue/23 branch March 16, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Precise positioning of a dialog
1 participant