Skip to content
Snippets Groups Projects

Mobile app initial implementation.

Merged Igor Markin requested to merge 3-android-mobile-app-web-view into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -81,7 +81,7 @@ class _AppState extends State<App> {
fontFamily: "Arial",
textTheme: TextTheme(
button: TextStyle(color: Colors.white, fontSize: 18.0),
title: TextStyle(color: Colors.white))),
title: TextStyle(color: Colors.red))),
home: new Scaffold(
appBar: new AppBar(title: Text("Vereign")),
body: Home(
Loading