mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +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:
@@ -39,7 +39,7 @@ class DashboardApp extends StatefulWidget {
|
||||
final ApiBuilder apiBuilder;
|
||||
|
||||
/// Runs the app using Firebase
|
||||
DashboardApp()
|
||||
DashboardApp.firebase()
|
||||
: auth = FirebaseAuthService(),
|
||||
apiBuilder = _apiBuilder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user