Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

style: general clean-up and updates#85

Merged
tsinis merged 7 commits into
mainfrom
style/general-cleanup
Sep 24, 2022
Merged

style: general clean-up and updates#85
tsinis merged 7 commits into
mainfrom
style/general-cleanup

Conversation

@tsinis

@tsinis tsinis commented Sep 24, 2022

Copy link
Copy Markdown
Owner

Description

Type of Change

  • ✨ 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
  • ✅ Platform-specific build configuration change
  • 📝 Documentation
  • ⚙️ CI/CD and/or GitHub Workflow configuration change

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Sep 24, 2022
@tsinis tsinis added the ci/cd CI/CD or Github Actions/Dependabot changes label Sep 24, 2022
@github-actions

github-actions Bot commented Sep 24, 2022

Copy link
Copy Markdown

@check-spelling-bot Report

🔴 Please review

See the 📂 files view or the 📜action log for details.

Unrecognized words (1)

TODO

Previously acknowledged words that are now absent apps autocorrect autofocus checkbox cmake codecov codefactor config dropdown DStore Fplay Fplayshields gamepad herokuapp href html HXC IIKE img jpg json libgles libgstreamer libgtk libjsoncpp liblzma libsecret microsoft NJVF opensource pdf png Refactor scss sdk snapcraft sudo svg todo toolbar tooltip tsin ttf url uuid vimeo WAV WCAG wikimedia wikipedia workflows xmlns
To accept ✔️ these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands

... in a clone of the git@github.com:tsinis/colors_ai.git repository
on the style/general-cleanup branch (ℹ️ how do I use this?):

update_files() {
perl -e '
my @expect_files=qw('".github/workflows/actions_settings/check-spelling/expect/expect.txt"');
@ARGV=@expect_files;
my @stale=qw('"$patch_remove"');
my $re=join "|", @stale;
my $suffix=".".time();
my $previous="";
sub maybe_unlink { unlink($_[0]) if $_[0]; }
while (<>) {
if ($ARGV ne $old_argv) { maybe_unlink($previous); $previous="$ARGV$suffix"; rename($ARGV, $previous); open(ARGV_OUT, ">$ARGV"); select(ARGV_OUT); $old_argv = $ARGV; }
next if /^(?:$re)(?:(?:\r|\n)*$| .*)/; print;
}; maybe_unlink($previous);'
perl -e '
my $new_expect_file=".github/workflows/actions_settings/check-spelling/expect/1a2a282565862fc46f68e6a406ed8db967736203.txt";
use File::Path qw(make_path);
use File::Basename qw(dirname);
make_path (dirname($new_expect_file));
open FILE, q{<}, $new_expect_file; chomp(my @words = <FILE>); close FILE;
my @add=qw('"$patch_add"');
my %items; @items{@words} = @words x (1); @items{@add} = @add x (1);
@words = sort {lc($a)."-".$a cmp lc($b)."-".$b} keys %items;
open FILE, q{>}, $new_expect_file; for my $word (@words) { print FILE "$word\n" if $word =~ /\w/; };
close FILE;
system("git", "add", $new_expect_file);
'
}

comment_json=$(mktemp)
curl -L -s -S \
-H "Content-Type: application/json" \
"https://api.github.com/repos/tsinis/colors_ai/issues/comments/1257063597" > "$comment_json"
comment_body=$(mktemp)
jq -r ".body // empty" "$comment_json" | tr -d "\\r" > $comment_body
rm $comment_json

patch_remove=$(perl -ne 'next unless s{^</summary>(.*)</details>$}{$1}; print' < "$comment_body")

patch_add=$(perl -e '$/=undef; $_=<>; if (m{Unrecognized words[^<]*</summary>\n*```\n*([^<]*)```\n*</details>$}m) { print "$1" } elsif (m{Unrecognized words[^<]*\n\n((?:\w.*\n)+)\n}m) { print "$1" };' < "$comment_body")

update_files
rm $comment_body
git add -u

@tsinis tsinis added the refactor Refactoring of old code, configs, etc. label Sep 24, 2022
@codecov

codecov Bot commented Sep 24, 2022

Copy link
Copy Markdown

Codecov Report

Merging #85 (7919b0b) into main (afffaf5) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 7919b0b differs from pull request most recent head 3198313. Consider uploading reports for the commit 3198313 to get more accurate results

@@           Coverage Diff           @@
##             main      #85   +/-   ##
=======================================
  Coverage   93.04%   93.04%           
=======================================
  Files          80       80           
  Lines         733      733           
=======================================
  Hits          682      682           
  Misses         51       51           
Impacted Files Coverage Δ
...enerator/services/api/colormind/colormind_api.dart 100.00% <ø> (ø)
...or_generator/services/api/huemint/huemint_api.dart 100.00% <ø> (ø)
lib/settings/dao/generator_dao.dart 100.00% <ø> (ø)
lib/about/repository/about_repository.dart 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions

Copy link
Copy Markdown

Dart Code Metrics unused files report of colors_ai. ✅

Summary

  • Scanned package folder: lib
  • No unused files found! ✅

@github-actions

Copy link
Copy Markdown

Dart Code Metrics analyze report of colors_ai. ✅

Summary

  • Scanned folders: integration_test, lib, test

  • Total scanned files: 273

  • Total lines of source code: 3825

  • Total classes: 224

  • Average Cyclomatic Number per line of code: 0.28 / 1

  • Average Source Lines of Code per method: 6

  • Total tech debt: not found

  • Found issues: 0 ✅

@tsinis tsinis merged commit 4253fde into main Sep 24, 2022
@tsinis tsinis deleted the style/general-cleanup branch September 24, 2022 21:02
tsinis added a commit that referenced this pull request Nov 17, 2022
* chore(deps): bump KJ002/read-yaml from 1.5 to 1.6 (#73)

Bumps [KJ002/read-yaml](https://github.com/KJ002/read-yaml) from 1.5 to 1.6.
- [Release notes](https://github.com/KJ002/read-yaml/releases)
- [Commits](jbutcher5/read-yaml@1.5...1.6)

---
updated-dependencies:
- dependency-name: KJ002/read-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 2 to 3 (#74)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/download-artifact from 2 to 3 (#72)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.3.0 to 4.4.0 (#79)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_annotation from 4.6.0 to 4.7.0 (#76)

Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v4.6.0...json_annotation-v4.7.0)

---
updated-dependencies:
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump animations from 2.0.4 to 2.0.5 (#77)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.5/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump check-spelling/check-spelling from 0.0.19 to 0.0.20 (#71)

Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.19 to 0.0.20.
- [Release notes](https://github.com/check-spelling/check-spelling/releases)
- [Commits](check-spelling/check-spelling@v0.0.19...v0.0.20)

---
updated-dependencies:
- dependency-name: check-spelling/check-spelling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.3.2 to 6.4.0 (#78)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.3.2...json_serializable-v6.4.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-java from 1 to 3 (#75)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: migrate to setup-java@v3 version (#80)

* ci: migrate to setup-java@v3 version

* fix(docs): fix readme file references/links

* chore(deps): bump mikepenz/release-changelog-builder-action from 2.5.1 to 3.3.1 (#82)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 2.5.1 to 3.3.1.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](mikepenz/release-changelog-builder-action@v2.5.1...v3.3.1)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mockito from 5.3.1 to 5.3.2 (#81)

* chore(deps): bump mockito from 5.3.1 to 5.3.2

Bumps [mockito](https://github.com/dart-lang/mockito) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](dart-archive/mockito@5.3.1...5.3.2)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: no newline at eof (no-newline-at-eof)

* fix: no newline at eof (no-newline-at-eof) at only.txt

* fix: added todo to expected words

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* ci: added workflow for microsoft store publishing (#83)

* fix(ci): fix microsoft store publish workflow

* ci: updated release workflow (#84)

* ci: updated release workflow with windows, macos and ios

* feat(ci): trigger workflow if pubspec.yaml is changed

* fix(ci): move ios builds release before macos ones

* style: proper publish workflows ids

* style: general clean-up and updates (#85)

* style: clean-up gitignore

* chore(android): bump gradle version

* style: added names to release update action

* style: clean-up assets directory

* test(e2e): updated e2e tests

* ci: added e2e tests workflow

* ci: update expect.txt

* fix(ci): provide emulator architecture to e2e workflow

* fix(ci): restart adb server in e2e tests workflow

* fix(ci): lower emulator's android version

* fix(ci): increase timeout time in android e2e workflow

* fix(ci): use simulator instead of emulator in e2e tests

* ci: added version check in e2e workflow

* fix(ci): compare versions in e2e workflow with notStartsWith

* fix(ci): swap expected/actual in version check e2e workflow

* chore(deps): bump dart_code_metrics from 4.19.0 to 4.19.1 (#87)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 4.19.0 to 4.19.1.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](dart-code-checker/dart-code-metrics@4.19.0...4.19.1)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 1.0.1 to 1.1.0 (#88)

Bumps [audioplayers](https://github.com/luanpotter/audioplayers) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/luanpotter/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](bluefireteam/audioplayers@audioplayers-v1.0.1...audioplayers-v1.1.0)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: update dependencies (use low latency audio in the android platform) (#91)

* chore(deps): bump versions of few packages

* ci(workflow): update workflows names

* fix(ci): fix auto-approve config in pr workflow

* chore(deps): bump json_serializable from 6.4.0 to 6.4.1 (#90)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.4.0...json_serializable-v6.4.1)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* test(e2e): added e2e test for the settings menu (#92)

* test: added new extension and bottom-bar e2e tests (#93)

* chore(deps): bump VeryGoodOpenSource/very_good_coverage from 1.2.1 to 2.0.0 (#94)

chore(deps): bump VeryGoodOpenSource/very_good_coverage

Bumps [VeryGoodOpenSource/very_good_coverage](https://github.com/VeryGoodOpenSource/very_good_coverage) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_coverage/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_coverage/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/very_good_coverage@v1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: VeryGoodOpenSource/very_good_coverage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump animations from 2.0.5 to 2.0.6 (#95)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.6/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.4.0 to 4.5.2 (#96)

* chore(deps): bump share_plus from 4.4.0 to 4.5.2

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.4.0 to 4.5.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(deps): rename share method shareFiles > shareXFiles

* fix(lint): update expected spelling

* fix: remove XFile from expect

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump animations from 2.0.6 to 2.0.7 (#97)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.7/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.5.2 to 4.5.3 (#98)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v4.5.3/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.4.1 to 6.5.0 (#99)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.4.1...json_serializable-v6.5.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.5.3 to 5.0.0 (#101)

* chore(deps): bump json_serializable from 6.5.0 to 6.5.1 (#103)

* chore(deps): bump audioplayers from 1.1.0 to 1.1.1 (#100)

Bumps [audioplayers](https://github.com/luanpotter/audioplayers) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/luanpotter/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](bluefireteam/audioplayers@audioplayers-v1.1.0...audioplayers-v1.1.1)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump build_runner from 2.2.1 to 2.3.0 (#104)

Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.2.1...build-v2.3.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump subosito/flutter-action from 2.7.1 to 2.8.0 (#106)

* chore(deps): bump amannn/action-semantic-pull-request from 4 to 5.0.1 (#109)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5.0.1.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v4...v5.0.1)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump freezed_annotation from 2.1.0 to 2.2.0 (#107)

Bumps [freezed_annotation](https://github.com/rrousselGit/freezed) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/rrousselGit/freezed/releases)
- [Commits](rrousselGit/freezed@freezed_annotation-v2.1.0...freezed_annotation-v2.2.0)

---
updated-dependencies:
- dependency-name: freezed_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump freezed from 2.1.0+1 to 2.2.0 (#108)

Bumps [freezed](https://github.com/rrousselGit/freezed) from 2.1.0+1 to 2.2.0.
- [Release notes](https://github.com/rrousselGit/freezed/releases)
- [Commits](rrousselGit/freezed@freezed-v2.1.0...freezed-v2.2.0)

---
updated-dependencies:
- dependency-name: freezed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.5.1 to 6.5.2 (#110)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.5.1...json_serializable-v6.5.2)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.3.1 to 3.4.0 (#111)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](mikepenz/release-changelog-builder-action@v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump amannn/action-semantic-pull-request from 5.0.1 to 5.0.2 (#112)

chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump package_info_plus from 1.4.3+1 to 2.0.0 (#102)

* chore(deps): bump package_info_plus from 2.0.0 to 3.0.0 (#114)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.0/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 5.0.0 to 6.0.0 (#113)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dependencies (october 2022) (#119)

* chore(deps): bump versions of deps

* feat: regenerate code, bump versions in lock files

* feat: added dependencies update option in pr template

* fix: downgrade flutter version in pubspec

* docs: added security policy

* ci: bump timeout-minutes in tests workflow

* Revert "ci: bump timeout-minutes in tests workflow"

This reverts commit 815d10c.

* Revert "feat: regenerate code, bump versions in lock files"

This reverts commit 6600038.

* fix(lint): removed unused hide

* chore(deps): bump lock file versions

* fix(ci): switch to master channel for tests

* fix(ci): switch to windows machine on tests workflow

* fix(ci): switch to macos machine on tests workflow

* fix(ci): switch to macos machine on tests workflow

* style: rename magnifier > magnifier animation

* chore(deps): bump apple related runners

* chore(deps): downgrade flutter mac os checksum

* feat(gen): update generated code

* chore(deps): bump dart_code_metrics from 4.19.1 to 4.19.2 (#115)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/commits)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump package_info_plus from 3.0.0 to 3.0.1 (#117)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.1/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.5.3 to 6.5.4 (#120)

* chore(deps): bump share_plus from 6.0.1 to 6.1.0 (#121)

* test: more tests for the tests god (#122)

* chore(deps): bump share_plus from 6.1.0 to 6.2.0 (#123)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.2.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump file_selector version to 0.9.2+2 (#124)

* chore(deps): bump file_selector version to 0.9.2+2

* refactor(bloc): snackbar state and event via freezed

* fix(lints): remove wrong lints with typos

* docs: update coverage info in the readme

* test: increased test coverage

* chore(deps): bump package_info_plus from 3.0.1 to 3.0.2 (#128)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.2/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 6.2.0 to 6.3.0 (#129)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.3.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump VeryGoodOpenSource/very_good_coverage from 2.0.0 to 2.1.0 (#130)

chore(deps): bump VeryGoodOpenSource/very_good_coverage

Bumps [VeryGoodOpenSource/very_good_coverage](https://github.com/VeryGoodOpenSource/very_good_coverage) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_coverage/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_coverage/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/very_good_coverage@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: VeryGoodOpenSource/very_good_coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump TimonVS/pr-labeler-action from 3 to 4 (#131)

Bumps [TimonVS/pr-labeler-action](https://github.com/TimonVS/pr-labeler-action) from 3 to 4.
- [Release notes](https://github.com/TimonVS/pr-labeler-action/releases)
- [Commits](TimonVS/pr-labeler-action@v3...v4)

---
updated-dependencies:
- dependency-name: TimonVS/pr-labeler-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump hmarr/auto-approve-action from 2 to 3 (#132)

Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2 to 3.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](hmarr/auto-approve-action@v2...v3)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: vibrations feature (#127)

* feat(l10n): added new localizations for vibration feature

* refactor: move and refactor vibrations to feature dir

* fix(test): fix vibrations test and modify vibrations mock

* feat(bloc): added vibration bloc!

* feat(ui): added vibration disable switch widget

* fix: implement new vibration bloc in app

* feat(test): added fake storage to tests

* test(bloc): added first part of tests for the vibration bloc

* fix(tests): fixing test coverage on url providers

* refactor(bloc): refactor vibration bloc

* refactor(test): refactor vibration related tests

* ci: provide beta channel to flutter action

* style(lints): added new lints, fixed old ones

* docs: updated vs code recommendations

* style: update gitattributes

* feat(web): update index.html for web version

* style(lints): added two new lints from linter package

* chore: bump app version and bloc deps

* refactor(ui): provide lock bloc to lock button from constructor

* refactor(bloc): refactor all hydrated blocs with new on api

* chore(deps): bump dev_dependencies versions

* fix(lints): adopt new lints and fix them

* chore(deps): bump dart-code-metrics-action version to v3

* feat: update generated code

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tsinis added a commit that referenced this pull request Nov 17, 2022
* feat: vibrations feature (#133)

* chore(deps): bump KJ002/read-yaml from 1.5 to 1.6 (#73)

Bumps [KJ002/read-yaml](https://github.com/KJ002/read-yaml) from 1.5 to 1.6.
- [Release notes](https://github.com/KJ002/read-yaml/releases)
- [Commits](jbutcher5/read-yaml@1.5...1.6)

---
updated-dependencies:
- dependency-name: KJ002/read-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 2 to 3 (#74)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/download-artifact from 2 to 3 (#72)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.3.0 to 4.4.0 (#79)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_annotation from 4.6.0 to 4.7.0 (#76)

Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v4.6.0...json_annotation-v4.7.0)

---
updated-dependencies:
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump animations from 2.0.4 to 2.0.5 (#77)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.5/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump check-spelling/check-spelling from 0.0.19 to 0.0.20 (#71)

Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.19 to 0.0.20.
- [Release notes](https://github.com/check-spelling/check-spelling/releases)
- [Commits](check-spelling/check-spelling@v0.0.19...v0.0.20)

---
updated-dependencies:
- dependency-name: check-spelling/check-spelling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.3.2 to 6.4.0 (#78)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.3.2...json_serializable-v6.4.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-java from 1 to 3 (#75)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: migrate to setup-java@v3 version (#80)

* ci: migrate to setup-java@v3 version

* fix(docs): fix readme file references/links

* chore(deps): bump mikepenz/release-changelog-builder-action from 2.5.1 to 3.3.1 (#82)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 2.5.1 to 3.3.1.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](mikepenz/release-changelog-builder-action@v2.5.1...v3.3.1)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mockito from 5.3.1 to 5.3.2 (#81)

* chore(deps): bump mockito from 5.3.1 to 5.3.2

Bumps [mockito](https://github.com/dart-lang/mockito) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](dart-archive/mockito@5.3.1...5.3.2)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: no newline at eof (no-newline-at-eof)

* fix: no newline at eof (no-newline-at-eof) at only.txt

* fix: added todo to expected words

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* ci: added workflow for microsoft store publishing (#83)

* fix(ci): fix microsoft store publish workflow

* ci: updated release workflow (#84)

* ci: updated release workflow with windows, macos and ios

* feat(ci): trigger workflow if pubspec.yaml is changed

* fix(ci): move ios builds release before macos ones

* style: proper publish workflows ids

* style: general clean-up and updates (#85)

* style: clean-up gitignore

* chore(android): bump gradle version

* style: added names to release update action

* style: clean-up assets directory

* test(e2e): updated e2e tests

* ci: added e2e tests workflow

* ci: update expect.txt

* fix(ci): provide emulator architecture to e2e workflow

* fix(ci): restart adb server in e2e tests workflow

* fix(ci): lower emulator's android version

* fix(ci): increase timeout time in android e2e workflow

* fix(ci): use simulator instead of emulator in e2e tests

* ci: added version check in e2e workflow

* fix(ci): compare versions in e2e workflow with notStartsWith

* fix(ci): swap expected/actual in version check e2e workflow

* chore(deps): bump dart_code_metrics from 4.19.0 to 4.19.1 (#87)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 4.19.0 to 4.19.1.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](dart-code-checker/dart-code-metrics@4.19.0...4.19.1)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 1.0.1 to 1.1.0 (#88)

Bumps [audioplayers](https://github.com/luanpotter/audioplayers) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/luanpotter/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](bluefireteam/audioplayers@audioplayers-v1.0.1...audioplayers-v1.1.0)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: update dependencies (use low latency audio in the android platform) (#91)

* chore(deps): bump versions of few packages

* ci(workflow): update workflows names

* fix(ci): fix auto-approve config in pr workflow

* chore(deps): bump json_serializable from 6.4.0 to 6.4.1 (#90)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.4.0...json_serializable-v6.4.1)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* test(e2e): added e2e test for the settings menu (#92)

* test: added new extension and bottom-bar e2e tests (#93)

* chore(deps): bump VeryGoodOpenSource/very_good_coverage from 1.2.1 to 2.0.0 (#94)

chore(deps): bump VeryGoodOpenSource/very_good_coverage

Bumps [VeryGoodOpenSource/very_good_coverage](https://github.com/VeryGoodOpenSource/very_good_coverage) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_coverage/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_coverage/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/very_good_coverage@v1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: VeryGoodOpenSource/very_good_coverage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump animations from 2.0.5 to 2.0.6 (#95)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.6/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.4.0 to 4.5.2 (#96)

* chore(deps): bump share_plus from 4.4.0 to 4.5.2

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.4.0 to 4.5.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(deps): rename share method shareFiles > shareXFiles

* fix(lint): update expected spelling

* fix: remove XFile from expect

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump animations from 2.0.6 to 2.0.7 (#97)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.7/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.5.2 to 4.5.3 (#98)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v4.5.3/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.4.1 to 6.5.0 (#99)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.4.1...json_serializable-v6.5.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.5.3 to 5.0.0 (#101)

* chore(deps): bump json_serializable from 6.5.0 to 6.5.1 (#103)

* chore(deps): bump audioplayers from 1.1.0 to 1.1.1 (#100)

Bumps [audioplayers](https://github.com/luanpotter/audioplayers) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/luanpotter/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](bluefireteam/audioplayers@audioplayers-v1.1.0...audioplayers-v1.1.1)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump build_runner from 2.2.1 to 2.3.0 (#104)

Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.2.1...build-v2.3.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump subosito/flutter-action from 2.7.1 to 2.8.0 (#106)

* chore(deps): bump amannn/action-semantic-pull-request from 4 to 5.0.1 (#109)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5.0.1.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v4...v5.0.1)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump freezed_annotation from 2.1.0 to 2.2.0 (#107)

Bumps [freezed_annotation](https://github.com/rrousselGit/freezed) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/rrousselGit/freezed/releases)
- [Commits](rrousselGit/freezed@freezed_annotation-v2.1.0...freezed_annotation-v2.2.0)

---
updated-dependencies:
- dependency-name: freezed_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump freezed from 2.1.0+1 to 2.2.0 (#108)

Bumps [freezed](https://github.com/rrousselGit/freezed) from 2.1.0+1 to 2.2.0.
- [Release notes](https://github.com/rrousselGit/freezed/releases)
- [Commits](rrousselGit/freezed@freezed-v2.1.0...freezed-v2.2.0)

---
updated-dependencies:
- dependency-name: freezed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.5.1 to 6.5.2 (#110)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.5.1...json_serializable-v6.5.2)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.3.1 to 3.4.0 (#111)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](mikepenz/release-changelog-builder-action@v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump amannn/action-semantic-pull-request from 5.0.1 to 5.0.2 (#112)

chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump package_info_plus from 1.4.3+1 to 2.0.0 (#102)

* chore(deps): bump package_info_plus from 2.0.0 to 3.0.0 (#114)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.0/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 5.0.0 to 6.0.0 (#113)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dependencies (october 2022) (#119)

* chore(deps): bump versions of deps

* feat: regenerate code, bump versions in lock files

* feat: added dependencies update option in pr template

* fix: downgrade flutter version in pubspec

* docs: added security policy

* ci: bump timeout-minutes in tests workflow

* Revert "ci: bump timeout-minutes in tests workflow"

This reverts commit 815d10c.

* Revert "feat: regenerate code, bump versions in lock files"

This reverts commit 6600038.

* fix(lint): removed unused hide

* chore(deps): bump lock file versions

* fix(ci): switch to master channel for tests

* fix(ci): switch to windows machine on tests workflow

* fix(ci): switch to macos machine on tests workflow

* fix(ci): switch to macos machine on tests workflow

* style: rename magnifier > magnifier animation

* chore(deps): bump apple related runners

* chore(deps): downgrade flutter mac os checksum

* feat(gen): update generated code

* chore(deps): bump dart_code_metrics from 4.19.1 to 4.19.2 (#115)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/commits)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump package_info_plus from 3.0.0 to 3.0.1 (#117)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.1/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.5.3 to 6.5.4 (#120)

* chore(deps): bump share_plus from 6.0.1 to 6.1.0 (#121)

* test: more tests for the tests god (#122)

* chore(deps): bump share_plus from 6.1.0 to 6.2.0 (#123)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.2.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump file_selector version to 0.9.2+2 (#124)

* chore(deps): bump file_selector version to 0.9.2+2

* refactor(bloc): snackbar state and event via freezed

* fix(lints): remove wrong lints with typos

* docs: update coverage info in the readme

* test: increased test coverage

* chore(deps): bump package_info_plus from 3.0.1 to 3.0.2 (#128)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.2/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 6.2.0 to 6.3.0 (#129)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.3.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump VeryGoodOpenSource/very_good_coverage from 2.0.0 to 2.1.0 (#130)

chore(deps): bump VeryGoodOpenSource/very_good_coverage

Bumps [VeryGoodOpenSource/very_good_coverage](https://github.com/VeryGoodOpenSource/very_good_coverage) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_coverage/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_coverage/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/very_good_coverage@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: VeryGoodOpenSource/very_good_coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump TimonVS/pr-labeler-action from 3 to 4 (#131)

Bumps [TimonVS/pr-labeler-action](https://github.com/TimonVS/pr-labeler-action) from 3 to 4.
- [Release notes](https://github.com/TimonVS/pr-labeler-action/releases)
- [Commits](TimonVS/pr-labeler-action@v3...v4)

---
updated-dependencies:
- dependency-name: TimonVS/pr-labeler-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump hmarr/auto-approve-action from 2 to 3 (#132)

Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2 to 3.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](hmarr/auto-approve-action@v2...v3)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: vibrations feature (#127)

* feat(l10n): added new localizations for vibration feature

* refactor: move and refactor vibrations to feature dir

* fix(test): fix vibrations test and modify vibrations mock

* feat(bloc): added vibration bloc!

* feat(ui): added vibration disable switch widget

* fix: implement new vibration bloc in app

* feat(test): added fake storage to tests

* test(bloc): added first part of tests for the vibration bloc

* fix(tests): fixing test coverage on url providers

* refactor(bloc): refactor vibration bloc

* refactor(test): refactor vibration related tests

* ci: provide beta channel to flutter action

* style(lints): added new lints, fixed old ones

* docs: updated vs code recommendations

* style: update gitattributes

* feat(web): update index.html for web version

* style(lints): added two new lints from linter package

* chore: bump app version and bloc deps

* refactor(ui): provide lock bloc to lock button from constructor

* refactor(bloc): refactor all hydrated blocs with new on api

* chore(deps): bump dev_dependencies versions

* fix(lints): adopt new lints and fix them

* chore(deps): bump dart-code-metrics-action version to v3

* feat: update generated code

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ci): fix create changelog action

* feat(ci): update release workflow paths

* fix(ci): removed libjsoncpp1 lib from linux part

* fix(ci): pre install libunwind on linux build flow

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tsinis added a commit that referenced this pull request Aug 19, 2023
* fix(ci): fixes from release (#134)

* feat: vibrations feature (#133)

* chore(deps): bump KJ002/read-yaml from 1.5 to 1.6 (#73)

Bumps [KJ002/read-yaml](https://github.com/KJ002/read-yaml) from 1.5 to 1.6.
- [Release notes](https://github.com/KJ002/read-yaml/releases)
- [Commits](https://github.com/KJ002/read-yaml/compare/1.5...1.6)

---
updated-dependencies:
- dependency-name: KJ002/read-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 2 to 3 (#74)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/download-artifact from 2 to 3 (#72)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.3.0 to 4.4.0 (#79)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_annotation from 4.6.0 to 4.7.0 (#76)

Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.6.0...json_annotation-v4.7.0)

---
updated-dependencies:
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump animations from 2.0.4 to 2.0.5 (#77)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.5/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump check-spelling/check-spelling from 0.0.19 to 0.0.20 (#71)

Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.19 to 0.0.20.
- [Release notes](https://github.com/check-spelling/check-spelling/releases)
- [Commits](https://github.com/check-spelling/check-spelling/compare/v0.0.19...v0.0.20)

---
updated-dependencies:
- dependency-name: check-spelling/check-spelling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.3.2 to 6.4.0 (#78)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.3.2...json_serializable-v6.4.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-java from 1 to 3 (#75)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: migrate to setup-java@v3 version (#80)

* ci: migrate to setup-java@v3 version

* fix(docs): fix readme file references/links

* chore(deps): bump mikepenz/release-changelog-builder-action from 2.5.1 to 3.3.1 (#82)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 2.5.1 to 3.3.1.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v2.5.1...v3.3.1)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mockito from 5.3.1 to 5.3.2 (#81)

* chore(deps): bump mockito from 5.3.1 to 5.3.2

Bumps [mockito](https://github.com/dart-lang/mockito) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/mockito/compare/5.3.1...5.3.2)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: no newline at eof (no-newline-at-eof)

* fix: no newline at eof (no-newline-at-eof) at only.txt

* fix: added todo to expected words

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* ci: added workflow for microsoft store publishing (#83)

* fix(ci): fix microsoft store publish workflow

* ci: updated release workflow (#84)

* ci: updated release workflow with windows, macos and ios

* feat(ci): trigger workflow if pubspec.yaml is changed

* fix(ci): move ios builds release before macos ones

* style: proper publish workflows ids

* style: general clean-up and updates (#85)

* style: clean-up gitignore

* chore(android): bump gradle version

* style: added names to release update action

* style: clean-up assets directory

* test(e2e): updated e2e tests

* ci: added e2e tests workflow

* ci: update expect.txt

* fix(ci): provide emulator architecture to e2e workflow

* fix(ci): restart adb server in e2e tests workflow

* fix(ci): lower emulator's android version

* fix(ci): increase timeout time in android e2e workflow

* fix(ci): use simulator instead of emulator in e2e tests

* ci: added version check in e2e workflow

* fix(ci): compare versions in e2e workflow with notStartsWith

* fix(ci): swap expected/actual in version check e2e workflow

* chore(deps): bump dart_code_metrics from 4.19.0 to 4.19.1 (#87)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 4.19.0 to 4.19.1.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/compare/4.19.0...4.19.1)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 1.0.1 to 1.1.0 (#88)

Bumps [audioplayers](https://github.com/luanpotter/audioplayers) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/luanpotter/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luanpotter/audioplayers/compare/audioplayers-v1.0.1...audioplayers-v1.1.0)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: update dependencies (use low latency audio in the android platform) (#91)

* chore(deps): bump versions of few packages

* ci(workflow): update workflows names

* fix(ci): fix auto-approve config in pr workflow

* chore(deps): bump json_serializable from 6.4.0 to 6.4.1 (#90)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.4.0...json_serializable-v6.4.1)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* test(e2e): added e2e test for the settings menu (#92)

* test: added new extension and bottom-bar e2e tests (#93)

* chore(deps): bump VeryGoodOpenSource/very_good_coverage from 1.2.1 to 2.0.0 (#94)

chore(deps): bump VeryGoodOpenSource/very_good_coverage

Bumps [VeryGoodOpenSource/very_good_coverage](https://github.com/VeryGoodOpenSource/very_good_coverage) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_coverage/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_coverage/blob/main/CHANGELOG.md)
- [Commits](https://github.com/VeryGoodOpenSource/very_good_coverage/compare/v1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: VeryGoodOpenSource/very_good_coverage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump animations from 2.0.5 to 2.0.6 (#95)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.6/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.4.0 to 4.5.2 (#96)

* chore(deps): bump share_plus from 4.4.0 to 4.5.2

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.4.0 to 4.5.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(deps): rename share method shareFiles > shareXFiles

* fix(lint): update expected spelling

* fix: remove XFile from expect

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump animations from 2.0.6 to 2.0.7 (#97)

Bumps [animations](https://github.com/flutter/packages/tree/main/packages) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/animations-v2.0.7/packages)

---
updated-dependencies:
- dependency-name: animations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.5.2 to 4.5.3 (#98)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v4.5.3/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.4.1 to 6.5.0 (#99)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.4.1...json_serializable-v6.5.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 4.5.3 to 5.0.0 (#101)

* chore(deps): bump json_serializable from 6.5.0 to 6.5.1 (#103)

* chore(deps): bump audioplayers from 1.1.0 to 1.1.1 (#100)

Bumps [audioplayers](https://github.com/luanpotter/audioplayers) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/luanpotter/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luanpotter/audioplayers/compare/audioplayers-v1.1.0...audioplayers-v1.1.1)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump build_runner from 2.2.1 to 2.3.0 (#104)

Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.2.1...build-v2.3.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump subosito/flutter-action from 2.7.1 to 2.8.0 (#106)

* chore(deps): bump amannn/action-semantic-pull-request from 4 to 5.0.1 (#109)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5.0.1.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v4...v5.0.1)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump freezed_annotation from 2.1.0 to 2.2.0 (#107)

Bumps [freezed_annotation](https://github.com/rrousselGit/freezed) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/rrousselGit/freezed/releases)
- [Commits](https://github.com/rrousselGit/freezed/compare/freezed_annotation-v2.1.0...freezed_annotation-v2.2.0)

---
updated-dependencies:
- dependency-name: freezed_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump freezed from 2.1.0+1 to 2.2.0 (#108)

Bumps [freezed](https://github.com/rrousselGit/freezed) from 2.1.0+1 to 2.2.0.
- [Release notes](https://github.com/rrousselGit/freezed/releases)
- [Commits](https://github.com/rrousselGit/freezed/compare/freezed-v2.1.0...freezed-v2.2.0)

---
updated-dependencies:
- dependency-name: freezed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.5.1 to 6.5.2 (#110)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.5.1...json_serializable-v6.5.2)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.3.1 to 3.4.0 (#111)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump amannn/action-semantic-pull-request from 5.0.1 to 5.0.2 (#112)

chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump package_info_plus from 1.4.3+1 to 2.0.0 (#102)

* chore(deps): bump package_info_plus from 2.0.0 to 3.0.0 (#114)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.0/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 5.0.0 to 6.0.0 (#113)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dependencies (october 2022) (#119)

* chore(deps): bump versions of deps

* feat: regenerate code, bump versions in lock files

* feat: added dependencies update option in pr template

* fix: downgrade flutter version in pubspec

* docs: added security policy

* ci: bump timeout-minutes in tests workflow

* Revert "ci: bump timeout-minutes in tests workflow"

This reverts commit 815d10c37bd64be221236d563fa310adf89328b1.

* Revert "feat: regenerate code, bump versions in lock files"

This reverts commit 66000384e6da27596d6039824dfa94f9c19b3550.

* fix(lint): removed unused hide

* chore(deps): bump lock file versions

* fix(ci): switch to master channel for tests

* fix(ci): switch to windows machine on tests workflow

* fix(ci): switch to macos machine on tests workflow

* fix(ci): switch to macos machine on tests workflow

* style: rename magnifier > magnifier animation

* chore(deps): bump apple related runners

* chore(deps): downgrade flutter mac os checksum

* feat(gen): update generated code

* chore(deps): bump dart_code_metrics from 4.19.1 to 4.19.2 (#115)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/commits)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump package_info_plus from 3.0.0 to 3.0.1 (#117)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.1/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.5.3 to 6.5.4 (#120)

* chore(deps): bump share_plus from 6.0.1 to 6.1.0 (#121)

* test: more tests for the tests god (#122)

* chore(deps): bump share_plus from 6.1.0 to 6.2.0 (#123)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.2.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump file_selector version to 0.9.2+2 (#124)

* chore(deps): bump file_selector version to 0.9.2+2

* refactor(bloc): snackbar state and event via freezed

* fix(lints): remove wrong lints with typos

* docs: update coverage info in the readme

* test: increased test coverage

* chore(deps): bump package_info_plus from 3.0.1 to 3.0.2 (#128)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.2/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 6.2.0 to 6.3.0 (#129)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.3.0/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump VeryGoodOpenSource/very_good_coverage from 2.0.0 to 2.1.0 (#130)

chore(deps): bump VeryGoodOpenSource/very_good_coverage

Bumps [VeryGoodOpenSource/very_good_coverage](https://github.com/VeryGoodOpenSource/very_good_coverage) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_coverage/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_coverage/blob/main/CHANGELOG.md)
- [Commits](https://github.com/VeryGoodOpenSource/very_good_coverage/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: VeryGoodOpenSource/very_good_coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump TimonVS/pr-labeler-action from 3 to 4 (#131)

Bumps [TimonVS/pr-labeler-action](https://github.com/TimonVS/pr-labeler-action) from 3 to 4.
- [Release notes](https://github.com/TimonVS/pr-labeler-action/releases)
- [Commits](https://github.com/TimonVS/pr-labeler-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: TimonVS/pr-labeler-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump hmarr/auto-approve-action from 2 to 3 (#132)

Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2 to 3.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: vibrations feature (#127)

* feat(l10n): added new localizations for vibration feature

* refactor: move and refactor vibrations to feature dir

* fix(test): fix vibrations test and modify vibrations mock

* feat(bloc): added vibration bloc!

* feat(ui): added vibration disable switch widget

* fix: implement new vibration bloc in app

* feat(test): added fake storage to tests

* test(bloc): added first part of tests for the vibration bloc

* fix(tests): fixing test coverage on url providers

* refactor(bloc): refactor vibration bloc

* refactor(test): refactor vibration related tests

* ci: provide beta channel to flutter action

* style(lints): added new lints, fixed old ones

* docs: updated vs code recommendations

* style: update gitattributes

* feat(web): update index.html for web version

* style(lints): added two new lints from linter package

* chore: bump app version and bloc deps

* refactor(ui): provide lock bloc to lock button from constructor

* refactor(bloc): refactor all hydrated blocs with new on api

* chore(deps): bump dev_dependencies versions

* fix(lints): adopt new lints and fix them

* chore(deps): bump dart-code-metrics-action version to v3

* feat: update generated code

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ci): fix create changelog action

* feat(ci): update release workflow paths

* fix(ci): removed libjsoncpp1 lib from linux part

* fix(ci): pre install libunwind on linux build flow

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): migrate to stream_bloc (#135)

* chore(deps): added stream bloc and bumped bloc versions

* fix(bloc): migrate from bloc to streambloc class

* test(bloc): added testers for stream bloc

* fix(test): fix stream bloc related tests

* fix: add multiline streamable writeln to check-spelling

* fix: update expect.txt

* chore(deps): refactor e2e tests and bump deps (#136)

* fix(ui): fix theme related issues on ui

* chore(deps): bump various deps

* fix(deps): swap mdi package with material_design_icons_flutter

* refactor(e2e): refactoring of e2e tests

* fix: added expected spelling

* chore(deps): bump check-spelling/check-spelling from 0.0.20 to 0.0.21 (#137)

* chore(deps): bump check-spelling/check-spelling from 0.0.20 to 0.0.21

Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.20 to 0.0.21.
- [Release notes](https://github.com/check-spelling/check-spelling/releases)
- [Commits](https://github.com/check-spelling/check-spelling/compare/v0.0.20...v0.0.21)

---
updated-dependencies:
- dependency-name: check-spelling/check-spelling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* style(lints): added new lints and fixed old ones

Signed-off-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.4.0 to 3.5.0 (#139)

* chore(deps): bump toshimaru/auto-author-assign from 1.6.1 to 1.6.2 (#140)

Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/toshimaru/auto-author-assign/compare/v1.6.1...v1.6.2)

---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump packages versions and year 2023

* chore(deps): bump freezed and dcm versions

* chore: bump deps

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.5.0 to 3.6.0 (#141)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 1.2.0 to 2.0.0 (#146)

Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers_web-v2.0.0/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump url_launcher from 6.1.7 to 6.1.8 (#143)

Bumps [url_launcher](https://github.com/flutter/plugins/tree/main/packages/url_launcher) from 6.1.7 to 6.1.8.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/url_launcher-v6.1.8/packages/url_launcher)

---
updated-dependencies:
- dependency-name: url_launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.5.4 to 6.6.0 (#145)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.5.4 to 6.6.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.5.4...json_serializable-v6.6.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_annotation from 4.7.0 to 4.8.0 (#142)

* chore(deps): bump dart_code_metrics from 5.4.0 to 5.5.0 (#144)

* chore(deps): bump path_provider from 2.0.11 to 2.0.12 (#148)

Bumps [path_provider](https://github.com/flutter/plugins/tree/main/packages/path_provider) from 2.0.11 to 2.0.12.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/path_provider-v2.0.12/packages/path_provider)

---
updated-dependencies:
- dependency-name: path_provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 2.0.0 to 3.0.0 (#147)

Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump google_fonts from 3.0.1 to 4.0.0 (#149)

Bumps [google_fonts](https://github.com/material-foundation/google-fonts-flutter) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/material-foundation/google-fonts-flutter/releases)
- [Changelog](https://github.com/material-foundation/google-fonts-flutter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/material-foundation/google-fonts-flutter/compare/v3.0.1...v4.0.0)

---
updated-dependencies:
- dependency-name: google_fonts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dart_code_metrics from 5.5.0 to 5.5.1 (#151)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/compare/5.5.0...5.5.1)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 3.0.0 to 3.0.1 (#152)

Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers-v3.0.1/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump google_fonts from 4.0.0 to 4.0.1 (#154)

Bumps [google_fonts](https://github.com/material-foundation/google-fonts-flutter) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/material-foundation/google-fonts-flutter/releases)
- [Changelog](https://github.com/material-foundation/google-fonts-flutter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/material-foundation/google-fonts-flutter/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: google_fonts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump google_fonts from 4.0.1 to 4.0.3 (#156)

Bumps [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/material-foundation/flutter-packages/releases)
- [Commits](https://github.com/material-foundation/flutter-packages/commits/google_fonts-v4.0.3/packages)

---
updated-dependencies:
- dependency-name: google_fonts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json_serializable from 6.6.0 to 6.6.1 (#155)

Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.6.0...json_serializable-v6.6.1)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: small app refactoring (#157)

* refactor: small app refactoring

* fix(ci): added mixins word to excludes

* chore(deps): bump bloc_test from 9.1.0 to 9.1.1 (#158)

* chore(deps): bump bloc_test from 9.1.0 to 9.1.1

Bumps [bloc_test](https://github.com/felangel/bloc/tree/master/packages) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc_test-v9.1.1/packages)

---
updated-dependencies:
- dependency-name: bloc_test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(test): fixed unit tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump bloc related packages versions (#162)

* chore(deps): bump share_plus from 6.3.0 to 6.3.1 (#165)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.3.1/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump flutter_secure_storage from 7.0.1 to 8.0.0 (#163)

Bumps [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](https://github.com/mogol/flutter_secure_storage/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: flutter_secure_storage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump package_info_plus from 3.0.2 to 3.0.3 (#164)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.0.3/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 (#166)

chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.0.2...v5.1.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dart_code_metrics from 5.5.1 to 5.6.0 (#168)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 5.5.1 to 5.6.0.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/compare/5.5.1...5.6.0)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.6.0 to 3.6.1 (#169)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v3.6.0...v3.6.1)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump path_provider from 2.0.12 to 2.0.13 (#171)

Bumps [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) from 2.0.12 to 2.0.13.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.0.13/packages/path_provider)

---
updated-dependencies:
- dependency-name: path_provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump url_launcher from 6.1.9 to 6.1.10 (#170)

Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.1.9 to 6.1.10.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.1.10/packages/url_launcher)

---
updated-dependencies:
- dependency-name: url_launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.6.1 to 3.7.0 (#172)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v3.6.1...v3.7.0)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#173)

chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump path_provider from 2.0.13 to 2.0.14 (#175)

Bumps [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.0.14/packages/path_provider)

---
updated-dependencies:
- dependency-name: path_provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump subosito/flutter-action from 2.8.0 to 2.9.0 (#174)

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/stale from 7.0.0 to 8.0.0 (#177)

Bumps [actions/stale](https://github.com/actions/stale) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump subosito/flutter-action from 2.9.0 to 2.10.0 (#176)

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dart_code_metrics from 5.6.0 to 5.7.0 (#178)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/compare/5.6.0...5.7.0)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mockito from 5.3.2 to 5.4.0 (#180)

Bumps [mockito](https://github.com/dart-lang/mockito) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/mockito/commits)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump printing from 5.10.1 to 5.10.2 (#179)

Bumps [printing](https://github.com/DavBfr/dart_pdf) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/DavBfr/dart_pdf/releases)
- [Commits](https://github.com/DavBfr/dart_pdf/compare/printing-5.10.1...printing-5.10.2)

---
updated-dependencies:
- dependency-name: printing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump printing from 5.10.2 to 5.10.3 (#181)

Bumps [printing](https://github.com/DavBfr/dart_pdf) from 5.10.2 to 5.10.3.
- [Release notes](https://github.com/DavBfr/dart_pdf/releases)
- [Commits](https://github.com/DavBfr/dart_pdf/compare/printing-5.10.2...printing-5.10.3)

---
updated-dependencies:
- dependency-name: printing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump mikepenz/release-changelog-builder-action from 3.7.0 to 3.7.1 (#183)

chore(deps): bump mikepenz/release-changelog-builder-action

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 6.3.1 to 6.3.2 (#184)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dart_code_metrics from 5.7.0 to 5.7.2 (#185)

Bumps [dart_code_metrics](https://github.com/dart-code-checker/dart-code-metrics) from 5.7.0 to 5.7.2.
- [Release notes](https://github.com/dart-code-checker/dart-code-metrics/releases)
- [Changelog](https://github.com/dart-code-checker/dart-code-metrics/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-code-checker/dart-code-metrics/commits)

---
updated-dependencies:
- dependency-name: dart_code_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 3.0.1 to 4.0.0 (#187)

Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers-v4.0.0/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump audioplayers from 4.0.0 to 4.0.1 (#188)

* chore(deps): bump audioplayers from 4.0.0 to 4.0.1

Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers-v4.0.1/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): update packages and fix lints

* feat(ci): added backup workflow

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Cinis <52065414+tsinis@users.noreply.github.com>

* chore(deps): bump package_info_plus from 3.1.0 to 3.1.1 (#189)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.1.1/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 6.3.2 to 6.3.3 (#190)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.3.3/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump google_fonts from 4.0.3 to 4.0.4 (#191)

Bumps [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/material-foundation/flutter-packages/releases)
- [Commits](https://github.com/material-foundation/flutter-packages/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: google_fonts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump package_info_plus from 3.1.1 to 3.1.2 (#192)

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v3.1.2/packages)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump share_plus from 6.3.3 to 6.3.4 (#193)

Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages) from 6.3.3 to 6.3.4.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v6.3.4/packages)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <496…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

ci/cd CI/CD or Github Actions/Dependabot changes documentation Improvements or additions to documentation refactor Refactoring of old code, configs, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant