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
be521589
Commit
be521589
authored
2 years ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
fix: unused method
parent
228e5561
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!32
Calcul tx fees
Pipeline
#17728
passed
2 years ago
Stage: format
Stage: build_and_test
Stage: package
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/screens/myWallets/wallets_home.dart
+4
-4
4 additions, 4 deletions
lib/screens/myWallets/wallets_home.dart
with
4 additions
and
4 deletions
lib/screens/myWallets/wallets_home.dart
+
4
−
4
View file @
be521589
...
@@ -221,10 +221,10 @@ class WalletsHome extends StatelessWidget {
...
@@ -221,10 +221,10 @@ class WalletsHome extends StatelessWidget {
}
else
if
(
screenWidth
>
=
650
)
{
}
else
if
(
screenWidth
>
=
650
)
{
nTule
=
3
;
nTule
=
3
;
}
}
Offset
followDragAnchorStrategy
(
//
Offset followDragAnchorStrategy(
Draggable
<
Object
>
d
,
BuildContext
context
,
Offset
point
)
{
//
Draggable<Object> d, BuildContext context, Offset point) {
return
Offset
(
d
.
feedbackOffset
.
dx
-
30
,
d
.
feedbackOffset
.
dy
-
0
);
//
return Offset(d.feedbackOffset.dx - 30, d.feedbackOffset.dy - 0);
}
//
}
return
CustomScrollView
(
slivers:
<
Widget
>[
return
CustomScrollView
(
slivers:
<
Widget
>[
const
SliverToBoxAdapter
(
child:
SizedBox
(
height:
20
)),
const
SliverToBoxAdapter
(
child:
SizedBox
(
height:
20
)),
...
...
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