From 8c6e780a94ab3873320b97c660bfa6da861f411f Mon Sep 17 00:00:00 2001 From: Nemanja Date: Mon, 8 Apr 2024 15:10:11 +0200 Subject: [PATCH 1/3] Updated prstats link --- lib/widgets/custom_player_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/custom_player_list.dart b/lib/widgets/custom_player_list.dart index dd7118a..bdee79e 100644 --- a/lib/widgets/custom_player_list.dart +++ b/lib/widgets/custom_player_list.dart @@ -270,7 +270,7 @@ class _CustomPlayerListState extends State /// void _openPlayerStats(Player player) { String encodedUri = Uri.encodeFull( - 'https://prstats.tk/player/find?name=${player.prStatsNormalizedPlayerName}', + 'https://prstats.realitymod.com/player/find?name=${player.prStatsNormalizedPlayerName}', ); launchUrlString(encodedUri, mode: LaunchMode.externalApplication); } From 6b25d34b24e51a8956e31cba8e74bc79c5bf0409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Claro?= Date: Mon, 8 Apr 2024 09:20:37 -0400 Subject: [PATCH 2/3] Increased version number --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 55e7d07..f70c102 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Mobile version of Project Reality PRSPY publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.1.2+7 +version: 1.1.3+8 environment: sdk: ">=3.0.0 <4.0.0" From a994672e34aa072c0761c9e687f35816f6a90219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Claro?= Date: Mon, 8 Apr 2024 09:24:33 -0400 Subject: [PATCH 3/3] Removed deprecated linter rule --- analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index e823d7b..86c15f8 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -7,7 +7,6 @@ linter: rules: # Errors always_use_package_imports: true - avoid_returning_null_for_future: true avoid_slow_async_io: true avoid_type_to_string: true cancel_subscriptions: true