Skip to content

Commit

Permalink
feat: ✨ added legends
Browse files Browse the repository at this point in the history
  • Loading branch information
yannisoo committed Aug 20, 2022
1 parent 10358c5 commit c29daf3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"builder_stats_order_tier_2": "Highest tiers for the first 2 stats",
"builder_stats_order_tier_3": "Highest tiers for the first 3 stats",
"recommendation_quria": "Quria's recommendation",
"weapon_specialist": "Weapon Specialist",
"optimise_my_weapon": "Optimise my weapon",
"use_my_stuff": "Copy my equipement",
"ajust_perks": "Change perks to show how it impacts the score and the stats of the weapon",
Expand Down
1 change: 1 addition & 0 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"builder_stats_order_tier_2": "2 premières statistiques maximisé",
"builder_stats_order_tier_3": "3 premières statistiques maximisé",
"recommendation_quria": "Recommandation Quria",
"weapon_specialist": "Spécialiste arme",
"optimise_my_weapon": "Optimiser mon arme",
"use_my_stuff": "Copier mon équipement",
"ajust_perks": "Ajuste les perks pour visualiser les impacts sur la note et sur les statistiques de l'arme",
Expand Down
20 changes: 20 additions & 0 deletions lib/presentation/screens/legends/legends_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,26 @@ class _LegendsPageState extends State<LegendsPage> {
subtitle: textBodyMedium(AppLocalizations.of(context)!.developer, utf8: false),
),
divider,
ListTile(
leading: const Icon(
Icons.rate_review,
color: Colors.white,
size: 35,
),
title: textBodyBold('Jean-Michel Osiris', utf8: false),
subtitle: textBodyMedium(AppLocalizations.of(context)!.weapon_specialist, utf8: false),
),
divider,
ListTile(
leading: const Icon(
Icons.rate_review,
color: Colors.white,
size: 35,
),
title: textBodyBold('Paranoiiak', utf8: false),
subtitle: textBodyMedium(AppLocalizations.of(context)!.weapon_specialist, utf8: false),
),
divider,
ListTile(
leading: const Icon(
Icons.language,
Expand Down

0 comments on commit c29daf3

Please sign in to comment.