1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Sorting imports in federated_plugin and others (#801)

This commit is contained in:
Andrew Brogdon
2021-05-19 10:07:01 -07:00
committed by GitHub
parent 376c666f0a
commit 2809a7c89c
7 changed files with 9 additions and 7 deletions

View File

@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:federated_plugin/federated_plugin.dart';
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:federated_plugin/federated_plugin.dart';
void main() {
TestWidgetsFlutterBinding.ensureInitialized();