Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscuomo committed Jul 12, 2024
1 parent a3db81b commit 1cb54a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:flutter/services.dart' show rootBundle;
Expand All @@ -9,7 +8,6 @@ import 'package:flutter_web_plugins/flutter_web_plugins.dart';

import 'screens/screens.dart';

const bool isProduction = bool.fromEnvironment('dart.vm.product');



Expand Down
2 changes: 2 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = null;
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
<script src="main.dart.js?v=2" type="application/javascript"></script>
</body>
</head>
Expand Down

0 comments on commit 1cb54a5

Please sign in to comment.