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

Update dependency flutter_hooks to ^0.18.0 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 17, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
flutter_hooks dependencies minor ^0.15.0 -> ^0.18.0

Release Notes

rrousselGit/flutter_hooks

v0.18.6

Compare Source

v0.18.5+1

Compare Source

Update links to the repository

v0.18.5

Compare Source

Update links to the repository

v0.18.4

Compare Source

Upgrade to Flutter 3.0.0

v0.18.3

Compare Source

Added onKeyEvent to useFocusNode (thanks to @​kdelorey)

v0.18.2+1

Compare Source

Improved the documentation (thanks to @​Renni771)

v0.18.2

Compare Source

Improved the documentation (thanks to @​Renni771)

v0.18.1

Compare Source

  • Added useTransformationController, to create a TransformationController (thanks to @​shrouxm)
  • Added useAppLifecycleState and useOnAppLifecycleStateChange to interact with AppLifecycleState (thanks to @​francipvb)

v0.18.0

Compare Source

  • Breaking: useRef now receive an initial value as parameter.
    To migrate, you can change:

    ObjectRef<int> ref = useRef<int>();

    to:

    ObjectRef<int?> ref = useRef<int?>(null);
  • Updated useStream/useFuture to match the behavior of StreamBuilder/FutureBuilder regarding initial values.

  • Added a reverseDuration parameter to useAnimationController

v0.17.0

Compare Source

  • useFuture/useStream's AsynsSnapshot now correctly expose the StackTrace when there is an error.
  • added useRef and useCallback, similar to the React equivalents.
  • initialData of useStream and useFuture is now optional.

v0.16.0

Stable null-safety release


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/flutter_hooks-0.x branch 2 times, most recently from d8de4bb to e000055 Compare March 8, 2021 12:02
@renovate renovate bot force-pushed the renovate/flutter_hooks-0.x branch 2 times, most recently from 4ebbf72 to 6420bfe Compare May 13, 2021 09:49
@renovate renovate bot changed the title Update dependency flutter_hooks to ^0.16.0 Update dependency flutter_hooks to ^0.17.0 May 13, 2021
@renovate renovate bot changed the title Update dependency flutter_hooks to ^0.17.0 Update dependency flutter_hooks to ^0.18.0 Jun 30, 2021
@renovate renovate bot force-pushed the renovate/flutter_hooks-0.x branch from 6420bfe to 0c0a0a7 Compare June 30, 2021 11:31
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

None yet

1 participant