1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 23:08:59 +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:
John Ryan
2020-07-28 07:21:12 -07:00
committed by GitHub
parent 32d04ba635
commit 3bc860f5df
4 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2020, the Flutter project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
import 'src/app.dart';
void main() {
runApp(DashboardApp.firebase());
}