mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-26 03:59:33 +00:00
feat: add shake detection functionality (#36)
* feat: add shake detection functionality and integrate vibration support * feat: add shake detector settings page
This commit is contained in:
parent
2e3b1de529
commit
b229c4f2f5
25 changed files with 1423 additions and 158 deletions
|
|
@ -88,6 +88,7 @@ dependencies:
|
|||
path: ./shelfsdk
|
||||
shimmer: ^3.0.0
|
||||
url_launcher: ^6.2.6
|
||||
vibration: ^2.0.0
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.9
|
||||
custom_lint: ^0.6.4
|
||||
|
|
@ -112,6 +113,7 @@ flutter:
|
|||
assets:
|
||||
- assets/
|
||||
- assets/animations/
|
||||
- assets/sounds/
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue