ios demo version

This commit is contained in:
Semyon Babushkin
2017-10-19 14:46:44 +03:00
parent 1b98b320d2
commit 1e9ddbf3a9
145 changed files with 18395 additions and 208 deletions

View File

@@ -12,9 +12,9 @@ const platform = const MethodChannel('com.dinect.checker/instance_id');
/// some changes
void main() {
platform.invokeMethod('getAppTitle').then((title) {
runApp(new Checker(appName: title));
});
//platform.invokeMethod('getAppTitle').then((title) {
runApp(new Checker(appName: 'title'));
//});
}
class Checker extends StatelessWidget {
@@ -28,4 +28,4 @@ class Checker extends StatelessWidget {
home: new SplashScreen()
);
}
}
}