Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Mar 7, 2021
1 parent 8361126 commit a46b228
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ import 'dart:ui';

const apiKey = '40a5994694fe3f819ab0e809530381bc';

//import 'package:weather/weather.dart';

// WeatherFactory wf = new WeatherFactory('40a5994694fe3f819ab0e809530381bc',
// language: Language.DUTCH);
// String cityName = 'Brussel';

//getLocation();

void main() {
runApp(
MaterialApp(
Expand Down Expand Up @@ -226,8 +218,6 @@ class BodyOfAppState extends State<BodyOfApp> {
}
}

void updateUI(dynamic weatherData) {}

@override
Widget build(BuildContext context) {
SizeConfig().init(context);
Expand Down

0 comments on commit a46b228

Please sign in to comment.