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

Commits on Mar 16, 2024

  1. feature(draggable): added drag ability to positioned dialog

    Some code clean made
    feduke-nukem committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e21c72e View commit details
    Browse the repository at this point in the history
  2. Update dialogs.md

    feduke-nukem authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    50e08ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    567eb73 View commit details
    Browse the repository at this point in the history
  4. Refactor and clean up code in EasyDialogsController and FullScreenDia…

    …log. Remove deprecated and unnecessary rules in analysis_options. Add trailing commas for better code formatting.
    feduke-nukem committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    7fd8cb0 View commit details
    Browse the repository at this point in the history
  5. Refactor draggable feature for dialogs (issue #23)

    - 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 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e6d1f32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50440dd View commit details
    Browse the repository at this point in the history
  7. Fix format

    feduke-nukem committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    fe27132 View commit details
    Browse the repository at this point in the history