Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Ğecko
Commits
794dd54c
Commit
794dd54c
authored
4 months ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
fix parent data
parent
c995ae19
No related branches found
No related tags found
No related merge requests found
Pipeline
#39364
failed
4 months ago
Stage: format
Stage: build_and_test
Stage: package
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/screens/myWallets/migrate_identity.dart
+8
-17
8 additions, 17 deletions
lib/screens/myWallets/migrate_identity.dart
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
9 additions
and
18 deletions
lib/screens/myWallets/migrate_identity.dart
+
8
−
17
View file @
794dd54c
// ignore_for_file: use_build_context_synchronously
// ignore_for_file: use_build_context_synchronously
import
'package:easy_localization/easy_localization.dart'
;
import
'package:easy_localization/easy_localization.dart'
;
import
'package:flutter_markdown/flutter_markdown.dart'
;
import
'package:gecko/globals.dart'
;
import
'package:gecko/globals.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:gecko/models/migrate_wallet_checks.dart'
;
import
'package:gecko/models/migrate_wallet_checks.dart'
;
...
@@ -16,6 +15,7 @@ import 'package:gecko/providers/wallets_profiles.dart';
...
@@ -16,6 +15,7 @@ import 'package:gecko/providers/wallets_profiles.dart';
import
'package:gecko/screens/transaction_in_progress.dart'
;
import
'package:gecko/screens/transaction_in_progress.dart'
;
import
'package:gecko/utils.dart'
;
import
'package:gecko/utils.dart'
;
import
'package:gecko/widgets/balance_display.dart'
;
import
'package:gecko/widgets/balance_display.dart'
;
import
'package:gecko/widgets/commons/text_markdown.dart'
;
import
'package:gecko/widgets/commons/top_appbar.dart'
;
import
'package:gecko/widgets/commons/top_appbar.dart'
;
import
'package:polkawallet_sdk/api/apiKeyring.dart'
;
import
'package:polkawallet_sdk/api/apiKeyring.dart'
;
import
'package:provider/provider.dart'
;
import
'package:provider/provider.dart'
;
...
@@ -125,22 +125,13 @@ class MigrateIdentityScreen extends StatelessWidget {
...
@@ -125,22 +125,13 @@ class MigrateIdentityScreen extends StatelessWidget {
Wrap
(
Wrap
(
alignment:
WrapAlignment
.
center
,
alignment:
WrapAlignment
.
center
,
children:
[
children:
[
Flexible
(
TextMarkDown
(
child:
MarkdownBody
(
'areYouSureMigrateIdentity'
.
tr
(
args:
[
duniterIndexer
.
walletNameIndexer
[
fromAddress
]
??
'???'
]),
data:
'areYouSureMigrateIdentity'
.
tr
(
args:
[
duniterIndexer
.
walletNameIndexer
[
fromAddress
]
??
'???'
]),
textAlign:
WrapAlignment
.
center
,
styleSheet:
MarkdownStyleSheet
(
style:
scaledTextStyle
(
p:
scaledTextStyle
(
fontSize:
isSmallScreen
?
14
:
15
,
fontSize:
isSmallScreen
?
14
:
15
,
color:
Colors
.
black87
,
color:
Colors
.
black87
,
height:
1.5
,
height:
1.5
,
),
strong:
scaledTextStyle
(
fontSize:
isSmallScreen
?
14
:
15
,
fontWeight:
FontWeight
.
bold
,
color:
Colors
.
black87
,
),
textAlign:
WrapAlignment
.
center
,
),
),
),
),
),
BalanceDisplay
(
BalanceDisplay
(
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
794dd54c
...
@@ -2,7 +2,7 @@ name: gecko
...
@@ -2,7 +2,7 @@ name: gecko
description
:
Pay with G1.
description
:
Pay with G1.
publish_to
:
"
none"
publish_to
:
"
none"
version
:
0.1.21+9
4
version
:
0.1.21+9
5
environment
:
environment
:
sdk
:
^3.5.3
sdk
:
^3.5.3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment