Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROG2900
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Sara Savanovic Djordjevic
PROG2900
Commits
0b068d0c
Commit
0b068d0c
authored
1 year ago
by
Sara Savanovic Djordjevic
Browse files
Options
Downloads
Patches
Plain Diff
fix: git ignore paths
parent
3607cefc
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Server
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-2
2 additions, 2 deletions
.gitignore
app/lib/main.dart
+1
-3
1 addition, 3 deletions
app/lib/main.dart
with
3 additions
and
5 deletions
.gitignore
+
2
−
2
View file @
0b068d0c
# Auto-generated by VScode
.
/
vs
.vs
/
# Auto-generated by Android Studio
./idea
\ No newline at end of file
.idea/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/lib/main.dart
+
1
−
3
View file @
0b068d0c
import
'package:flutter/material.dart'
;
import
'package:http/http.dart'
as
http
;
import
'dart:convert'
;
import
'dart:async'
;
import
'dart:io'
;
...
...
@@ -11,7 +9,7 @@ const String mapEndpoint = "update_map";
const
int
fetchInterval
=
5
;
void
main
()
{
runApp
(
App
());
runApp
(
const
App
());
}
class
App
extends
StatelessWidget
{
...
...
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