Skip to content

Commit

Permalink
add powernapping and jump rope logo. Change some app descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
o-bagge committed Feb 24, 2024
1 parent 5b821ad commit 0619fe8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:math';

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:open_earable/widgets/earable_not_connected_warning.dart';
import 'package:open_earable_flutter/src/open_earable_flutter.dart';
import 'dart:async';
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified open_earable/lib/apps/tightness/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions open_earable/lib/apps_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:open_earable/apps/recorder/lib/recorder.dart';
import 'package:open_earable/apps/jump_height_test/jump_height_test.dart';
import 'package:open_earable_flutter/src/open_earable_flutter.dart';
import 'global_theme.dart';
import 'package:open_earable/apps/jump_rope_counter.dart';
import 'package:open_earable/apps/jump_rope_counter/jump_rope_counter.dart';
import 'apps/powernapper/home_screen.dart';

class AppInfo {
Expand All @@ -35,7 +35,7 @@ class AppsTab extends StatelessWidget {
AppInfo(
logoPath: "lib/apps/recorder/assets/logo.png",
title: "Recorder",
description: "Record data from OpenEarable.",
description: "Record data from OpenEarable",
onTap: () {
Navigator.push(
context,
Expand All @@ -49,7 +49,7 @@ class AppsTab extends StatelessWidget {
logoPath:
"lib/apps/posture_tracker/assets/logo.png", //iconData: Icons.face_6,
title: "Posture Tracker",
description: "Get feedback on bad posture.",
description: "Get feedback on bad posture",
onTap: () {
Navigator.push(
context,
Expand All @@ -64,7 +64,7 @@ class AppsTab extends StatelessWidget {
AppInfo(
logoPath: "lib/apps/jump_height_test/assets/logo.png", //Icons.height,
title: "Jump Height Test",
description: "Test your maximum jump height.",
description: "Measure the height of your jumps",
onTap: () {
Navigator.push(
context,
Expand All @@ -77,9 +77,9 @@ class AppsTab extends StatelessWidget {
}),
AppInfo(
logoPath:
"lib/apps/recorder/assets/logo.png", //iconData: Icons.keyboard_double_arrow_up,
"lib/apps/jump_rope_counter/assets/logo.png", //iconData: Icons.keyboard_double_arrow_up,
title: "Jump Rope Counter",
description: "Counter for rope skipping.",
description: "Count your rope skips",
onTap: () {
Navigator.push(
context,
Expand All @@ -91,9 +91,9 @@ class AppsTab extends StatelessWidget {
}),
AppInfo(
logoPath:
"lib/apps/recorder/assets/logo.png", //iconData: Icons.face_5,
title: "Powernapper Alarm Clock",
description: "Powernapping timer!",
"lib/apps/powernapper/assets/logo.png", //iconData: Icons.face_5,
title: "Powernapping",
description: "Time starts when you're asleep",
onTap: () {
Navigator.push(
context,
Expand All @@ -107,7 +107,7 @@ class AppsTab extends StatelessWidget {
logoPath:
"lib/apps/tightness/assets/logo.png", //iconData: Icons.music_note,
title: "Tightness Meter",
description: "Track your headbanging.",
description: "Practice your sense of rythm",
onTap: () {
Navigator.push(
context,
Expand Down
3 changes: 2 additions & 1 deletion open_earable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,12 @@ flutter:
# - images/a_dot_ham.jpeg
assets:
- assets/
- assets/powernapping_timer/
- lib/apps/powernapper/assets/
- lib/apps/recorder/assets/
- lib/apps/posture_tracker/assets/
- lib/apps/jump_height_test/assets/
- lib/apps/tightness/assets/
- lib/apps/jump_rope_counter/assets/

fonts:
- family: OpenEarableIcon
Expand Down

0 comments on commit 0619fe8

Please sign in to comment.