Doc imports again (#152958)
https://github.com/flutter/flutter/issues/150800 The only remaining reports of `comment_references` are now because of the known issues listed in https://github.com/flutter/flutter/issues/150800.
This commit is contained in:
parent
9b0dc2ba36
commit
7c8feb94a5
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
import 'package:flutter/widgets.dart';
|
import 'package:flutter/widgets.dart';
|
||||||
|
|
||||||
/// Flutter code sample for [dart]:ui FontFeature.FontFeature.tabularFigures.
|
/// Flutter code sample for [FontFeature.tabularFigures].
|
||||||
|
|
||||||
void main() => runApp(const ExampleApp());
|
void main() => runApp(const ExampleApp());
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'package:flutter/scheduler.dart';
|
||||||
/// @docImport 'package:flutter/widgets.dart';
|
/// @docImport 'package:flutter/widgets.dart';
|
||||||
library;
|
library;
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'package:flutter_localizations/flutter_localizations.dart';
|
||||||
|
///
|
||||||
/// @docImport 'app_bar.dart';
|
/// @docImport 'app_bar.dart';
|
||||||
/// @docImport 'color_scheme.dart';
|
/// @docImport 'color_scheme.dart';
|
||||||
/// @docImport 'dialog.dart';
|
/// @docImport 'dialog.dart';
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'elevated_button_theme.dart';
|
||||||
/// @docImport 'menu_anchor.dart';
|
/// @docImport 'menu_anchor.dart';
|
||||||
/// @docImport 'text_button_theme.dart';
|
/// @docImport 'text_button_theme.dart';
|
||||||
/// @docImport 'text_theme.dart';
|
/// @docImport 'text_theme.dart';
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
/// @docImport 'package:flutter/services.dart';
|
/// @docImport 'package:flutter/services.dart';
|
||||||
|
/// @docImport 'package:flutter_localizations/flutter_localizations.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'about.dart';
|
/// @docImport 'about.dart';
|
||||||
/// @docImport 'action_buttons.dart';
|
/// @docImport 'action_buttons.dart';
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
|
///
|
||||||
/// @docImport 'card.dart';
|
/// @docImport 'card.dart';
|
||||||
library;
|
library;
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
/// @docImport 'dart:ui';
|
/// @docImport 'dart:ui';
|
||||||
/// @docImport 'package:flutter/animation.dart';
|
/// @docImport 'package:flutter/animation.dart';
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'adapter.dart';
|
/// @docImport 'adapter.dart';
|
||||||
/// @docImport 'app_lifecycle_listener.dart';
|
/// @docImport 'app_lifecycle_listener.dart';
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'package:flutter/material.dart';
|
||||||
|
///
|
||||||
/// @docImport 'editable_text.dart';
|
/// @docImport 'editable_text.dart';
|
||||||
/// @docImport 'text.dart';
|
/// @docImport 'text.dart';
|
||||||
library;
|
library;
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'primary_scroll_controller.dart';
|
/// @docImport 'primary_scroll_controller.dart';
|
||||||
/// @docImport 'scroll_configuration.dart';
|
/// @docImport 'scroll_configuration.dart';
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
/// @docImport 'dart:ui';
|
/// @docImport 'dart:ui';
|
||||||
|
///
|
||||||
/// @docImport 'package:flutter/animation.dart';
|
/// @docImport 'package:flutter/animation.dart';
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
/// @docImport 'package:flutter/widgets.dart';
|
/// @docImport 'package:flutter/widgets.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
library;
|
library;
|
||||||
|
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
|
/// @docImport 'package:flutter_localizations/flutter_localizations.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'app.dart';
|
/// @docImport 'app.dart';
|
||||||
/// @docImport 'reorderable_list.dart';
|
/// @docImport 'reorderable_list.dart';
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
/// @docImport 'package:flutter/rendering.dart';
|
/// @docImport 'package:flutter/rendering.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'actions.dart';
|
/// @docImport 'actions.dart';
|
||||||
/// @docImport 'focus_manager.dart';
|
/// @docImport 'focus_manager.dart';
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'framework.dart';
|
/// @docImport 'framework.dart';
|
||||||
/// @docImport 'notification_listener.dart';
|
/// @docImport 'notification_listener.dart';
|
||||||
|
@ -663,10 +663,10 @@ class SliverChildListDelegate extends SliverChildDelegate {
|
|||||||
/// ```
|
/// ```
|
||||||
final List<Widget> children;
|
final List<Widget> children;
|
||||||
|
|
||||||
/// A map to cache key to index lookup for children.
|
// A map to cache key to index lookup for children.
|
||||||
///
|
//
|
||||||
/// _keyToIndex[null] is used as current index during the lazy loading process
|
// _keyToIndex[null] is used as current index during the lazy loading process
|
||||||
/// in [_findChildIndex]. _keyToIndex should never be used for looking up null key.
|
// in [_findChildIndex]. _keyToIndex should never be used for looking up null key.
|
||||||
final Map<Key?, int>? _keyToIndex;
|
final Map<Key?, int>? _keyToIndex;
|
||||||
|
|
||||||
bool get _isConstantInstance => _keyToIndex == null;
|
bool get _isConstantInstance => _keyToIndex == null;
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
/// @docImport 'package:flutter/cupertino.dart';
|
/// @docImport 'package:flutter/cupertino.dart';
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
/// @docImport 'package:flutter/widgets.dart';
|
/// @docImport 'package:flutter/widgets.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
library;
|
library;
|
||||||
|
|
||||||
import 'dart:math' as math;
|
import 'dart:math' as math;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
/// @docImport 'package:flutter/cupertino.dart';
|
/// @docImport 'package:flutter/cupertino.dart';
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'editable_text.dart';
|
/// @docImport 'editable_text.dart';
|
||||||
/// @docImport 'list_wheel_scroll_view.dart';
|
/// @docImport 'list_wheel_scroll_view.dart';
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
/// @docImport 'package:flutter/material.dart';
|
/// @docImport 'package:flutter/material.dart';
|
||||||
|
/// @docImport 'package:flutter_test/flutter_test.dart';
|
||||||
///
|
///
|
||||||
/// @docImport 'editable_text.dart';
|
/// @docImport 'editable_text.dart';
|
||||||
/// @docImport 'text.dart';
|
/// @docImport 'text.dart';
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'basic.dart';
|
||||||
/// @docImport 'scroll_view.dart';
|
/// @docImport 'scroll_view.dart';
|
||||||
/// @docImport 'sliver_fill.dart';
|
/// @docImport 'sliver_fill.dart';
|
||||||
library;
|
library;
|
||||||
|
@ -25,6 +25,8 @@ dev_dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_goldens:
|
flutter_goldens:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
flutter_localizations:
|
||||||
|
sdk: flutter
|
||||||
fake_async: 1.3.1
|
fake_async: 1.3.1
|
||||||
# To track memory leaks.
|
# To track memory leaks.
|
||||||
leak_tracker_flutter_testing: 3.0.5
|
leak_tracker_flutter_testing: 3.0.5
|
||||||
@ -37,6 +39,7 @@ dev_dependencies:
|
|||||||
clock: 1.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
clock: 1.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
crypto: 3.0.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
crypto: 3.0.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
file: 7.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
file: 7.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
|
intl: 0.19.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
matcher: 0.12.16+1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
matcher: 0.12.16+1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
path: 1.9.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
path: 1.9.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
platform: 3.1.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
platform: 3.1.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
@ -52,4 +55,4 @@ dev_dependencies:
|
|||||||
vm_service: 14.2.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
vm_service: 14.2.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
webdriver: 3.0.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
webdriver: 3.0.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||||
|
|
||||||
# PUBSPEC CHECKSUM: 3096
|
# PUBSPEC CHECKSUM: 9ad0
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
/// @docImport 'dart:io';
|
||||||
|
library;
|
||||||
|
|
||||||
import 'dart:async' show FutureOr;
|
import 'dart:async' show FutureOr;
|
||||||
import 'dart:io' as io show HttpClient, OSError, SocketException;
|
import 'dart:io' as io show HttpClient, OSError, SocketException;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user