Skip to content

Commit

Permalink
feat(screens): Add app version to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 7, 2023
1 parent b6bb022 commit 3bf1eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/screens/settings/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AboutPage extends ConsumerWidget {
const AboutPage({super.key});

static const _gitInfo =
'$gitCommitRevisionShort ($gitCommitTimeYear-$gitCommitTimeMonth-$gitCommitTimeDay)';
'$appVersion-$gitCommitRevisionShort ($gitCommitTimeYear-$gitCommitTimeMonth-$gitCommitTimeDay)';

@override
Widget build(BuildContext context, WidgetRef ref) {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "927a949985f131e27f401287e7915b832f24b301"
resolved-ref: "927a949985f131e27f401287e7915b832f24b301"
ref: "4a410c1af875c89c4daeded52530713111ec9244"
resolved-ref: "4a410c1af875c89c4daeded52530713111ec9244"
url: "https://github.com/realth000/gitsumu.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
gitsumu:
git:
url: https://github.com/realth000/gitsumu.git
ref: 927a949985f131e27f401287e7915b832f24b301
ref: 4a410c1af875c89c4daeded52530713111ec9244
go_router: ^12.1.1
hooks_riverpod: ^3.0.0-dev.3
isar: ^4.0.0-dev.14
Expand Down

0 comments on commit 3bf1eb4

Please sign in to comment.