Skip to content

Commit 00257e8

Browse files
widgets docImport (flutter#152146)
flutter#150800 > 2172 out-of-scope references in 138 files, 27 unique symbols were left unresolved. Only did the most straightforward ones. There will be a part 2.
1 parent db97b1a commit 00257e8

File tree

136 files changed

+808
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+808
-0
lines changed

packages/flutter/lib/src/widgets/actions.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'package:flutter/cupertino.dart';
6+
/// @docImport 'package:flutter/material.dart';
7+
///
8+
/// @docImport 'app.dart';
9+
/// @docImport 'routes.dart';
10+
/// @docImport 'text_editing_intents.dart';
11+
library;
12+
513
import 'package:flutter/foundation.dart';
614
import 'package:flutter/gestures.dart';
715
import 'package:flutter/rendering.dart';

packages/flutter/lib/src/widgets/adapter.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'binding.dart';
6+
library;
7+
58
import 'package:flutter/foundation.dart';
69
import 'package:flutter/rendering.dart';
710

packages/flutter/lib/src/widgets/animated_cross_fade.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'package:flutter/material.dart';
6+
///
7+
/// @docImport 'animated_switcher.dart';
8+
/// @docImport 'implicit_animations.dart';
9+
library;
10+
511
import 'package:flutter/rendering.dart';
612

713
import 'animated_size.dart';

packages/flutter/lib/src/widgets/animated_scroll_view.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'page_storage.dart';
6+
/// @docImport 'primary_scroll_controller.dart';
7+
library;
8+
59
import 'package:flutter/foundation.dart';
610

711
import 'basic.dart';

packages/flutter/lib/src/widgets/animated_size.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'transitions.dart';
6+
library;
7+
58
import 'package:flutter/rendering.dart';
69

710
import 'basic.dart';

packages/flutter/lib/src/widgets/animated_switcher.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'animated_cross_fade.dart';
6+
/// @docImport 'implicit_animations.dart';
7+
library;
8+
59
import 'package:flutter/foundation.dart';
610

711
import 'basic.dart';

packages/flutter/lib/src/widgets/app.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'package:flutter/cupertino.dart';
6+
/// @docImport 'package:flutter/material.dart';
7+
///
8+
/// @docImport 'heroes.dart';
9+
/// @docImport 'overlay.dart';
10+
/// @docImport 'view.dart';
11+
library;
12+
513
import 'dart:collection' show HashMap;
614

715
import 'package:flutter/foundation.dart';

packages/flutter/lib/src/widgets/app_lifecycle_listener.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'package:flutter/services.dart';
6+
library;
7+
58
import 'dart:ui';
69
import 'package:flutter/foundation.dart';
710

packages/flutter/lib/src/widgets/async.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'value_listenable_builder.dart';
6+
library;
7+
58
import 'dart:async' show StreamSubscription;
69

710
import 'package:flutter/foundation.dart';

packages/flutter/lib/src/widgets/autocomplete.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// @docImport 'package:flutter/material.dart';
6+
library;
7+
58
import 'dart:async';
69

710
import 'package:flutter/services.dart';

0 commit comments

Comments
 (0)