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

feat: Add DoubleTapCallbacks that receives double-tap events. #2327

Merged
merged 21 commits into from Feb 10, 2023

Commits on Feb 5, 2023

  1. Add skeleton of classes

    Hwan-seok committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    59a2603 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Implement DoubleTapCallbacks

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1571c25 View commit details
    Browse the repository at this point in the history
  2. Add Double tap example

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    88368c3 View commit details
    Browse the repository at this point in the history
  3. Add dartdocs

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    af45d1c View commit details
    Browse the repository at this point in the history
  4. Move dartdoc to public API

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9a89404 View commit details
    Browse the repository at this point in the history
  5. Fix event propagated to any callbacks

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    fcd0c65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1b080a View commit details
    Browse the repository at this point in the history
  7. Fix wrongly spelled word

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2887293 View commit details
    Browse the repository at this point in the history
  8. Remove status of ember in example

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8047169 View commit details
    Browse the repository at this point in the history
  9. Add tests

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    664a2a2 View commit details
    Browse the repository at this point in the history
  10. Add docs

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2b9a73a View commit details
    Browse the repository at this point in the history
  11. Fix typo

    Hwanseok committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bed18d9 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into hwanseok.double-tap

    Hwanseok Barth Kang committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    df4360c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Apply suggestions from code review

    Co-authored-by: Erick <erickzanardoo@gmail.com>
    Hwan-seok and erickzanardo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    8c56813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    460dfb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f44e9d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Apply suggestions from code review

    Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
    Hwan-seok and spydon committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e7143db View commit details
    Browse the repository at this point in the history
  2. Align method name with

    Hwanseok committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6118c8d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into hwanseok.double-tap

    Hwanseok Barth Kang committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ee2d971 View commit details
    Browse the repository at this point in the history
  4. Fix analyzer

    Hwanseok committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    682bb16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aa3014 View commit details
    Browse the repository at this point in the history