Skip to content

Commit

Permalink
update version for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jun 30, 2023
1 parent 5dd4040 commit a5c82af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions lib/user/widgets/user_header.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class UserHeader extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: [
Text(
userInfo?.person.name ?? 'N/A',
userInfo?.person.name ?? '-',
style: theme.textTheme.headlineSmall?.copyWith(fontWeight: FontWeight.w600),
),
Text(
fetchInstanceNameFromUrl(userInfo?.person.actorId) ?? 'N/A',
fetchInstanceNameFromUrl(userInfo?.person.actorId) ?? '-',
style: theme.textTheme.titleSmall,
),
const SizedBox(height: 8.0),
Expand Down
18 changes: 5 additions & 13 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
url: "https://pub.dev"
source: hosted
version: "0.12.16"
version: "0.12.15"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -908,10 +908,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
sha256: daadc9baabec998b062c9091525aa95786508b1c48e9c30f1f891b8bf6ff2e64
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.5.2"
translator:
dependency: transitive
description:
Expand Down Expand Up @@ -1016,14 +1016,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
web:
dependency: transitive
description:
name: web
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
url: "https://pub.dev"
source: hosted
version: "0.1.4-beta"
web_socket_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -1097,5 +1089,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.1.0-116.0.dev <4.0.0"
flutter: ">=3.10.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: thunder
description: An open-source cross-platform Lemmy client for iOS and Android built with Flutter
publish_to: "none"
version: 0.2.1+8
version: 0.2.1-alpha.1+9

environment:
sdk: ">=3.1.0-116.0.dev <4.0.0"
Expand Down

0 comments on commit a5c82af

Please sign in to comment.