Skip to content

Commit

Permalink
Merge pull request #28 from realitymod/dev
Browse files Browse the repository at this point in the history
Updated prstats link
  • Loading branch information
Alvarocda authored Apr 8, 2024
2 parents ffde2cc + a994672 commit a917d0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/custom_player_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class _CustomPlayerListState extends State<CustomPlayerList>
///
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);
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a917d0e

Please sign in to comment.