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 analysis_options.yaml, fix various issues #14

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    8e8f295 View commit details
    Browse the repository at this point in the history
  2. Add analysis_options.yaml

    zmuranaka committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2fd0aac View commit details
    Browse the repository at this point in the history
  3. Address the analysis_options linter complaints

    * Make PinchZoom constructor const
    * Add super.key parameter to PinchZoom constructor
    * Don't expose private _PinchZoomState in public API PinchZoom
    * Make child the last argument passes into InteractiveViewer
    * Make _endScrollTimer use a const Duration
    zmuranaka committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ae76a6f View commit details
    Browse the repository at this point in the history
  4. Update example pubspec

    zmuranaka committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6391697 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add missing dispose method

    zmuranaka committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7382686 View commit details
    Browse the repository at this point in the history
  2. Remove [resetDuration] from doc comment

    * Also change 'an PinchZoom' to 'a PinchZoom'
    zmuranaka committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    253d64a View commit details
    Browse the repository at this point in the history