move apiURL, appToken to libs/consts.dart, refs #9990
This commit is contained in:
@@ -9,11 +9,11 @@ void main() {
|
||||
|
||||
class Checker extends StatelessWidget {
|
||||
@override Widget build(BuildContext context) {
|
||||
return new MaterialApp(title: "AutoClub",
|
||||
home: new SplashScreen(),
|
||||
return new MaterialApp(title: appName,
|
||||
home: new SplashScreen(),
|
||||
theme: new ThemeData(
|
||||
primaryColor: primaryColor,
|
||||
accentColor: primaryColor
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user