Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-174
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abdurrahumaan A N
2022-174
Commits
02129314
Commit
02129314
authored
Apr 06, 2022
by
nazeerxexagen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
0b931fa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletion
+29
-1
.vscode/launch.json
.vscode/launch.json
+28
-0
frontend/lib/main.dart
frontend/lib/main.dart
+1
-1
No files found.
.vscode/launch.json
0 → 100644
View file @
02129314
{
//
Use
IntelliSense
to
learn
about
possible
attributes.
//
Hover
to
view
descriptions
of
existing
attributes.
//
For
more
information
,
visit:
https://go.microsoft.com/fwlink/?linkid=
830387
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"frontend"
,
"cwd"
:
"frontend"
,
"request"
:
"launch"
,
"type"
:
"dart"
},
{
"name"
:
"frontend (profile mode)"
,
"cwd"
:
"frontend"
,
"request"
:
"launch"
,
"type"
:
"dart"
,
"flutterMode"
:
"profile"
},
{
"name"
:
"frontend (release mode)"
,
"cwd"
:
"frontend"
,
"request"
:
"launch"
,
"type"
:
"dart"
,
"flutterMode"
:
"release"
}
]
}
\ No newline at end of file
frontend/lib/main.dart
View file @
02129314
...
...
@@ -24,7 +24,7 @@ class MyApp extends StatelessWidget {
// is not restarted.
primarySwatch:
Colors
.
blue
,
),
home:
const
MyHomePage
(
title:
'PettahMate'
),
home:
const
MyHomePage
(
title:
'Pettah
Mate'
),
);
}
}
...
...
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