Skip to content

Commit

Permalink
Merge pull request #15 from FEUP-LEIC-ES-2022-23/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
tiagofcviana authored Mar 13, 2023
2 parents 3652b08 + e3250ca commit c4fc793
Show file tree
Hide file tree
Showing 145 changed files with 24 additions and 349 deletions.
13 changes: 13 additions & 0 deletions .idea/2LEIC16T1.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

332 changes: 0 additions & 332 deletions .idea/libraries/Dart_Packages.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Flutter_Plugins.xml

This file was deleted.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

import 'navigation.dart';


class FavouritesScreen extends StatelessWidget {
final String customMapStyle =
'[ { "featureType": "water", "elementType": "geometry.fill", "stylers": [ { "color": "#0099dd" } ] } ]';
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions sportspotter/lib/main.dart → app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'package:sportspotter/navigation.dart';
import 'package:firebase_core/firebase_core.dart';
import 'firebase_options.dart';


Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp(
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sportspotter/lib/profile.dart → app/lib/profile.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

import 'navigation.dart';


class ProfileScreen extends StatelessWidget {
final String customMapStyle =
'[ { "featureType": "water", "elementType": "geometry.fill", "stylers": [ { "color": "#0099dd" } ] } ]';
Expand Down
Loading

0 comments on commit c4fc793

Please sign in to comment.