6 Commits

Author SHA1 Message Date
cb6741cc8e chore: bump Flutter and Dart SDK to latest versions (#438)
<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

Changes:
- Bump min dart SDK to 2.19.0
- Bump Flutter version to 3.7.12
- Used Very Good Analysis 4.0.0
- Corrected new analyzer issues
- Dart format

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ]  New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ]  Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ]  Build configuration change
- [ ] 📝 Documentation
- [X] 🗑️ Chore
2023-06-27 15:57:39 -07:00
d17b4d2df0 feat: add mute sound functionality (#379)
* feat: add mute sound functionality

* fix footer layout while resizing

* remove mute button on mobile

Co-authored-by: Oscar <martinm.oscar@gmail.com>
2023-01-20 12:07:48 +01:00
7b4736c50a fix: catch errors playing sounds (#378) 2023-01-18 10:53:38 -05:00
c8c5dbaa9b fix: issue playing sound on next button (#331)
Co-authored-by: Oscar <martinm.oscar@gmail.com>
2023-01-12 15:44:10 +00:00
0fb44d6005 feat: add more sound effects (#313) 2023-01-10 09:44:47 +00:00
8d78fc7076 refactor: use a mixin for playing audio (#308) 2023-01-09 23:06:12 +00:00