text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// 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. import 'package:flutter/gestures.dart'; import 'package:flutter_test/flutter_test.dart'; import 'gesture_tester.dart'; void main() { TestWidgetsFlutter...
flutter/packages/flutter/test/gestures/team_test.dart/0
{ "file_path": "flutter/packages/flutter/test/gestures/team_test.dart", "repo_id": "flutter", "token_count": 1600 }
651
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flu...
flutter/packages/flutter/test/material/app_bar_sliver_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/app_bar_sliver_test.dart", "repo_id": "flutter", "token_count": 40826 }
652
// 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. import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/material/bottom_navigation_bar_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/bottom_navigation_bar_theme_test.dart", "repo_id": "flutter", "token_count": 7435 }
653
// 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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'dart:typed_da...
flutter/packages/flutter/test/material/circle_avatar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/circle_avatar_test.dart", "repo_id": "flutter", "token_count": 4944 }
654
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWid...
flutter/packages/flutter/test/material/drawer_button_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/drawer_button_test.dart", "repo_id": "flutter", "token_count": 3858 }
655
// 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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/material/ink_sparkle_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/ink_sparkle_test.dart", "repo_id": "flutter", "token_count": 2719 }
656
// 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. import 'package:flutter/gestures.dart' show DragStartBehavior; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'pac...
flutter/packages/flutter/test/material/paginated_data_table_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/paginated_data_table_test.dart", "repo_id": "flutter", "token_count": 18860 }
657
// 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. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import ...
flutter/packages/flutter/test/material/scrollbar_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/scrollbar_theme_test.dart", "repo_id": "flutter", "token_count": 11533 }
658
// 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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'dart:async'; ...
flutter/packages/flutter/test/material/switch_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/switch_test.dart", "repo_id": "flutter", "token_count": 63328 }
659
// 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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/material/text_selection_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/text_selection_test.dart", "repo_id": "flutter", "token_count": 12307 }
660
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('T...
flutter/packages/flutter/test/material/typography_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/typography_test.dart", "repo_id": "flutter", "token_count": 6518 }
661
// 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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/painting/box_painter_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/box_painter_test.dart", "repo_id": "flutter", "token_count": 6238 }
662
// 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. import 'dart:ui' as ui; import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; import '../rendering/rendering_tester.da...
flutter/packages/flutter/test/painting/image_cache_resize_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/image_cache_resize_test.dart", "repo_id": "flutter", "token_count": 1242 }
663
// 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. import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('OvalBorder defaults', () { const OvalBo...
flutter/packages/flutter/test/painting/oval_border_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/oval_border_test.dart", "repo_id": "flutter", "token_count": 740 }
664
// 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. import 'package:flutter/physics.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Clamped simulation 1', () { final Gravit...
flutter/packages/flutter/test/physics/clamped_simulation_test.dart/0
{ "file_path": "flutter/packages/flutter/test/physics/clamped_simulation_test.dart", "repo_id": "flutter", "token_count": 591 }
665
// 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. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; class RenderTestBox extends Ren...
flutter/packages/flutter/test/rendering/cached_intrinsics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/cached_intrinsics_test.dart", "repo_id": "flutter", "token_count": 3667 }
666
// 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. import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; imp...
flutter/packages/flutter/test/rendering/layers_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/layers_test.dart", "repo_id": "flutter", "token_count": 12479 }
667
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('...
flutter/packages/flutter/test/rendering/paragraph_intrinsics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/paragraph_intrinsics_test.dart", "repo_id": "flutter", "token_count": 1874 }
668
// 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. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/simple_semantics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/simple_semantics_test.dart", "repo_id": "flutter", "token_count": 745 }
669
// 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. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/view_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/view_test.dart", "repo_id": "flutter", "token_count": 2238 }
670
// 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. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import '../widgets/seman...
flutter/packages/flutter/test/semantics/semantics_elevation_test.dart/0
{ "file_path": "flutter/packages/flutter/test/semantics/semantics_elevation_test.dart", "repo_id": "flutter", "token_count": 5593 }
671
// 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. import 'dart:convert' show jsonDecode; import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flut...
flutter/packages/flutter/test/services/delta_text_input_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/delta_text_input_test.dart", "repo_id": "flutter", "token_count": 4274 }
672
// 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. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'p...
flutter/packages/flutter/test/services/raw_keyboard_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/raw_keyboard_test.dart", "repo_id": "flutter", "token_count": 52499 }
673
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering...
flutter/packages/flutter/test/widgets/actions_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/actions_test.dart", "repo_id": "flutter", "token_count": 33094 }
674
// 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. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class TestRoute<T> extends PageRoute<T> { TestRoute({ required t...
flutter/packages/flutter/test/widgets/app_overrides_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/app_overrides_test.dart", "repo_id": "flutter", "token_count": 1180 }
675
// 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. import 'dart:developer' as developer; import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void mai...
flutter/packages/flutter/test/widgets/binding_first_frame_developer_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/binding_first_frame_developer_test.dart", "repo_id": "flutter", "token_count": 352 }
676
// 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. import 'dart:ui' as ui; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; ...
flutter/packages/flutter/test/widgets/composited_transform_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/composited_transform_test.dart", "repo_id": "flutter", "token_count": 6701 }
677
// 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. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('Can call setState from didUpdateWidge...
flutter/packages/flutter/test/widgets/did_update_widget_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/did_update_widget_test.dart", "repo_id": "flutter", "token_count": 674 }
678
// 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. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('ErrorWidget.builder', (WidgetTester t...
flutter/packages/flutter/test/widgets/error_widget_builder_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/error_widget_builder_test.dart", "repo_id": "flutter", "token_count": 544 }
679
// 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. import 'package:flutter/gestures.dart'; import 'package:flutter_test/flutter_test.dart'; Future<void> scrollAt(Offset position, WidgetTester tester, [Offs...
flutter/packages/flutter/test/widgets/gesture_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/gesture_utils.dart", "repo_id": "flutter", "token_count": 188 }
680
// 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. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import '../painting/mocks...
flutter/packages/flutter/test/widgets/image_icon_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/image_icon_test.dart", "repo_id": "flutter", "token_count": 1429 }
681
// 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. import 'dart:io' show Platform; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test...
flutter/packages/flutter/test/widgets/keep_alive_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/keep_alive_test.dart", "repo_id": "flutter", "token_count": 18946 }
682
// 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. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/list_view_relayout_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_view_relayout_test.dart", "repo_id": "flutter", "token_count": 2780 }
683
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart' show PointerDeviceKind, kSecondaryButton; import 'package:flutter/material...
flutter/packages/flutter/test/widgets/modal_barrier_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/modal_barrier_test.dart", "repo_id": "flutter", "token_count": 14878 }
684
// 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. import 'package:flutter/material.dart'; typedef OnObservation = void Function(Route<dynamic>? route, Route<dynamic>? previousRoute); /// A trivial observ...
flutter/packages/flutter/test/widgets/observer_tester.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/observer_tester.dart", "repo_id": "flutter", "token_count": 406 }
685
// 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. import 'package:flutter/src/rendering/performance_overlay.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; v...
flutter/packages/flutter/test/widgets/performance_overlay_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/performance_overlay_test.dart", "repo_id": "flutter", "token_count": 515 }
686
// 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. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; // This is a regression test for https://github.com/flutter/flutt...
flutter/packages/flutter/test/widgets/reparent_state_with_layout_builder_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/reparent_state_with_layout_builder_test.dart", "repo_id": "flutter", "token_count": 1940 }
687
// 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. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('runApp inside onPressed does not thr...
flutter/packages/flutter/test/widgets/run_app_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/run_app_test.dart", "repo_id": "flutter", "token_count": 331 }
688
// 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. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('GridView default control', (WidgetTes...
flutter/packages/flutter/test/widgets/scrollable_grid_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scrollable_grid_test.dart", "repo_id": "flutter", "token_count": 1485 }
689
// 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. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutte...
flutter/packages/flutter/test/widgets/semantics_11_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_11_test.dart", "repo_id": "flutter", "token_count": 1315 }
690
// 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. import 'dart:math'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; imp...
flutter/packages/flutter/test/widgets/semantics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_test.dart", "repo_id": "flutter", "token_count": 23671 }
691
// 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. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import '../rendering/ren...
flutter/packages/flutter/test/widgets/shrink_wrapping_viewport_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/shrink_wrapping_viewport_test.dart", "repo_id": "flutter", "token_count": 734 }
692
// 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. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester...
flutter/packages/flutter/test/widgets/sliver_visibility_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/sliver_visibility_test.dart", "repo_id": "flutter", "token_count": 7366 }
693
// 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. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; late TextStyle composingS...
flutter/packages/flutter/test/widgets/spell_check_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/spell_check_test.dart", "repo_id": "flutter", "token_count": 5581 }
694
// 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. import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/src/foundation/platform.dart'; import 'package:flu...
flutter/packages/flutter/test/widgets/text_selection_toolbar_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/text_selection_toolbar_utils.dart", "repo_id": "flutter", "token_count": 2576 }
695
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flut...
flutter/packages/flutter/test/widgets/undo_history_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/undo_history_test.dart", "repo_id": "flutter", "token_count": 7778 }
696
// 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. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull...
flutter/packages/flutter/test_fixes/material/sliver_app_bar.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/material/sliver_app_bar.dart.expect", "repo_id": "flutter", "token_count": 316 }
697
include: ../analysis_options.yaml linter: rules: avoid_print: false # This is a CLI tool, so printing to the console is fine.
flutter/packages/flutter/test_private/analysis_options.yaml/0
{ "file_path": "flutter/packages/flutter/test_private/analysis_options.yaml", "repo_id": "flutter", "token_count": 44 }
698
// 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. /// This library provides a Dart VM service extension that is required for /// tests that use `package:flutter_driver` to drive applications from a /// sep...
flutter/packages/flutter_driver/lib/driver_extension.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/driver_extension.dart", "repo_id": "flutter", "token_count": 317 }
699
// 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. import 'message.dart'; /// A Flutter Driver command that requests a string representation of the layer tree. class GetLayerTree extends Command { /// Cr...
flutter/packages/flutter_driver/lib/src/common/layer_tree.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/layer_tree.dart", "repo_id": "flutter", "token_count": 316 }
700
// 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. import 'percentile_utils.dart'; import 'timeline.dart'; /// Key for RasterCache timeline events. const String kRasterCacheEvent = 'RasterCache'; const St...
flutter/packages/flutter_driver/lib/src/driver/raster_cache_summarizer.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/raster_cache_summarizer.dart", "repo_id": "flutter", "token_count": 1368 }
701
// 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. // TODO(gspencergoog): Remove this tag once this test's state leaks/test // dependencies have been fixed. // https://github.com/flutter/flutter/issues/8516...
flutter/packages/flutter_driver/test/src/real_tests/extension_test.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/extension_test.dart", "repo_id": "flutter", "token_count": 19354 }
702
// 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. /// Localizations for the Flutter library. library flutter_localizations; export 'src/cupertino_localizations.dart'; export 'src/l10n/generated_cupertino_...
flutter/packages/flutter_localizations/lib/flutter_localizations.dart/0
{ "file_path": "flutter/packages/flutter_localizations/lib/flutter_localizations.dart", "repo_id": "flutter", "token_count": 163 }
703
{ "datePickerHourSemanticsLabelOne": "$hour tepat", "datePickerHourSemanticsLabelOther": "$hour tepat", "datePickerMinuteSemanticsLabelOne": "1 menit", "datePickerMinuteSemanticsLabelOther": "$minute menit", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbre...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb", "repo_id": "flutter", "token_count": 431 }
704
{ "datePickerHourSemanticsLabelOne": "$hour वाजता", "datePickerHourSemanticsLabelOther": "$hour वाजता", "datePickerMinuteSemanticsLabelOne": "एक मिनिट", "datePickerMinuteSemanticsLabelOther": "$minute मिनिटे", "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbb...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb", "repo_id": "flutter", "token_count": 637 }
705
{ "datePickerHourSemanticsLabelTwo": "$hour", "datePickerHourSemanticsLabelFew": "$hour", "datePickerMinuteSemanticsLabelTwo": "$minute minuti", "datePickerMinuteSemanticsLabelFew": "$minute minute", "timerPickerHourLabelTwo": "ure", "timerPickerHourLabelFew": "ure", "timerPickerMinuteLabelTwo": "min", ...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb", "repo_id": "flutter", "token_count": 576 }
706
{ "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "lookUpButtonLabel": "查詢", "noSpellCheckReplacementsLabel": "找不到替換字詞", "menuDismissLabel": "閂選單", "searchTextFieldPlaceholderLabel": "搜尋", "tabSemanticsLabel": "$tabCount 個分頁中嘅第 $tabIndex 個", "datePickerHourSemanticsLabelOne": "$hour 點", "date...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb", "repo_id": "flutter", "token_count": 486 }
707
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Obre el menú de navegació", "backButtonTooltip": "Enrere", "closeButtonTooltip": "Tanca", "deleteButtonTooltip": "Suprimeix", "nextMonthTooltip": "Mes següent", "previousMonthTooltip": "Mes anterior", "nextPageToo...
flutter/packages/flutter_localizations/lib/src/l10n/material_ca.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_ca.arb", "repo_id": "flutter", "token_count": 2403 }
708
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir el menú de navegación", "backButtonTooltip": "Atrás", "closeButtonTooltip": "Cerrar", "deleteButtonTooltip": "Eliminar", "nextMonthTooltip": "Mes siguiente", "previousMonthTooltip": "Mes anterior", "nextPageT...
flutter/packages/flutter_localizations/lib/src/l10n/material_es.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_es.arb", "repo_id": "flutter", "token_count": 2365 }
709
{ "scriptCategory": "dense", "timeOfDayFormat": "ah:mm", "openAppDrawerTooltip": "नेविगेशन मेन्यू खोलें", "backButtonTooltip": "वापस जाएं", "closeButtonTooltip": "बंद करें", "deleteButtonTooltip": "मिटाएं", "nextMonthTooltip": "अगला महीना", "previousMonthTooltip": "पिछला महीना", "nextPageTooltip": "अग...
flutter/packages/flutter_localizations/lib/src/l10n/material_hi.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_hi.arb", "repo_id": "flutter", "token_count": 3741 }
710
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Atvērt navigācijas izvēlni", "backButtonTooltip": "Atpakaļ", "closeButtonTooltip": "Aizvērt", "deleteButtonTooltip": "Dzēst", "nextMonthTooltip": "Nākamais mēnesis", "previousMonthTooltip": "Iepriekšējais mēnesis", ...
flutter/packages/flutter_localizations/lib/src/l10n/material_lv.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_lv.arb", "repo_id": "flutter", "token_count": 2622 }
711
{ "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Partilhar…", "scanTextButtonLabel": "Digitalizar texto", "lookUpButtonLabel": "Procurar", "menuDismissLabel": "Ignorar menu", "expansionTileExpandedHint": "toque duas vezes para reduzir", "expansionTileCollapsedHint": "toque duas vezes par...
flutter/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb", "repo_id": "flutter", "token_count": 2263 }
712
{ "licensesPackageDetailTextFew": "$licenseCount ліцензії", "licensesPackageDetailTextMany": "$licenseCount ліцензій", "remainingTextFieldCharacterCountFew": "Залишилося $remainingCount символи", "remainingTextFieldCharacterCountMany": "Залишилося $remainingCount символів", "scriptCategory": "English-like", ...
flutter/packages/flutter_localizations/lib/src/l10n/material_uk.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_uk.arb", "repo_id": "flutter", "token_count": 3599 }
713
{ "reorderItemToStart": "Pomjerite na početak", "reorderItemToEnd": "Pomjerite na kraj", "reorderItemUp": "Pomjeri nagore", "reorderItemDown": "Pomjeri nadolje", "reorderItemLeft": "Pomjeri lijevo", "reorderItemRight": "Pomjeri desno" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_bs.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_bs.arb", "repo_id": "flutter", "token_count": 112 }
714
{ "reorderItemToStart": "העברה להתחלה", "reorderItemToEnd": "העברה לסוף", "reorderItemUp": "העברה למעלה", "reorderItemDown": "העברה למטה", "reorderItemLeft": "העברה שמאלה", "reorderItemRight": "העברה ימינה" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_he.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_he.arb", "repo_id": "flutter", "token_count": 142 }
715
{ "reorderItemToStart": "Perkelti į pradžią", "reorderItemToEnd": "Perkelti į pabaigą", "reorderItemUp": "Perkelti aukštyn", "reorderItemDown": "Perkelti žemyn", "reorderItemLeft": "Perkelti kairėn", "reorderItemRight": "Perkelti dešinėn" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_lt.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_lt.arb", "repo_id": "flutter", "token_count": 126 }
716
{ "reorderItemToStart": "Mover para o início", "reorderItemToEnd": "Mover para o final", "reorderItemUp": "Mover para cima", "reorderItemDown": "Mover para baixo", "reorderItemLeft": "Mover para a esquerda", "reorderItemRight": "Mover para a direita" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_pt.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_pt.arb", "repo_id": "flutter", "token_count": 103 }
717
{ "reorderItemToStart": "Başa taşı", "reorderItemToEnd": "Sona taşı", "reorderItemUp": "Yukarı taşı", "reorderItemDown": "Aşağı taşı", "reorderItemLeft": "Sola taşı", "reorderItemRight": "Sağa taşı" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_tr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_tr.arb", "repo_id": "flutter", "token_count": 103 }
718
// 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. import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart';...
flutter/packages/flutter_localizations/test/material/date_picker_test.dart/0
{ "file_path": "flutter/packages/flutter_localizations/test/material/date_picker_test.dart", "repo_id": "flutter", "token_count": 6995 }
719
// 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. import 'dart:async'; import 'dart:io'; import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import '...
flutter/packages/flutter_test/lib/src/event_simulation.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/event_simulation.dart", "repo_id": "flutter", "token_count": 13885 }
720
// 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. import 'package:flutter/foundation.dart'; import 'package:stack_trace/stack_trace.dart' as stack_trace; import 'package:test_api/scaffolding.dart' as test_...
flutter/packages/flutter_test/lib/src/test_exception_reporter.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/test_exception_reporter.dart", "repo_id": "flutter", "token_count": 545 }
721
// 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. import 'dart:io'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Initializes httpOverrides...
flutter/packages/flutter_test/test/integration_bindings_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/integration_bindings_test.dart", "repo_id": "flutter", "token_count": 251 }
722
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('stack manipulation: reportExpectCall', ()...
flutter/packages/flutter_test/test/stack_manipulation_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/stack_manipulation_test.dart", "repo_id": "flutter", "token_count": 376 }
723
// 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. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_t...
flutter/packages/flutter_test/test/widget_tester_leaks_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/widget_tester_leaks_test.dart", "repo_id": "flutter", "token_count": 787 }
724
// 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. import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('test', (WidgetTester tester) async { // This call will be unchanged ...
flutter/packages/flutter_test/test_fixes/flutter_test/widget_tester.dart/0
{ "file_path": "flutter/packages/flutter_test/test_fixes/flutter_test/widget_tester.dart", "repo_id": "flutter", "token_count": 301 }
725
# package:test configuration # https://github.com/dart-lang/test/blob/master/pkgs/test/doc/configuration.md # Some of our tests take an absurdly long time to run, and on some # hosts they can take even longer due to the host suddenly being # overloaded. For this reason, we set the test timeout to # significantly more ...
flutter/packages/flutter_tools/dart_test.yaml/0
{ "file_path": "flutter/packages/flutter_tools/dart_test.yaml", "repo_id": "flutter", "token_count": 222 }
726
/* groovylint-disable LineLength, UnnecessaryGString, UnnecessaryGetter */ // 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. import com.android.build.OutputFile import groovy.json.JsonGenerator import groo...
flutter/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy/0
{ "file_path": "flutter/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy", "repo_id": "flutter", "token_count": 35066 }
727
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="flutter_view" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/examples/flutter_view/lib/main.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/flutter_view.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/flutter_view.xml.copy.tmpl", "repo_id": "flutter", "token_count": 92 }
728
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="manual_tests - hover" type="FlutterRunConfigurationType" factoryName="Flutter" singleton="false"> <option name="filePath" value="$PROJECT_DIR$/dev/manual_tests/lib/hover.dart" /> <method v="2" /> </configuration> </compon...
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___hover.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___hover.xml.copy.tmpl", "repo_id": "flutter", "token_count": 103 }
729
// 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. import '../base/config.dart'; import '../base/file_system.dart'; import '../base/platform.dart'; import '../base/user_messages.dart'; import '../doctor_val...
flutter/packages/flutter_tools/lib/src/android/android_studio_validator.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/android_studio_validator.dart", "repo_id": "flutter", "token_count": 1646 }
730
// 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. import 'dart:typed_data'; import 'package:meta/meta.dart'; import 'package:package_config/package_config.dart'; import 'package:standard_message_codec/sta...
flutter/packages/flutter_tools/lib/src/asset.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/asset.dart", "repo_id": "flutter", "token_count": 18187 }
731
// 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. import 'dart:io' as io show Directory, File, FileStat, FileSystemEntity, FileSystemEntityType, Link; i...
flutter/packages/flutter_tools/lib/src/base/multi_root_file_system.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/multi_root_file_system.dart", "repo_id": "flutter", "token_count": 2709 }
732
// 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. import 'package:async/async.dart'; import 'package:convert/convert.dart'; import 'package:crypto/crypto.dart'; import 'package:meta/meta.dart'; import 'pac...
flutter/packages/flutter_tools/lib/src/build_system/build_system.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/build_system.dart", "repo_id": "flutter", "token_count": 13884 }
733
// 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. import '../../base/file_system.dart'; import '../../convert.dart'; import '../../localizations/gen_l10n.dart'; import '../../localizations/localizations_ut...
flutter/packages/flutter_tools/lib/src/build_system/targets/localizations.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/targets/localizations.dart", "repo_id": "flutter", "token_count": 1126 }
734
// 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. import 'dart:async'; import '../base/common.dart'; import '../base/file_system.dart'; import '../base/logger.dart'; import '../dart/analysis.dart'; import...
flutter/packages/flutter_tools/lib/src/commands/analyze_once.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/analyze_once.dart", "repo_id": "flutter", "token_count": 2051 }
735
// 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. import 'package:meta/meta.dart'; import '../base/analyze_size.dart'; import '../base/common.dart'; import '../base/os.dart'; import '../build_info.dart'; ...
flutter/packages/flutter_tools/lib/src/commands/build_windows.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/build_windows.dart", "repo_id": "flutter", "token_count": 873 }
736
// 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. import '../base/common.dart'; import '../base/file_system.dart'; import '../cache.dart'; import '../globals.dart' as globals; import '../runner/flutter_com...
flutter/packages/flutter_tools/lib/src/commands/ide_config.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/ide_config.dart", "repo_id": "flutter", "token_count": 3844 }
737
// 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. import 'dart:async'; import 'package:process/process.dart'; import 'package:unified_analytics/unified_analytics.dart'; import 'android/android_builder.da...
flutter/packages/flutter_tools/lib/src/context_runner.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/context_runner.dart", "repo_id": "flutter", "token_count": 5837 }
738
// 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. import 'package:dds/dap.dart'; /// An implementation of [AttachRequestArguments] that includes all fields used by the Flutter debug adapter. /// /// This ...
flutter/packages/flutter_tools/lib/src/debug_adapters/flutter_adapter_args.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/debug_adapters/flutter_adapter_args.dart", "repo_id": "flutter", "token_count": 2113 }
739
// 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. import 'package:process/process.dart'; import 'android/android_sdk.dart'; import 'android/application_package.dart'; import 'application_package.dart'; im...
flutter/packages/flutter_tools/lib/src/flutter_application_package.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/flutter_application_package.dart", "repo_id": "flutter", "token_count": 1579 }
740
// 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. import 'dart:async'; import 'base/io.dart'; import 'base/net.dart'; import 'base/platform.dart'; import 'doctor_validator.dart'; import 'features.dart'; ...
flutter/packages/flutter_tools/lib/src/http_host_validator.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/http_host_validator.dart", "repo_id": "flutter", "token_count": 1929 }
741
// 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. import '../../base/file_system.dart'; import '../../base/project_migrator.dart'; import '../../xcode_project.dart'; /// Remove deprecated bitcode build se...
flutter/packages/flutter_tools/lib/src/ios/migrations/remove_bitcode_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/migrations/remove_bitcode_migration.dart", "repo_id": "flutter", "token_count": 428 }
742
// 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. import 'package:native_assets_builder/native_assets_builder.dart' hide NativeAssetsBuildRunner; import 'package:native_assets_cli/native_assets_cli_int...
flutter/packages/flutter_tools/lib/src/isolated/native_assets/macos/native_assets.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/isolated/native_assets/macos/native_assets.dart", "repo_id": "flutter", "token_count": 4656 }
743
// 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. import 'package:meta/meta.dart'; import 'package:yaml/yaml.dart'; import '../base/common.dart'; import '../base/file_system.dart'; import '../base/logger....
flutter/packages/flutter_tools/lib/src/localizations/localizations_utils.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/localizations/localizations_utils.dart", "repo_id": "flutter", "token_count": 7226 }
744
// 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. import 'dart:async'; import 'package:meta/meta.dart'; import 'package:multicast_dns/multicast_dns.dart'; import 'package:unified_analytics/unified_analyti...
flutter/packages/flutter_tools/lib/src/mdns_discovery.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/mdns_discovery.dart", "repo_id": "flutter", "token_count": 7913 }
745
// 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. enum StatusProjectValidator { error, warning, success, crash, info, } class ProjectValidatorResult { const ProjectValidatorResult({ requi...
flutter/packages/flutter_tools/lib/src/project_validator_result.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/project_validator_result.dart", "repo_id": "flutter", "token_count": 301 }
746
// 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. import 'dart:async'; import 'package:browser_launcher/browser_launcher.dart'; import 'package:meta/meta.dart'; import 'base/logger.dart'; import 'build_i...
flutter/packages/flutter_tools/lib/src/resident_devtools_handler.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/resident_devtools_handler.dart", "repo_id": "flutter", "token_count": 3938 }
747
// 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. import 'dart:async'; import '../base/file_system.dart'; import '../globals.dart' as globals; /// Manages a Font configuration that can be shared across m...
flutter/packages/flutter_tools/lib/src/test/font_config_manager.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/test/font_config_manager.dart", "repo_id": "flutter", "token_count": 532 }
748
// 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. import 'package:process/process.dart'; import '../base/file_system.dart'; import '../base/platform.dart'; import '../doctor_validator.dart'; import 'vscod...
flutter/packages/flutter_tools/lib/src/vscode/vscode_validator.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/vscode/vscode_validator.dart", "repo_id": "flutter", "token_count": 438 }
749
// 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. import 'package:archive/archive.dart'; import '../application_package.dart'; import '../base/file_system.dart'; import '../base/utils.dart'; import '../bu...
flutter/packages/flutter_tools/lib/src/windows/application_package.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/windows/application_package.dart", "repo_id": "flutter", "token_count": 1221 }
750