Skip to content
Snippets Groups Projects
Commit 0b068d0c authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

fix: git ignore paths

parent 3607cefc
No related branches found
No related tags found
1 merge request!1Server
# 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
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment