mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

The source code stored on disk is already formatted now, no need to format it again. The import sorter is also removed because the source files on disk already have their import sort order enforced by lints.
11 lines
351 B
Dart
11 lines
351 B
Dart
// Copyright 2014 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
export 'src/analysis.dart';
|
|
export 'src/configuration.dart';
|
|
export 'src/data_types.dart';
|
|
export 'src/snippet_generator.dart';
|
|
export 'src/snippet_parser.dart';
|
|
export 'src/util.dart';
|