Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
Fundex.id - Security Crowdfunding Mobile Application
ppl2021-D-SLhape
Commits
a5811133
Commit
a5811133
authored
Apr 25, 2021
by
Ferdi Salim Sungkar
Browse files
[GREEN] fixing typos
parent
8bf1d235
Pipeline
#72488
passed with stages
in 13 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/main.dart
View file @
a5811133
import
'package:flutter/material.dart'
;
import
'package:fundex_app/pages/
payment/CancelConfirmation
.dart'
;
import
'package:fundex_app/pages/
register/register
.dart'
;
void
main
(
)
{
runApp
(
MaterialApp
(
home:
CancelConfirmation
()));
runApp
(
MaterialApp
(
home:
RegisterPage
()));
}
class
MyApp
extends
StatelessWidget
{
...
...
Write
Preview
Supports
Markdown
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