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 'dart:ui'; import 'package:fake_async/fake_async.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; v...
flutter/packages/flutter/test/widgets/binding_first_frame_rasterized_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/binding_first_frame_rasterized_test.dart", "repo_id": "flutter", "token_count": 377 }
712
// 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('Placeholder intrinsics', (WidgetTeste...
flutter/packages/flutter/test/widgets/constrained_box_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/constrained_box_test.dart", "repo_id": "flutter", "token_count": 2609 }
713
// 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('Directionality', (WidgetTester tester...
flutter/packages/flutter/test/widgets/directionality_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/directionality_test.dart", "repo_id": "flutter", "token_count": 1311 }
714
// 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/widgets/error_widget_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/error_widget_test.dart", "repo_id": "flutter", "token_count": 1028 }
715
// 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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; // There's also some dup...
flutter/packages/flutter/test/widgets/global_keys_duplicated_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/global_keys_duplicated_test.dart", "repo_id": "flutter", "token_count": 1743 }
716
// 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() { test('AssetImage from package', () { const Ass...
flutter/packages/flutter/test/widgets/image_package_asset_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/image_package_asset_test.dart", "repo_id": "flutter", "token_count": 518 }
717
// 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 TestValueKey<T> extends ValueKey<T> { const TestValueKey(s...
flutter/packages/flutter/test/widgets/key_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/key_test.dart", "repo_id": "flutter", "token_count": 864 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.dart'; void main() { group('Available ...
flutter/packages/flutter/test/widgets/list_view_semantics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_view_semantics_test.dart", "repo_id": "flutter", "token_count": 1965 }
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 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering...
flutter/packages/flutter/test/widgets/mouse_region_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/mouse_region_test.dart", "repo_id": "flutter", "token_count": 27350 }
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/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/opacity_repaint_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/opacity_repaint_test.dart", "repo_id": "flutter", "token_count": 931 }
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. // 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/widgets/physical_model_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/physical_model_test.dart", "repo_id": "flutter", "token_count": 1157 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_t...
flutter/packages/flutter/test/widgets/restorable_property_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/restorable_property_test.dart", "repo_id": "flutter", "token_count": 9944 }
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/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { group('S...
flutter/packages/flutter/test/widgets/safe_area_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/safe_area_test.dart", "repo_id": "flutter", "token_count": 6659 }
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/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flut...
flutter/packages/flutter/test/widgets/scrollable_helpers_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scrollable_helpers_test.dart", "repo_id": "flutter", "token_count": 9513 }
725
// 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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.d...
flutter/packages/flutter/test/widgets/semantics_1_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_1_test.dart", "repo_id": "flutter", "token_count": 3464 }
726
// 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/physics.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flut...
flutter/packages/flutter/test/widgets/semantics_tester.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_tester.dart", "repo_id": "flutter", "token_count": 11739 }
727
// 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/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.dart'; void main() {...
flutter/packages/flutter/test/widgets/simple_semantics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/simple_semantics_test.dart", "repo_id": "flutter", "token_count": 1292 }
728
// 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/slivers_appbar_floating_pinned_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/slivers_appbar_floating_pinned_test.dart", "repo_id": "flutter", "token_count": 8699 }
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 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import '../rendering/rend...
flutter/packages/flutter/test/widgets/stack_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/stack_test.dart", "repo_id": "flutter", "token_count": 15535 }
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 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/widgets/text_semantics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/text_semantics_test.dart", "repo_id": "flutter", "token_count": 2318 }
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 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class TestUniqueWidget extends UniqueWidget<TestUniqueWidgetState>...
flutter/packages/flutter/test/widgets/unique_widget_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/unique_widget_test.dart", "repo_id": "flutter", "token_count": 292 }
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:flutter/material.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull/48547 var textTheme = TextTheme( ...
flutter/packages/flutter/test_fixes/material/text_theme.dart/0
{ "file_path": "flutter/packages/flutter/test_fixes/material/text_theme.dart", "repo_id": "flutter", "token_count": 1154 }
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 'dart:convert'; import 'dart:io'; import 'package:path/path.dart' as path; import 'package:process_runner/process_runner.dart'; // This program en...
flutter/packages/flutter/test_private/bin/test_private.dart/0
{ "file_path": "flutter/packages/flutter/test_private/bin/test_private.dart", "repo_id": "flutter", "token_count": 3463 }
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 'package:meta/meta.dart'; /// An object sent from the Flutter Driver to a Flutter application to instruct /// the application to perform a task. ab...
flutter/packages/flutter_driver/lib/src/common/message.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/message.dart", "repo_id": "flutter", "token_count": 773 }
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 'timeline.dart'; /// Event name for refresh rate related timeline events. const String kUIThreadVsyncProcessEvent = 'VsyncProcessCallback'; /// A ...
flutter/packages/flutter_driver/lib/src/driver/refresh_rate_summarizer.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/refresh_rate_summarizer.dart", "repo_id": "flutter", "token_count": 1772 }
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 'package:flutter_driver/flutter_driver.dart'; import '../../common.dart'; void main() { final FakeDeserialize fakeDeserialize = FakeDeserialize(...
flutter/packages/flutter_driver/test/src/real_tests/find_test.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/find_test.dart", "repo_id": "flutter", "token_count": 1026 }
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 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:intl/intl.dart' as intl; import 'l10n/generated_cuperti...
flutter/packages/flutter_localizations/lib/src/cupertino_localizations.dart/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/cupertino_localizations.dart", "repo_id": "flutter", "token_count": 7047 }
738
{ "searchTextFieldPlaceholderLabel": "Suche", "datePickerHourSemanticsLabelOne": "$hour Uhr", "datePickerHourSemanticsLabelOther": "$hour Uhr", "datePickerMinuteSemanticsLabelOne": "1 Minute", "datePickerMinuteSemanticsLabelOther": "$minute Minuten", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder"...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb", "repo_id": "flutter", "token_count": 366 }
739
{ "datePickerHourSemanticsLabelOne": "Kell $hour", "datePickerHourSemanticsLabelOther": "Kell $hour", "datePickerMinuteSemanticsLabelOne": "1 minut", "datePickerMinuteSemanticsLabelOther": "$minute minutit", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbre...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb", "repo_id": "flutter", "token_count": 440 }
740
{ "datePickerHourSemanticsLabelOne": "klukkan $hour", "datePickerHourSemanticsLabelOther": "klukkan $hour", "datePickerMinuteSemanticsLabelOne": "1 mínúta", "datePickerMinuteSemanticsLabelOther": "$minute mínútur", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridi...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb", "repo_id": "flutter", "token_count": 454 }
741
{ "datePickerHourSemanticsLabelOne": "Pukul $hour", "datePickerHourSemanticsLabelOther": "Pukul $hour", "datePickerMinuteSemanticsLabelOne": "1 minit", "datePickerMinuteSemanticsLabelOther": "$minute minit", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbre...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb", "repo_id": "flutter", "token_count": 444 }
742
{ "datePickerHourSemanticsLabelOne": "$hour fiks", "datePickerHourSemanticsLabelOther": "$hour fiks", "datePickerMinuteSemanticsLabelOne": "1 minutë", "datePickerMinuteSemanticsLabelOther": "$minute minuta", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbre...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb", "repo_id": "flutter", "token_count": 454 }
743
{ "lookUpButtonLabel": "查詢", "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "noSpellCheckReplacementsLabel": "找不到替代文字", "menuDismissLabel": "關閉選單", "searchTextFieldPlaceholderLabel": "搜尋", "tabSemanticsLabel": "第 $tabIndex 個分頁標籤,共 $tabCount 個", "datePickerHourSemanticsLabelOne": "$hour 點", "...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb", "repo_id": "flutter", "token_count": 480 }
744
{ "licensesPackageDetailTextFew": "$licenseCount licence", "licensesPackageDetailTextMany": "$licenseCount licence", "remainingTextFieldCharacterCountFew": "Zbývají $remainingCount znaky", "remainingTextFieldCharacterCountMany": "Zbývá $remainingCount znaku", "scriptCategory": "English-like", "timeOfDayForm...
flutter/packages/flutter_localizations/lib/src/l10n/material_cs.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_cs.arb", "repo_id": "flutter", "token_count": 2655 }
745
{ "licensesPackageDetailTextFew": "$licenseCount licence", "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Odabrane su $selectedRowCount stavke", "openAppDrawerTooltip": "Otvaranje izborni...
flutter/packages/flutter_localizations/lib/src/l10n/material_hr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_hr.arb", "repo_id": "flutter", "token_count": 2521 }
746
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Отворете го менито за навигација", "backButtonTooltip": "Назад", "closeButtonTooltip": "Затвори", "deleteButtonTooltip": "Избриши", "nextMonthTooltip": "Следниот месец", "previousMonthTooltip": "Претходниот месец", ...
flutter/packages/flutter_localizations/lib/src/l10n/material_mk.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_mk.arb", "repo_id": "flutter", "token_count": 3299 }
747
{ "licensesPackageDetailTextFew": "$licenseCount licențe", "remainingTextFieldCharacterCountFew": "$remainingCount caractere rămase", "selectedRowCountTitleFew": "$selectedRowCount articole selectate", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Deschideți meniul d...
flutter/packages/flutter_localizations/lib/src/l10n/material_ro.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_ro.arb", "repo_id": "flutter", "token_count": 2673 }
748
{ "scriptCategory": "tall", "timeOfDayFormat": "h:mm a", "selectedRowCountTitleOne": "1 آئٹم منتخب کیا گیا", "openAppDrawerTooltip": "نیویگیشن مینیو کھولیں", "backButtonTooltip": "پیچھے", "closeButtonTooltip": "بند کریں", "deleteButtonTooltip": "حذف کریں", "nextMonthTooltip": "اگلا مہینہ", "previousMo...
flutter/packages/flutter_localizations/lib/src/l10n/material_ur.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_ur.arb", "repo_id": "flutter", "token_count": 3388 }
749
{ "reorderItemToStart": "Mou al principi", "reorderItemToEnd": "Mou al final", "reorderItemUp": "Mou amunt", "reorderItemDown": "Mou avall", "reorderItemLeft": "Mou cap a l'esquerra", "reorderItemRight": "Mou cap a la dreta" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_ca.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_ca.arb", "repo_id": "flutter", "token_count": 100 }
750
{ "reorderItemToStart": "शुरुआत पर ले जाएं", "reorderItemToEnd": "आखिर में ले जाएं", "reorderItemUp": "ऊपर ले जाएं", "reorderItemDown": "नीचे ले जाएं", "reorderItemLeft": "बाएं ले जाएं", "reorderItemRight": "दाएं ले जाएं" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_hi.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_hi.arb", "repo_id": "flutter", "token_count": 190 }
751
{ "reorderItemToStart": "Pārvietot uz sākumu", "reorderItemToEnd": "Pārvietot uz beigām", "reorderItemUp": "Pārvietot uz augšu", "reorderItemDown": "Pārvietot uz leju", "reorderItemLeft": "Pārvietot pa kreisi", "reorderItemRight": "Pārvietot pa labi" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_lv.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_lv.arb", "repo_id": "flutter", "token_count": 131 }
752
{ "reorderItemToStart": "Mover para o início", "reorderItemToEnd": "Mover para o fim", "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_PT.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_pt_PT.arb", "repo_id": "flutter", "token_count": 104 }
753
{ "reorderItemToStart": "Перемістити на початок", "reorderItemToEnd": "Перемістити в кінець", "reorderItemUp": "Перемістити вгору", "reorderItemDown": "Перемістити вниз", "reorderItemLeft": "Перемістити ліворуч", "reorderItemRight": "Перемістити праворуч" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_uk.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_uk.arb", "repo_id": "flutter", "token_count": 200 }
754
// 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:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_te...
flutter/packages/flutter_localizations/test/material/date_time_test.dart/0
{ "file_path": "flutter/packages/flutter_localizations/test/material/date_time_test.dart", "repo_id": "flutter", "token_count": 4040 }
755
# 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. # For details regarding the *Flutter Fix* feature, see # https://flutter.dev/docs/development/tools/flutter-fix # Please add new fixes to the top of the file...
flutter/packages/flutter_test/lib/fix_data/fix_flutter_test/fix_semantics_controller.yaml/0
{ "file_path": "flutter/packages/flutter_test/lib/fix_data/fix_flutter_test/fix_semantics_controller.yaml", "repo_id": "flutter", "token_count": 1144 }
756
// 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/material.dart' show Tooltip; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; im...
flutter/packages/flutter_test/lib/src/finders.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/finders.dart", "repo_id": "flutter", "token_count": 18495 }
757
// 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 'test_async_utils.dart'; export 'dart:ui' show Offset; /// A cl...
flutter/packages/flutter_test/lib/src/test_pointer.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/test_pointer.dart", "repo_id": "flutter", "token_count": 7217 }
758
// 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() { test('$WidgetsBinding initializes with $LiveTestWi...
flutter/packages/flutter_test/test/bindings_environment/no_flutter_test_variable_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/bindings_environment/no_flutter_test_variable_test.dart", "repo_id": "flutter", "token_count": 175 }
759
// 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_test/flutter_test.dart'; // This file is for testi...
flutter/packages/flutter_test/test/live_binding_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/live_binding_test.dart", "repo_id": "flutter", "token_count": 1852 }
760
// 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'; import 'package:flutter_test/flutter_test.dart' as flutter_test...
flutter/packages/flutter_test/test/test_async_utils_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/test_async_utils_test.dart", "repo_id": "flutter", "token_count": 5200 }
761
// 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/test/widget_tester_live_device_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/widget_tester_live_device_test.dart", "repo_id": "flutter", "token_count": 1907 }
762
# Flutter Attach ## Overview A Flutter-command that attaches to applications that have been launched without `flutter run` and provides a HotRunner (enabling hot reload/restart). ## Usage There are three ways for the attach command to discover a running app: 1. If the platform is Fuchsia the module name must be pr...
flutter/packages/flutter_tools/doc/attach.md/0
{ "file_path": "flutter/packages/flutter_tools/doc/attach.md", "repo_id": "flutter", "token_count": 289 }
763
// 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 groovy.json.JsonSlurper class NativePluginLoader { // This string must match _kFlutterPluginsHasNativeBuildKey defined in // packages/flut...
flutter/packages/flutter_tools/gradle/src/main/groovy/native_plugin_loader.groovy/0
{ "file_path": "flutter/packages/flutter_tools/gradle/src/main/groovy/native_plugin_loader.groovy", "repo_id": "flutter", "token_count": 2067 }
764
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="hello_world" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/examples/hello_world/lib/main.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/hello_world.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/hello_world.xml.copy.tmpl", "repo_id": "flutter", "token_count": 90 }
765
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="manual_tests - material_arc" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/dev/manual_tests/lib/material_arc.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___material_arc.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___material_arc.xml.copy.tmpl", "repo_id": "flutter", "token_count": 97 }
766
// 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 '../base/common.dart'; import '../base/context.dart'; import '../base/io.dart'; import...
flutter/packages/flutter_tools/lib/src/android/android_workflow.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/android_workflow.dart", "repo_id": "flutter", "token_count": 6047 }
767
// 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 'package:archive/archive_io.dart'; import 'package:meta/meta.dart'; import 'package:unified_analytics/unified...
flutter/packages/flutter_tools/lib/src/base/analyze_size.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/analyze_size.dart", "repo_id": "flutter", "token_count": 6518 }
768
// 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 '../convert.dart'; import 'common.dart'; import 'file_system.dart'; import 'io.dart'; import...
flutter/packages/flutter_tools/lib/src/base/net.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/net.dart", "repo_id": "flutter", "token_count": 2613 }
769
// 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 '../web/compiler_config.dart'; import './build_system.dart'; /// Commonly used build [Target]s. abstract class B...
flutter/packages/flutter_tools/lib/src/build_system/build_targets.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/build_targets.dart", "repo_id": "flutter", "token_count": 460 }
770
// 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:unified_analytics/unified_analytics.dart'; import '../../artifacts.dart'; import '../../base/build.dart'; import '../../base/file_system.d...
flutter/packages/flutter_tools/lib/src/build_system/targets/macos.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/targets/macos.dart", "repo_id": "flutter", "token_count": 7925 }
771
// 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 '../base/logger.dart'; import '../convert.dart'; import '../project.dart'; /// The type of...
flutter/packages/flutter_tools/lib/src/commands/android_analyze.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/android_analyze.dart", "repo_id": "flutter", "token_count": 548 }
772
// 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/process.dart'; import '../cache.dart'; import '../globals.dart' as globals; import '../runner/flutter_command...
flutter/packages/flutter_tools/lib/src/commands/channel.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/channel.dart", "repo_id": "flutter", "token_count": 2689 }
773
// 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 '../android/android_device.dart'; import '../application_package.dart'; import '../base/common.dart'; import '../base/file_system.dart'; import '../...
flutter/packages/flutter_tools/lib/src/commands/install.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/install.dart", "repo_id": "flutter", "token_count": 1300 }
774
// 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. // Hide the original utf8 [Codec] so that we can export our own implementation // which adds additional error handling. import 'dart:convert' hide utf8; im...
flutter/packages/flutter_tools/lib/src/convert.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/convert.dart", "repo_id": "flutter", "token_count": 917 }
775
// 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:dds/dap.dart' hide PidTracker; import 'package:vm_service/vm_service.dart' as vm; import '../base/file_system.dart';...
flutter/packages/flutter_tools/lib/src/debug_adapters/flutter_base_adapter.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/debug_adapters/flutter_base_adapter.dart", "repo_id": "flutter", "token_count": 1957 }
776
// 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:package_config/package_config.dart'; import 'android/java.dart'; import 'base/commo...
flutter/packages/flutter_tools/lib/src/flutter_cache.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/flutter_cache.dart", "repo_id": "flutter", "token_count": 10625 }
777
// 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 '../base/file_system.dart'; import '../base/version.dart'; import '../convert.dart'; import '../doctor_valid...
flutter/packages/flutter_tools/lib/src/intellij/intellij.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/intellij/intellij.dart", "repo_id": "flutter", "token_count": 2144 }
778
// 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:unified_analytics/unified_analytics.dart'; import '../../base/common.dart'; import '../../base/file_system.dart'; import '../../base/proje...
flutter/packages/flutter_tools/lib/src/ios/migrations/remove_framework_link_and_embedding_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/migrations/remove_framework_link_and_embedding_migration.dart", "repo_id": "flutter", "token_count": 1519 }
779
// 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. // Shared logic between iOS and macOS implementations of native assets. import 'package:native_assets_cli/native_assets_cli_internal.dart' hide BuildM...
flutter/packages/flutter_tools/lib/src/isolated/native_assets/macos/native_assets_host.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/isolated/native_assets/macos/native_assets_host.dart", "repo_id": "flutter", "token_count": 2422 }
780
// 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. // The whole design for the lexing and parsing step can be found in this design doc. // See https://flutter.dev/go/icu-message-parser. // Symbol Types imp...
flutter/packages/flutter_tools/lib/src/localizations/message_parser.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/localizations/message_parser.dart", "repo_id": "flutter", "token_count": 10070 }
781
// 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 '../cmake_project.dart'; // CMake's add_custom_command() should use VERB...
flutter/packages/flutter_tools/lib/src/migrations/cmake_custom_command_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/migrations/cmake_custom_command_migration.dart", "repo_id": "flutter", "token_count": 1021 }
782
// 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/logger.dart'; import 'device.dart'; import 'device_port_forwarder.dart'; import 'globals.dart' as...
flutter/packages/flutter_tools/lib/src/protocol_discovery.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/protocol_discovery.dart", "repo_id": "flutter", "token_count": 2784 }
783
// 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:dds/dds.dart' as dds; import 'package:meta/meta.dart'; import 'package:package_config/package_config.dart'; import 'p...
flutter/packages/flutter_tools/lib/src/resident_runner.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/resident_runner.dart", "repo_id": "flutter", "token_count": 24576 }
784
// 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:stream_channel/stream_channel.dart'; import 'package:vm_service/vm_service.dart' as vm_service; import '../applicati...
flutter/packages/flutter_tools/lib/src/test/integration_test_device.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/test/integration_test_device.dart", "repo_id": "flutter", "token_count": 1616 }
785
// 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:package_config/package_config.dart'; String generateDDCBootstrapScript({ required String entrypoint, required String ddcModuleLoaderUr...
flutter/packages/flutter_tools/lib/src/web/bootstrap.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/web/bootstrap.dart", "repo_id": "flutter", "token_count": 5199 }
786
// 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:unified_analytics/unified_analytics.dart'; import '../artifacts.dart'; import '../base/analyze_size.dart'; import '../base/common.dart'; i...
flutter/packages/flutter_tools/lib/src/windows/build_windows.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/windows/build_windows.dart", "repo_id": "flutter", "token_count": 4613 }
787
package {{androidIdentifier}} import io.flutter.embedding.android.FlutterActivity class MainActivity: FlutterActivity()
flutter/packages/flutter_tools/templates/app_shared/android-kotlin.tmpl/app/src/main/kotlin/androidIdentifier/MainActivity.kt.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_shared/android-kotlin.tmpl/app/src/main/kotlin/androidIdentifier/MainActivity.kt.tmpl", "repo_id": "flutter", "token_count": 33 }
788
org.gradle.jvmargs=-Xmx4G -XX:+HeapDumpOnOutOfMemoryError android.useAndroidX=true android.enableJetifier=true
flutter/packages/flutter_tools/templates/app_shared/android.tmpl/gradle.properties.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_shared/android.tmpl/gradle.properties.tmpl", "repo_id": "flutter", "token_count": 43 }
789
#include "Generated.xcconfig"
flutter/packages/flutter_tools/templates/app_shared/ios.tmpl/Flutter/Debug.xcconfig/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_shared/ios.tmpl/Flutter/Debug.xcconfig", "repo_id": "flutter", "token_count": 12 }
790
org.gradle.jvmargs=-Xmx4G -XX:+HeapDumpOnOutOfMemoryError android.useAndroidX=true android.enableJetifier=true
flutter/packages/flutter_tools/templates/module/android/gradle/gradle.properties.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/android/gradle/gradle.properties.tmpl", "repo_id": "flutter", "token_count": 43 }
791
#import "AppDelegate.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { return [super application:application didFinishLaunchingWithOptions:launchOptions]; } @end
flutter/packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.tmpl/AppDelegate.m/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.tmpl/AppDelegate.m", "repo_id": "flutter", "token_count": 75 }
792
name: {{projectName}} description: {{description}} version: 0.0.1 homepage: environment: sdk: {{dartSdkVersionBounds}} dependencies: cli_config: ^0.1.2 logging: ^1.2.0 native_assets_cli: ^0.4.2 native_toolchain_c: ^0.3.4+1 dev_dependencies: ffi: ^2.1.0 ffigen: ^11.0.0 flutter_lints: ^3.0.0 test: ^1...
flutter/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl", "repo_id": "flutter", "token_count": 156 }
793
#import <Flutter/Flutter.h> @interface {{pluginClass}} : NSObject<FlutterPlugin> @end
flutter/packages/flutter_tools/templates/plugin/ios-objc.tmpl/Classes/pluginClass.h.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/plugin/ios-objc.tmpl/Classes/pluginClass.h.tmpl", "repo_id": "flutter", "token_count": 31 }
794
import Cocoa import FlutterMacOS public class {{pluginClass}}: NSObject, FlutterPlugin { public static func register(with registrar: FlutterPluginRegistrar) { let channel = FlutterMethodChannel(name: "{{projectName}}", binaryMessenger: registrar.messenger) let instance = {{pluginClass}}() registrar.addMe...
flutter/packages/flutter_tools/templates/plugin/macos.tmpl/Classes/pluginClass.swift.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/plugin/macos.tmpl/Classes/pluginClass.swift.tmpl", "repo_id": "flutter", "token_count": 207 }
795
<?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" /> <excludeFolder url="file:...
flutter/packages/flutter_tools/templates/plugin_shared/projectName.iml.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/plugin_shared/projectName.iml.tmpl", "repo_id": "flutter", "token_count": 313 }
796
import 'package:flutter/material.dart'; import 'settings_controller.dart'; /// Displays the various settings that can be customized by the user. /// /// When a user changes a setting, the SettingsController is updated and /// Widgets that listen to the SettingsController are rebuilt. class SettingsView extends Statel...
flutter/packages/flutter_tools/templates/skeleton/lib/src/settings/settings_view.dart.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/skeleton/lib/src/settings/settings_view.dart.tmpl", "repo_id": "flutter", "token_count": 638 }
797
// 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:file/src/interface/file_system_entity.dart'; import '../integration.shard/test_utils.dart'; import '../src/common.dart'...
flutter/packages/flutter_tools/test/android_preview_integration.shard/android_dependency_version_checking_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/android_preview_integration.shard/android_dependency_version_checking_test.dart", "repo_id": "flutter", "token_count": 2624 }
798
// 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:args/command_runner.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/artifacts.dart'; import 'package:flutter_to...
flutter/packages/flutter_tools/test/commands.shard/hermetic/build_web_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/commands.shard/hermetic/build_web_test.dart", "repo_id": "flutter", "token_count": 6037 }
799
// 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:convert'; import 'package:args/command_runner.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/sr...
flutter/packages/flutter_tools/test/commands.shard/hermetic/ios_analyze_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/commands.shard/hermetic/ios_analyze_test.dart", "repo_id": "flutter", "token_count": 1997 }
800
// 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:args/command_runner.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flu...
flutter/packages/flutter_tools/test/commands.shard/permeable/build_bundle_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/commands.shard/permeable/build_bundle_test.dart", "repo_id": "flutter", "token_count": 7979 }
801
// 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:convert'; import 'dart:typed_data'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/android/android...
flutter/packages/flutter_tools/test/general.shard/android/android_device_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/android/android_device_test.dart", "repo_id": "flutter", "token_count": 10520 }
802
// 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:file/memory.dart'; import 'package:flutter_tools/src/android/android_studio.dart'; import 'package:flutter_tools/src/android/java.dart'; im...
flutter/packages/flutter_tools/test/general.shard/android/java_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/android/java_test.dart", "repo_id": "flutter", "token_count": 5056 }
803
// 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:file/memory.dart'; import 'package:flutter_tools/src/artifacts.dart'; import 'package:flutter_tools/src/base/build.dart'; import 'package:f...
flutter/packages/flutter_tools/test/general.shard/base/build_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/base/build_test.dart", "repo_id": "flutter", "token_count": 8130 }
804
// 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' as io; import 'package:flutter_tools/src/base/io.dart'; import 'package:flutter_tools/src/base/logger.dart'; import ...
flutter/packages/flutter_tools/test/general.shard/base/signals_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/base/signals_test.dart", "repo_id": "flutter", "token_count": 2945 }
805
// 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:file/memory.dart'; import 'package:flutter_tools/src/artifacts.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'pac...
flutter/packages/flutter_tools/test/general.shard/build_system/targets/common_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/build_system/targets/common_test.dart", "repo_id": "flutter", "token_count": 10088 }
806
// 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:file/memory.dart'; import 'package:file_testing/file_testing.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'packa...
flutter/packages/flutter_tools/test/general.shard/cmake_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/cmake_test.dart", "repo_id": "flutter", "token_count": 8030 }
807
// 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:file/file.dart'; import 'package:file/memory.dart'; import 'package:file_testing/file_testing.dart'; import 'package:...
flutter/packages/flutter_tools/test/general.shard/custom_devices/custom_device_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/custom_devices/custom_device_test.dart", "repo_id": "flutter", "token_count": 8221 }
808
// 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:file/file.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/application_package.dart'; impo...
flutter/packages/flutter_tools/test/general.shard/drive/drive_service_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/drive/drive_service_test.dart", "repo_id": "flutter", "token_count": 7314 }
809
// 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:file/memory.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/fuchsia/fuchsia_pm.dart'; im...
flutter/packages/flutter_tools/test/general.shard/fuchsia/fuchsia_pm_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/fuchsia/fuchsia_pm_test.dart", "repo_id": "flutter", "token_count": 897 }
810
// 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:file/memory.dart'; import 'package:flutter_tools/src/artifacts.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'pac...
flutter/packages/flutter_tools/test/general.shard/ios/ios_device_project_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/ios/ios_device_project_test.dart", "repo_id": "flutter", "token_count": 1412 }
811