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 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); } 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"