-
-
Notifications
You must be signed in to change notification settings - Fork 984
docs: Deprecate TapDetector in favour of TapCallbacks #2886
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
base: main
Are you sure you want to change the base?
Conversation
Update t-rex game to use `TapCallbacks` instead of `TapDetector`, in anticipation of [deprecating the latter](#2886). Also update the term high score to avoid a dictionary entry. Co-authored-by: Lukas Klingsbo <[email protected]>
@luanpotter what were our concerns here again? I think it would be great to only have |
@spydon see my design doc for complete breakdown |
Where is the design doc? Would be good to have that linked here so that we can have a look at it every 6 months after we've forgotten what it's about. 😄 |
@spydon should I reactivate this now that we have agreed on moving forward with this? |
Did you get a green light from @erickzanardo too? Because I think he was the one that was sceptical. Otherwise it sounds good to me! |
4ebc8f9
to
87453b3
Compare
87453b3
to
aba91cd
Compare
@spydon @erickzanardo are we able to finally move forward with this and kickstart the event system migration as outlined on my doc? |
lmk if we prefer to split the fixes into a separate pr first - I didn't realize the old system was used so much across the codebase |
Sure, let's go! |
Description
Deprecate
TapDetector
in favour ofTapCallbacks
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?