1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-05 19:22:08 +00:00

Merge beta into master (#799)

This commit is contained in:
Andrew Brogdon
2021-05-18 13:35:06 -07:00
committed by GitHub
parent 252c6fcb57
commit 376c666f0a
35 changed files with 358 additions and 700 deletions

View File

@@ -2,7 +2,7 @@
// 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:test/test.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:web_dashboard/src/api/api.dart';
import 'package:web_dashboard/src/utils/chart_utils.dart';

View File

@@ -2,7 +2,7 @@
// 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:test/test.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:web_dashboard/src/api/api.dart';
import 'package:web_dashboard/src/api/mock.dart';