Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Byodv2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
Byodv2
Commits
ecb565e5
Commit
ecb565e5
authored
Oct 13, 2022
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
variant confirm fixed
parent
7c0c03be
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
528 additions
and
209 deletions
+528
-209
main.dart
lib/main.dart
+7
-5
confirm_order.dart
lib/ui/confirm_order/confirm_order.dart
+521
-204
No files found.
lib/main.dart
View file @
ecb565e5
...
...
@@ -67,6 +67,7 @@ void main() async {
prefs
=
value
;
configLoading
();
for
(
int
d
=
0
;
d
<
Uri
.
base
.
pathSegments
.
length
;
d
++)
{
if
(
Uri
.
base
.
pathSegments
[
0
]
!=
'byod-neo/'
)
{
stringPath
.
add
(
Uri
.
base
.
pathSegments
[
d
]);
if
(
d
==
Uri
.
base
.
pathSegments
.
length
-
1
)
{
routesToAccess
+=
Uri
.
base
.
pathSegments
[
d
];
...
...
@@ -74,6 +75,7 @@ void main() async {
routesToAccess
+=
'
${Uri.base.pathSegments[d]}
/'
;
}
}
}
loadAssetConfig
().
then
((
title
)
{
setTitleWeb
(
title
);
runApp
(
...
...
lib/ui/confirm_order/confirm_order.dart
View file @
ecb565e5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment