1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/foundation.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
/// A simple widget that builds different things on different platforms.