v7
This commit is contained in:
parent
1b7a34b40d
commit
870412f1dc
4 changed files with 2 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB |
|
|
@ -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() async {
|
||||
void main() {
|
||||
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() async {
|
||||
void main() {
|
||||
WidgetsBinding widgetsBinding = WidgetsFlutterBinding.ensureInitialized();
|
||||
FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);
|
||||
AppEnviroment.setupEnv(Enviroment.prod);
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@
|
|||
var scriptLoaded = false;
|
||||
function loadMainDartJs() {
|
||||
console.log('Loading app...');
|
||||
|
||||
if (scriptLoaded) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue