changed some texts
This commit is contained in:
parent
31d5556142
commit
0b4d14c223
@ -202,7 +202,7 @@ class PlusScreen extends StatelessWidget {
|
|||||||
price: 2.99,
|
price: 2.99,
|
||||||
borderRadius: const BorderRadius.vertical(
|
borderRadius: const BorderRadius.vertical(
|
||||||
top: Radius.circular(8.0),
|
top: Radius.circular(8.0),
|
||||||
bottom: Radius.circular(8.0)),
|
bottom: Radius.circular(16.0)),
|
||||||
features: const [
|
features: const [
|
||||||
['🕑', 'Órarend jegyzetek'],
|
['🕑', 'Órarend jegyzetek'],
|
||||||
['👥', '5 fiók használata egyszerre'],
|
['👥', '5 fiók használata egyszerre'],
|
||||||
@ -211,35 +211,35 @@ class PlusScreen extends StatelessWidget {
|
|||||||
['🖋️', 'cap_tier_benefits'],
|
['🖋️', 'cap_tier_benefits'],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(
|
// const SizedBox(
|
||||||
height: 8.0,
|
// height: 8.0,
|
||||||
),
|
// ),
|
||||||
PlusPlanCard(
|
// PlusPlanCard(
|
||||||
active: ActiveSponsorCard.estimateLevel(
|
// active: ActiveSponsorCard.estimateLevel(
|
||||||
context.watch<PremiumProvider>().scopes) ==
|
// context.watch<PremiumProvider>().scopes) ==
|
||||||
PremiumFeatureLevel.sponge,
|
// PremiumFeatureLevel.sponge,
|
||||||
iconPath: 'assets/images/plus_tier_sponge.png',
|
// iconPath: 'assets/images/plus_tier_sponge.png',
|
||||||
title: 'Szivacs',
|
// title: 'Szivacs',
|
||||||
description:
|
// description:
|
||||||
'Férj hozzá még több funkcióhoz, használj még több profilt és tedd egyszerűbbé mindennapjaid.',
|
// 'Férj hozzá még több funkcióhoz, használj még több profilt és tedd egyszerűbbé mindennapjaid.',
|
||||||
color: const Color(0xFFFFC700),
|
// color: const Color(0xFFFFC700),
|
||||||
id: 'refilcplusgold',
|
// id: 'refilcplusgold',
|
||||||
price: 4.99,
|
// price: 4.99,
|
||||||
borderRadius: const BorderRadius.vertical(
|
// borderRadius: const BorderRadius.vertical(
|
||||||
top: Radius.circular(8.0),
|
// top: Radius.circular(8.0),
|
||||||
bottom: Radius.circular(16.0)),
|
// bottom: Radius.circular(16.0)),
|
||||||
features: const [
|
// features: const [
|
||||||
['📱', 'Alkalmazás ikonjának megváltoztatása'],
|
// ['📱', 'Alkalmazás ikonjának megváltoztatása'],
|
||||||
['👥', 'Korlátlan fiók használata egyszerre'],
|
// ['👥', 'Korlátlan fiók használata egyszerre'],
|
||||||
['📒', 'Fejlettebb cél kitűzés'],
|
// ['📒', 'Fejlettebb cél kitűzés'],
|
||||||
['🔤', 'Egyedi betütípusok'],
|
// ['🔤', 'Egyedi betütípusok'],
|
||||||
['🖋️', 'ink_cap_tier_benefits'],
|
// ['🖋️', 'ink_cap_tier_benefits'],
|
||||||
],
|
// ],
|
||||||
),
|
// ),
|
||||||
const SizedBox(
|
// const SizedBox(
|
||||||
height: 18.0,
|
// height: 18.0,
|
||||||
),
|
// ),
|
||||||
const GithubLoginButton(),
|
// const GithubLoginButton(),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 30.0,
|
height: 30.0,
|
||||||
),
|
),
|
||||||
@ -550,7 +550,7 @@ class PlusScreen extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const Expanded(
|
const Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
'Az árak jelképes összegek és csak körülbelül egyeznek a valós, Github-on látható, USA-dollárban feltűntetett árakkal.',
|
'Az árak euróban vannak feltüntetve, így az árfolyam befolyásolja, hogy mennyit kell fizetned a szolgáltatásért. 1 EUR ≈ 390 Ft',
|
||||||
maxLines: 5,
|
maxLines: 5,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit fe892d55b3da9130b4873f9d74f349c27cd73e99
|
Subproject commit 339fb6023ee474746b00c29a33f038d8cdff4262
|
Loading…
x
Reference in New Issue
Block a user