started new refilc+ purchase page
This commit is contained in:
parent
fc4677a35d
commit
c34bb16713
@ -58,7 +58,7 @@ class _ActivationDashboardState extends State<ActivationDashboard> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 32.0),
|
const SizedBox(height: 32.0),
|
||||||
const Text(
|
const Text(
|
||||||
"Jelentkezz be a GitHub felületén és adj hozzáférést a Filcnek, hogy aktiváld a Premiumot.",
|
"Jelentkezz be a Gitbub felületén és adj hozzáférést a reFilc-nek, hogy aktiváld a reFilc+ szinted.",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(fontWeight: FontWeight.w700, fontSize: 18.0),
|
style: TextStyle(fontWeight: FontWeight.w700, fontSize: 18.0),
|
||||||
),
|
),
|
||||||
@ -67,7 +67,7 @@ class _ActivationDashboardState extends State<ActivationDashboard> {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(14.0)),
|
borderRadius: BorderRadius.circular(14.0)),
|
||||||
child: const Padding(
|
child: const Padding(
|
||||||
padding: EdgeInsets.all(20.0),
|
padding: EdgeInsets.all(16.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
@ -85,7 +85,7 @@ class _ActivationDashboardState extends State<ActivationDashboard> {
|
|||||||
),
|
),
|
||||||
SizedBox(height: 6.0),
|
SizedBox(height: 6.0),
|
||||||
Text(
|
Text(
|
||||||
"Csak akkor érzékeli a Filc a támogatói státuszod, ha nem állítod privátra!",
|
"Csak akkor érzékeli a reFilc a támogatói státuszod, ha Github-on nem állítod privátra!",
|
||||||
style: TextStyle(fontSize: 16.0),
|
style: TextStyle(fontSize: 16.0),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -97,7 +97,7 @@ class _ActivationDashboardState extends State<ActivationDashboard> {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(14.0)),
|
borderRadius: BorderRadius.circular(14.0)),
|
||||||
child: const Padding(
|
child: const Padding(
|
||||||
padding: EdgeInsets.all(20.0),
|
padding: EdgeInsets.all(16.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
@ -115,7 +115,7 @@ class _ActivationDashboardState extends State<ActivationDashboard> {
|
|||||||
),
|
),
|
||||||
SizedBox(height: 6.0),
|
SizedBox(height: 6.0),
|
||||||
Text(
|
Text(
|
||||||
"Ha friss támogató vagy, 5-10 percbe telhet az aktiválás. Kérlek gyere vissza később, és próbáld újra!",
|
"Az aktiválás azonnal történik, ha már támogató vagy, viszont ha még nem, előbb nyomj a neked tetsző szintre, majd fizesd ki Github-on és utána kapcsold össze a fiókod!",
|
||||||
style: TextStyle(fontSize: 16.0),
|
style: TextStyle(fontSize: 16.0),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -127,12 +127,12 @@ class _ActivationDashboardState extends State<ActivationDashboard> {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(14.0)),
|
borderRadius: BorderRadius.circular(14.0)),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(20.0),
|
padding: const EdgeInsets.all(16.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
const Text(
|
const Text(
|
||||||
"Ha bejelentkezés után nem lép vissza az alkalmazásba automatikusan, aktiváld a támogatásod manuálisan",
|
"Ha bejelentkezés után a Github nem irányít vissza az alkalmazásba automatikusan, aktiválhatod a támogatásod a hitelesítő token-el.",
|
||||||
style:
|
style:
|
||||||
TextStyle(fontSize: 15.0, fontWeight: FontWeight.w500),
|
TextStyle(fontSize: 15.0, fontWeight: FontWeight.w500),
|
||||||
),
|
),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import 'package:filcnaplo/icons/filc_icons.dart';
|
import 'package:filcnaplo/icons/filc_icons.dart';
|
||||||
import 'package:filcnaplo_mobile_ui/premium/premium_screen.dart';
|
import 'package:filcnaplo_mobile_ui/premium/plus_screen.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
enum PremiumFeature {
|
enum PremiumFeature {
|
||||||
@ -240,7 +240,7 @@ class PremiumLockedFeatureUpsell extends StatelessWidget {
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.of(context, rootNavigator: true)
|
Navigator.of(context, rootNavigator: true)
|
||||||
.push(MaterialPageRoute(builder: (context) {
|
.push(MaterialPageRoute(builder: (context) {
|
||||||
return const PremiumScreen();
|
return const PlusScreen();
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
child: const Text(
|
child: const Text(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user