mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +00:00
Default to mock version in web_dashboard (#505)
* use named constructors, set default app to mock version * rename grind tasks
This commit is contained in:
@@ -7,5 +7,5 @@ import 'package:flutter/material.dart';
|
||||
import 'src/app.dart';
|
||||
|
||||
void main() {
|
||||
runApp(DashboardApp());
|
||||
runApp(DashboardApp.mock());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user