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

provide childAnimation as param #247

Merged

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    01642a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f4b6b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Fixed crash

    _MyHomePageState is a SingleTickerProviderStateMixin but multiple tickers were created.
    This was triggered when clicking on anything
    luca-colazzo authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    68303d5 View commit details
    Browse the repository at this point in the history
  2. Changed passed argument

    Just passing the animation Curve is sufficient, more efficient and just work
    luca-colazzo authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2226bae View commit details
    Browse the repository at this point in the history
  3. Made example work

    Also increased duration to see the actual animation
    luca-colazzo authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8c058e6 View commit details
    Browse the repository at this point in the history