Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PrintN committed Dec 6, 2024
1 parent c2adbc9 commit d8d890a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions devtools_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description: This file stores settings for Dart & Flutter DevTools.
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
extensions:
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change(s):
- Added new test: Dual N-Back
- Fixed dark mode colors
- Fixed number memory bug
- Added harder questions for IQ test
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Human Benchmark is a mobile app that lets you test your cognitive abilities through a series of fun and engaging challenges. Track your skills in various areas and see how you compare to others worldwide.

Features:
- Diverse Tests - Challenge yourself with tests in Reaction Time, Typing, Chimp Test, Number Memory, Hearing, Verbal Memory, Sequence Memory, Visual Memory, Aim Training, Info Retention, and Intelligence Quotient.
- Diverse Tests - Challenge yourself with tests in Reaction Time, Typing Speed, Chimp Test, Number Memory, Hearing Test, Verbal Memory, Sequence Memory, Visual Memory, Aim Training, Info Retention, Intelligence Quotient, and Dual N-Back.
- Global Comparison - View your performance percentage compared to users around the world.
- Share Results - Easily share your statistics with friends or on social media.
- Offline Functionality - Enjoy the app fully offline, allowing for seamless testing anytime, anywhere.
Expand Down
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_tts:
dependency: "direct main"
description:
name: flutter_tts
sha256: cbb3fd43b946e62398560235469e6113e4fe26c40eab1b7cb5e7c417503fb3a8
url: "https://pub.dev"
source: hosted
version: "3.8.5"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: humanbenchmark
description: "An app to test your abilities."
publish_to: 'none'

version: 1.0.5+15
version: 1.0.6+16

environment:
sdk: ^3.5.0
Expand Down

0 comments on commit d8d890a

Please sign in to comment.