Skip to content

Commit

Permalink
Update CLA link (#70)
Browse files Browse the repository at this point in the history
* Update CLA link

Replace Firebase dynamic links with Bitly alternative

* update workflows to reference proper repository

* bump version

* replace onPopInvoked

---------

Co-authored-by: Eric Dhom <[email protected]>
  • Loading branch information
Prusdrum and edhom authored Nov 26, 2024
1 parent 3168d87 commit 83c54ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
You can expect triage from us soon 🙂
In the meantime, you can try to search for similar issues in our [issue database].
[issue database]: https://github.com/simpleclub/design_tokens_builder/issues?q=is%3Aissue
[issue database]: https://github.com/simpleclub/math_keyboard/issues
pr-message: |
Hi 👋🏽 Thank you for opening your first PR with simpleclub/math_keyboard ❤
You can expect a review from us soon ☺️
In the meantime, please check our [contribution guidelines], the PR checklist, and the PR checks.
[contribution guidelines]: https://github.com/simpleclub/design_tokens_builder/blob/main/CONTRIBUTING.md
[contribution guidelines]: https://github.com/simpleclub/math_keyboard/blob/main/CONTRIBUTING.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ In order for us to review and merge your code, please follow the link and sign t
[create pr]: https://help.github.com/en/articles/creating-a-pull-request-from-a-fork
[GitHub hub]: https://hub.github.com
[ssh key]: https://help.github.com/articles/generating-ssh-keys
[CLA]: https://simpleclub.page.link/cla
[CLA]: https://bit.ly/simpleclub-cla
[versioning]: https://stackoverflow.com/questions/66201337/how-do-dart-package-versions-work-how-should-i-version-my-flutter-plugins/66201338#66201338
4 changes: 4 additions & 0 deletions math_keyboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

* Updated README

## 0.3.0

* Updated all dependencies
Expand Down
2 changes: 1 addition & 1 deletion math_keyboard/lib/src/widgets/math_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class _MathFieldState extends State<MathField> with TickerProviderStateMixin {
Widget build(BuildContext context) {
return PopScope(
canPop: !_isKeyboardShown,
onPopInvoked: (didPop) async {
onPopInvokedWithResult: (didPop, result) async {
if (!didPop) {
_closeKeyboard();
}
Expand Down
2 changes: 1 addition & 1 deletion math_keyboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: math_keyboard
description: >-2
Math expression editing using an on-screen software keyboard or physical keyboard input in a
typeset input field in Flutter.
version: 0.3.0
version: 0.3.1
homepage: https://github.com/simpleclub/math_keyboard/tree/main/math_keyboard

environment:
Expand Down

0 comments on commit 83c54ed

Please sign in to comment.