Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 78fb72b

Browse files
committedJul 2, 2020
tidy up
1 parent 9c9026f commit 78fb72b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
 

‎lib/UI-info.dart

-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
import 'dart:io' show Platform;
2-
31
import 'package:flutter/material.dart';
42

53
import 'package:material_design_icons_flutter/material_design_icons_flutter.dart';
64
import 'package:url_launcher/url_launcher.dart';
75

86
import 'package:Nowcasting/support-ux.dart' as ux;
97

10-
// TODO Make info screen
11-
128
class InfoScreen extends StatelessWidget {
139

1410
_launchURL(String _url) async {

‎lib/support-update.dart

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import 'package:Nowcasting/support-ux.dart' as ux;
1212
import 'package:Nowcasting/support-io.dart' as io;
1313
import 'package:Nowcasting/support-imagery.dart' as imagery;
1414
import 'package:Nowcasting/support-location.dart' as loc;
15-
import 'package:Nowcasting/main.dart';
1615

1716
// TODO figure out for sure if the legends need 20 min added to their duration
1817
// or if forecasts are for the stated time

0 commit comments

Comments
 (0)
This repository has been archived.