forked from yaso_meth/mih-project
v8
This commit is contained in:
@@ -5,7 +5,7 @@ import 'package:patient_manager/main.dart';
|
||||
import 'package:supertokens_flutter/supertokens.dart';
|
||||
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
|
||||
|
||||
void main() {
|
||||
void main() async {
|
||||
WidgetsBinding widgetsBinding = WidgetsFlutterBinding.ensureInitialized();
|
||||
FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);
|
||||
AppEnviroment.setupEnv(Enviroment.dev);
|
||||
|
||||
@@ -5,7 +5,7 @@ import 'package:patient_manager/main.dart';
|
||||
import 'package:supertokens_flutter/supertokens.dart';
|
||||
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
|
||||
|
||||
void main() {
|
||||
void main() async {
|
||||
WidgetsBinding widgetsBinding = WidgetsFlutterBinding.ensureInitialized();
|
||||
FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);
|
||||
AppEnviroment.setupEnv(Enviroment.prod);
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="MIH">
|
||||
|
||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
@@ -121,7 +122,6 @@
|
||||
<!-- Versioning -->
|
||||
<!-- <script src="flutter_bootstrap.js?v0.0.0.40" async></script> -->
|
||||
<script defer>
|
||||
|
||||
var serviceWorkerVersion = '{{flutter_service_worker_version}}';
|
||||
var scriptLoaded = false;
|
||||
function loadMainDartJs() {
|
||||
|
||||
Reference in New Issue
Block a user