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/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Se...
flutter/packages/flutter/test/material/search_view_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/search_view_theme_test.dart", "repo_id": "flutter", "token_count": 4024 }
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: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/material/tabbed_scrollview_warp_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/tabbed_scrollview_warp_test.dart", "repo_id": "flutter", "token_count": 887 }
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 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('TextTheme copyWith apply, merge basics with...
flutter/packages/flutter/test/material/text_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/text_theme_test.dart", "repo_id": "flutter", "token_count": 4315 }
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 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/src/painting/_network_image_web.dart'; import 'pa...
flutter/packages/flutter/test/painting/_network_image_test_web.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/_network_image_test_web.dart", "repo_id": "flutter", "token_count": 1060 }
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. // 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/continuous_rectangle_border_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/continuous_rectangle_border_test.dart", "repo_id": "flutter", "token_count": 3552 }
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 'dart:async'; import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart'; import 'package:flutter_tes...
flutter/packages/flutter/test/painting/image_provider_and_image_cache_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/image_provider_and_image_cache_test.dart", "repo_id": "flutter", "token_count": 1414 }
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:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; ...
flutter/packages/flutter/test/painting/shader_warm_up_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/shader_warm_up_test.dart", "repo_id": "flutter", "token_count": 336 }
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. import 'package:flutter/foundation.dart'; import 'package:flutter/physics.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/physics/newton_test.dart/0
{ "file_path": "flutter/packages/flutter/test/physics/newton_test.dart", "repo_id": "flutter", "token_count": 4539 }
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 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; class RenderFixedSize extends R...
flutter/packages/flutter/test/rendering/dynamic_intrinsics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/dynamic_intrinsics_test.dart", "repo_id": "flutter", "token_count": 1424 }
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:ui' as ui; import 'dart:ui' show PointerChange; import 'package:flutter/gestures.dart'; import 'package:flutter/rendering.dart'; import 'pack...
flutter/packages/flutter/test/rendering/mouse_tracker_cursor_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/mouse_tracker_cursor_test.dart", "repo_id": "flutter", "token_count": 6709 }
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:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/positioned_box_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/positioned_box_test.dart", "repo_id": "flutter", "token_count": 1317 }
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:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/sliver_persistent_header_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/sliver_persistent_header_test.dart", "repo_id": "flutter", "token_count": 738 }
750
// 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/scheduler.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flu...
flutter/packages/flutter/test/scheduler/animation_test.dart/0
{ "file_path": "flutter/packages/flutter/test/scheduler/animation_test.dart", "repo_id": "flutter", "token_count": 576 }
751
// 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 'dart:ui' as ui; import 'package:flutter/material.dart'; import 'package:flutter/semantics.dart'; import 'package:flutter...
flutter/packages/flutter/test/semantics/semantics_update_test.dart/0
{ "file_path": "flutter/packages/flutter/test/semantics/semantics_update_test.dart", "repo_id": "flutter", "token_count": 3530 }
752
// 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/hardware_keyboard_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/hardware_keyboard_test.dart", "repo_id": "flutter", "token_count": 7542 }
753
// 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/services.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { // We need a separate test file for this test cas...
flutter/packages/flutter/test/services/set_method_call_handler_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/set_method_call_handler_test.dart", "repo_id": "flutter", "token_count": 343 }
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 'package:flutter/material.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/animated_cross_fade_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/animated_cross_fade_test.dart", "repo_id": "flutter", "token_count": 6991 }
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. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; class InvalidOnInitLifecycleWidget extends StatefulWidget { con...
flutter/packages/flutter/test/widgets/async_lifecycle_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/async_lifecycle_test.dart", "repo_id": "flutter", "token_count": 568 }
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/foundation.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'package...
flutter/packages/flutter/test/widgets/binding_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/binding_test.dart", "repo_id": "flutter", "token_count": 6145 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('Comparing coordinates', (WidgetTester...
flutter/packages/flutter/test/widgets/coordinates_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/coordinates_test.dart", "repo_id": "flutter", "token_count": 654 }
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'; import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_t...
flutter/packages/flutter/test/widgets/disposable_build_context_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/disposable_build_context_test.dart", "repo_id": "flutter", "token_count": 608 }
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/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidge...
flutter/packages/flutter/test/widgets/fitted_box_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/fitted_box_test.dart", "repo_id": "flutter", "token_count": 8925 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('Empty GridView', (WidgetTester tester...
flutter/packages/flutter/test/widgets/grid_view_layout_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/grid_view_layout_test.dart", "repo_id": "flutter", "token_count": 975 }
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. // 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/widgets/image_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/image_test.dart", "repo_id": "flutter", "token_count": 30497 }
762
// 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/sliver.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class Wrapper ...
flutter/packages/flutter/test/widgets/layout_builder_and_global_keys_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/layout_builder_and_global_keys_test.dart", "repo_id": "flutter", "token_count": 1164 }
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 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'test_widgets.dar...
flutter/packages/flutter/test/widgets/list_view_viewporting_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_view_viewporting_test.dart", "repo_id": "flutter", "token_count": 8395 }
764
// 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_test/flutter_test.dart'; class FakeView extends TestFlutterView { FakeView(FlutterView view, { this.viewId = ...
flutter/packages/flutter/test/widgets/multi_view_testing.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/multi_view_testing.dart", "repo_id": "flutter", "token_count": 332 }
765
// 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'; void main() { testWidge...
flutter/packages/flutter/test/widgets/overflow_box_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/overflow_box_test.dart", "repo_id": "flutter", "token_count": 2367 }
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. @TestOn('!chrome') library; import 'dart:async'; import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; impo...
flutter/packages/flutter/test/widgets/platform_view_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/platform_view_test.dart", "repo_id": "flutter", "token_count": 65720 }
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:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'restoration.dart'; void main() { group('UnmanagedRestor...
flutter/packages/flutter/test/widgets/restoration_scope_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/restoration_scope_test.dart", "repo_id": "flutter", "token_count": 5708 }
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 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/widgets/scroll_behavior_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scroll_behavior_test.dart", "repo_id": "flutter", "token_count": 7731 }
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 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class ScrollPositionListener extends StatefulWidget { const Scro...
flutter/packages/flutter/test/widgets/scrollable_of_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scrollable_of_test.dart", "repo_id": "flutter", "token_count": 2757 }
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: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_4_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_4_test.dart", "repo_id": "flutter", "token_count": 2436 }
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:collection'; import 'dart:math' as math; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flu...
flutter/packages/flutter/test/widgets/semantics_traversal_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_traversal_test.dart", "repo_id": "flutter", "token_count": 5225 }
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 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidge...
flutter/packages/flutter/test/widgets/sized_box_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/sized_box_test.dart", "repo_id": "flutter", "token_count": 2269 }
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 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void verifyPaintPosition(...
flutter/packages/flutter/test/widgets/slivers_appbar_scrolling_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/slivers_appbar_scrolling_test.dart", "repo_id": "flutter", "token_count": 5145 }
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. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class InnerWidget extends StatefulWidget { const InnerWidget({ s...
flutter/packages/flutter/test/widgets/stateful_components_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/stateful_components_test.dart", "repo_id": "flutter", "token_count": 812 }
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 'package:flutter/material.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/ticker_mode_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/ticker_mode_test.dart", "repo_id": "flutter", "token_count": 3656 }
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 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester....
flutter/packages/flutter/test/widgets/visibility_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/visibility_test.dart", "repo_id": "flutter", "token_count": 8031 }
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:flutter/gestures.dart'; void main() { // Change made in https://github.com/flutter/flutter/pull/28602 final PointerEnterEvent enterEve...
flutter/packages/flutter/test_fixes/gestures/gestures.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/gestures/gestures.dart.expect", "repo_id": "flutter", "token_count": 1210 }
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:flutter/material.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull/66482 ThemeData(textSelectionTheme: T...
flutter/packages/flutter/test_fixes/material/theme_data.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/material/theme_data.dart.expect", "repo_id": "flutter", "token_count": 6893 }
779
{ "tests": [ "animated_icons_private_test.dart.tmpl" ], "pubspec": "pubspec.yaml", "test_deps": [], "deps": [ "lib/src/material/animated_icons/animated_icons.dart", "lib/src/material/animated_icons/animated_icons_data.dart", "lib/src/material/animated_icons/data/add_event.g.dart", "lib/src...
flutter/packages/flutter/test_private/test/animated_icons_private_test.json/0
{ "file_path": "flutter/packages/flutter/test_private/test/animated_icons_private_test.json", "repo_id": "flutter", "token_count": 498 }
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. /// Provides API to test Flutter applications that run on real /// devices and emulators. /// /// The application runs in a separate process from the test ...
flutter/packages/flutter_driver/lib/flutter_driver.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/flutter_driver.dart", "repo_id": "flutter", "token_count": 408 }
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 'message.dart'; /// A Flutter Driver command that enables or disables semantics. class SetSemantics extends Command { /// Creates a command that ...
flutter/packages/flutter_driver/lib/src/common/semantics.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/semantics.dart", "repo_id": "flutter", "token_count": 425 }
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:convert' show JsonEncoder, json; import 'dart:math' as math; import 'package:file/file.dart'; import 'package:path/path.dart' as path; impor...
flutter/packages/flutter_driver/lib/src/driver/timeline_summary.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/timeline_summary.dart", "repo_id": "flutter", "token_count": 8468 }
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 'package:flutter_driver/flutter_driver.dart'; import '../../common.dart'; void main() { test('RequestData does not insert "null" string when no ...
flutter/packages/flutter_driver/test/src/real_tests/request_data_test.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/request_data_test.dart", "repo_id": "flutter", "token_count": 143 }
784
## Directory contents The Dart files and golden master `.expect` files in this directory are used to test the [`dart fix` framework](https://dart.dev/tools/dart-fix) refactorings used by the Flutter framework. See the flutter/packages/flutter_driver/lib/fix_data directory for the current package:flutter data-driven f...
flutter/packages/flutter_driver/test_fixes/README.md/0
{ "file_path": "flutter/packages/flutter_driver/test_fixes/README.md", "repo_id": "flutter", "token_count": 373 }
785
{ "datePickerHourSemanticsLabelOne": "$hour ሰዓት", "datePickerHourSemanticsLabelOther": "$hour ሰዓት", "datePickerMinuteSemanticsLabelOne": "1 ደቂቃ", "datePickerMinuteSemanticsLabelOther": "$minute ደቂቃዎች", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviatio...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb", "repo_id": "flutter", "token_count": 678 }
786
{ "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePicke...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb", "repo_id": "flutter", "token_count": 399 }
787
{ "datePickerHourSemanticsLabelOne": "klo $hour", "datePickerHourSemanticsLabelOther": "klo $hour", "datePickerMinuteSemanticsLabelOne": "1 minuutti", "datePickerMinuteSemanticsLabelOther": "$minute minuuttia", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAb...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb", "repo_id": "flutter", "token_count": 454 }
788
{ "datePickerHourSemanticsLabelOne": "$hour საათი", "datePickerHourSemanticsLabelOther": "$hour საათი", "datePickerMinuteSemanticsLabelOne": "1 წუთი", "datePickerMinuteSemanticsLabelOther": "$minute წუთი", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_dayPeriod_time", "anteMeridiemAbbrevi...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb", "repo_id": "flutter", "token_count": 865 }
789
{ "datePickerHourSemanticsLabelOne": "$hour बजे", "datePickerHourSemanticsLabelOther": "$hour बजे", "datePickerMinuteSemanticsLabelOne": "१ मिनेट", "datePickerMinuteSemanticsLabelOther": "$minute मिनेट", "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviat...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb", "repo_id": "flutter", "token_count": 849 }
790
{ "datePickerHourSemanticsLabelOne": "Klockan $hour", "datePickerHourSemanticsLabelOther": "Klockan $hour", "datePickerMinuteSemanticsLabelOne": "1 minut", "datePickerMinuteSemanticsLabelOther": "$minute minuter", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridie...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb", "repo_id": "flutter", "token_count": 440 }
791
// 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 has been automatically generated. Please do not edit it manually. // To regenerate run (omit --overwrite to print to console instead of the fi...
flutter/packages/flutter_localizations/lib/src/l10n/generated_date_localizations.dart/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/generated_date_localizations.dart", "repo_id": "flutter", "token_count": 282219 }
792
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schließen", "deleteButtonTooltip": "Löschen", "nextMonthTooltip": "Nächster Monat", "previousMonthTooltip": "Vorheriger Monat", "nextP...
flutter/packages/flutter_localizations/lib/src/l10n/material_de.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_de.arb", "repo_id": "flutter", "token_count": 2398 }
793
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH.mm", "openAppDrawerTooltip": "Buka menu navigasi", "backButtonTooltip": "Kembali", "closeButtonTooltip": "Tutup", "deleteButtonTooltip": "Hapus", "nextMonthTooltip": "Bulan berikutnya", "previousMonthTooltip": "Bulan sebelumnya", "nextPageTool...
flutter/packages/flutter_localizations/lib/src/l10n/material_id.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_id.arb", "repo_id": "flutter", "token_count": 2239 }
794
{ "scriptCategory": "dense", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "नेव्हिगेशन मेनू उघडा", "backButtonTooltip": "मागे", "closeButtonTooltip": "बंद करा", "deleteButtonTooltip": "हटवा", "nextMonthTooltip": "पुढील महिना", "previousMonthTooltip": "मागील महिना", "nextPageTooltip": "पुढील पेज...
flutter/packages/flutter_localizations/lib/src/l10n/material_mr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_mr.arb", "repo_id": "flutter", "token_count": 3884 }
795
{ "licensesPackageDetailTextFew": "$licenseCount licencie", "licensesPackageDetailTextMany": "$licenseCount licenses", "remainingTextFieldCharacterCountFew": "Zostávajú $remainingCount znaky", "remainingTextFieldCharacterCountMany": "$remainingCount characters remaining", "scriptCategory": "English-like", "...
flutter/packages/flutter_localizations/lib/src/l10n/material_sk.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_sk.arb", "repo_id": "flutter", "token_count": 2658 }
796
{ "scriptCategory": "dense", "timeOfDayFormat": "ah:mm", "selectedRowCountTitleOne": "已选择 1 项内容", "openAppDrawerTooltip": "打开导航菜单", "backButtonTooltip": "返回", "nextPageTooltip": "下一页", "previousPageTooltip": "上一页", "firstPageTooltip": "第一页", "lastPageTooltip": "最后一页", "showMenuTooltip": "显示菜单", "a...
flutter/packages/flutter_localizations/lib/src/l10n/material_zh.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_zh.arb", "repo_id": "flutter", "token_count": 2802 }
797
{ "reorderItemToStart": "Flyt til først på listen", "reorderItemToEnd": "Flyt til sidst på listen", "reorderItemUp": "Flyt op", "reorderItemDown": "Flyt ned", "reorderItemLeft": "Flyt til venstre", "reorderItemRight": "Flyt til højre" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_da.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_da.arb", "repo_id": "flutter", "token_count": 103 }
798
{ "reorderItemToStart": "Տեղափոխել սկիզբ", "reorderItemToEnd": "Տեղափոխել վերջ", "reorderItemUp": "Տեղափոխել վերև", "reorderItemDown": "Տեղափոխել ներքև", "reorderItemLeft": "Տեղափոխել ձախ", "reorderItemRight": "Տեղափոխել աջ" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_hy.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_hy.arb", "repo_id": "flutter", "token_count": 226 }
799
{ "reorderItemToStart": "Эхлэл рүү зөөх", "reorderItemToEnd": "Төгсгөл рүү зөөх", "reorderItemUp": "Дээш зөөх", "reorderItemDown": "Доош зөөх", "reorderItemLeft": "Зүүн тийш зөөх", "reorderItemRight": "Баруун тийш зөөх" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_mn.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_mn.arb", "repo_id": "flutter", "token_count": 188 }
800
{ "reorderItemToStart": "ආරම්භය වෙත යන්න", "reorderItemToEnd": "අවසානයට යන්න", "reorderItemUp": "ඉහළට ගෙන යන්න", "reorderItemDown": "පහළට ගෙන යන්න", "reorderItemLeft": "වමට ගෙන යන්න", "reorderItemRight": "දකුණට ගෙන යන්න" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_si.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_si.arb", "repo_id": "flutter", "token_count": 280 }
801
{ "reorderItemToStart": "Di chuyển lên đầu danh sách", "reorderItemToEnd": "Di chuyển xuống cuối danh sách", "reorderItemUp": "Di chuyển lên", "reorderItemDown": "Di chuyển xuống", "reorderItemLeft": "Di chuyển sang trái", "reorderItemRight": "Di chuyển sang phải" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_vi.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_vi.arb", "repo_id": "flutter", "token_count": 157 }
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 'dart:convert'; import 'dart:io'; import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import...
flutter/packages/flutter_localizations/test/material/translations_test.dart/0
{ "file_path": "flutter/packages/flutter_localizations/test/material/translations_test.dart", "repo_id": "flutter", "token_count": 10732 }
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. /// Testing library for flutter, built on top of `package:test`. /// /// ## Test Configuration /// /// The testing library exposes a few constructs by whic...
flutter/packages/flutter_test/lib/flutter_test.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/flutter_test.dart", "repo_id": "flutter", "token_count": 1045 }
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:typed_data'; import 'dart:ui' as ui; import 'test_async_utils.dart'; final Map<int, ui.Image> _cache = <int, ui.Image>{...
flutter/packages/flutter_test/lib/src/image.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/image.dart", "repo_id": "flutter", "token_count": 640 }
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:flutter/scheduler.dart'; /// A [TickerProvider] that creates a standalone ticker. /// /// Useful in tests that create an [AnimationControl...
flutter/packages/flutter_test/lib/src/test_vsync.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/test_vsync.dart", "repo_id": "flutter", "token_count": 157 }
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. // 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_test/test/bindings_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/bindings_test.dart", "repo_id": "flutter", "token_count": 1309 }
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 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; class MyPainter extends CustomPainter { const MyPainter({ r...
flutter/packages/flutter_test/test/mock_canvas_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/mock_canvas_test.dart", "repo_id": "flutter", "token_count": 3059 }
808
include: ../analysis_options.yaml linter: rules: avoid_print: false # These are CLI tools which print as a matter of course.
flutter/packages/flutter_tools/bin/analysis_options.yaml/0
{ "file_path": "flutter/packages/flutter_tools/bin/analysis_options.yaml", "repo_id": "flutter", "token_count": 42 }
809
// This script is used to initialize the build in a module or plugin project. // During this phase, the script applies the Maven plugin and configures the // destination of the local repository. // The local repository will contain the AAR and POM files. import java.nio.file.Paths import org.gradle.api.Project import ...
flutter/packages/flutter_tools/gradle/aar_init_script.gradle/0
{ "file_path": "flutter/packages/flutter_tools/gradle/aar_init_script.gradle", "repo_id": "flutter", "token_count": 2112 }
810
flutter
flutter/packages/flutter_tools/ide_templates/intellij/.idea/.name.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/.name.copy.tmpl", "repo_id": "flutter", "token_count": 2 }
811
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="layers - hello_world" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/examples/layers/widgets/hello_world.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/layers___hello_world.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/layers___hello_world.xml.copy.tmpl", "repo_id": "flutter", "token_count": 95 }
812
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="manual_tests - raw_keyboard" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/dev/manual_tests/lib/raw_keyboard.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___raw_keyboard.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___raw_keyboard.xml.copy.tmpl", "repo_id": "flutter", "token_count": 99 }
813
<?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$/android"> <sourceFolder url="file://$MODULE_DIR$/android/app/src/main/java" isTestSource="false" /> ...
flutter/packages/flutter_tools/ide_templates/intellij/examples/hello_world/android.iml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/examples/hello_world/android.iml.copy.tmpl", "repo_id": "flutter", "token_count": 205 }
814
// 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 'runner.dart' as runner; import 'src/artifacts.dart'; import 'src/base/context.dart'; import 'src/base/io.dart'; import 'src/base/logger.dart'; impo...
flutter/packages/flutter_tools/lib/executable.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/executable.dart", "repo_id": "flutter", "token_count": 3953 }
815
// 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:xml/xml.dart'; import 'package:yaml/yaml.dart'; import '../base/deferred_component.dart'; import '../base/error_handling_io.dart'; import ...
flutter/packages/flutter_tools/lib/src/android/deferred_components_gen_snapshot_validator.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/deferred_components_gen_snapshot_validator.dart", "repo_id": "flutter", "token_count": 5243 }
816
// 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 '../artifacts.dart'; import '../build_info.dart'; import '../macos/xcode.dart'; import 'file_system.dart'; ...
flutter/packages/flutter_tools/lib/src/base/build.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/build.dart", "repo_id": "flutter", "token_count": 4398 }
817
// 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:process/process.dart'; import '../convert.dart'; import '../globals.dart' as global...
flutter/packages/flutter_tools/lib/src/base/process.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/process.dart", "repo_id": "flutter", "token_count": 7941 }
818
// 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:collection'; import 'dart:typed_data'; import 'package:crypto/crypto.dart'; import '../base/file_system.dart'; import '../base/logger.dart';...
flutter/packages/flutter_tools/lib/src/build_system/file_store.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/file_store.dart", "repo_id": "flutter", "token_count": 2766 }
819
// 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 '../../artifacts.dart'; import '../../base/file_system.dart'; import '../../build_info.dart'; import '../build_system.dart'; import '../depfile.dart...
flutter/packages/flutter_tools/lib/src/build_system/targets/windows.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/targets/windows.dart", "repo_id": "flutter", "token_count": 2346 }
820
// 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 '../android/android_sdk.dart'; import '../artifacts.dart'; import '../base/file_system.dart'; import '../base/logg...
flutter/packages/flutter_tools/lib/src/commands/build.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/build.dart", "repo_id": "flutter", "token_count": 1513 }
821
// 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:unified_analytics/unified_analytics.dart'; import '../android/gradle_utils.dart' as gradle; import '../ba...
flutter/packages/flutter_tools/lib/src/commands/create.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/create.dart", "repo_id": "flutter", "token_count": 14409 }
822
// 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 '../runner/flutter_command.dart'; class MakeHostAppEditableCommand extends FlutterCommand { MakeHostAppEditableCommand() { requiresPubspecYam...
flutter/packages/flutter_tools/lib/src/commands/make_host_app_editable.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/make_host_app_editable.dart", "repo_id": "flutter", "token_count": 319 }
823
// 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 '../doctor_validator.dart'; import '../features.dart'; /// The custom-devices-specific implementation of a [Workf...
flutter/packages/flutter_tools/lib/src/custom_devices/custom_device_workflow.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/custom_devices/custom_device_workflow.dart", "repo_id": "flutter", "token_count": 279 }
824
// 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 DapServer; import '../base/file_system.dart'; import '../base/platform.dart'; import '../debug_ad...
flutter/packages/flutter_tools/lib/src/debug_adapters/server.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/debug_adapters/server.dart", "repo_id": "flutter", "token_count": 804 }
825
// 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:pub_semver/pub_semver.dart'; import 'package:yaml/yaml.dart'; import 'base/deferred_component.dart'; impo...
flutter/packages/flutter_tools/lib/src/flutter_manifest.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/flutter_manifest.dart", "repo_id": "flutter", "token_count": 12024 }
826
// 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/config.dart'; import '../base/io.dart'; import ...
flutter/packages/flutter_tools/lib/src/ios/code_signing.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/code_signing.dart", "repo_id": "flutter", "token_count": 3806 }
827
// 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:math' as math; import 'package:meta/meta.dart'; import 'package:process/process.dart'; import '../application_package.d...
flutter/packages/flutter_tools/lib/src/ios/simulators.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/simulators.dart", "repo_id": "flutter", "token_count": 12461 }
828
// 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/windows/native_assets.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/isolated/native_assets/windows/native_assets.dart", "repo_id": "flutter", "token_count": 900 }
829
// 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/fingerprint.dart'; import '../build_info.dart'; import '../cache.dart'; import '../flutter_plugins.dart'; import '../globals.dart' as globa...
flutter/packages/flutter_tools/lib/src/macos/cocoapod_utils.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/macos/cocoapod_utils.dart", "repo_id": "flutter", "token_count": 608 }
830
// 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 '../base/version.dart'; import '../ios/xcodeproj.dart'; import '../xcode_...
flutter/packages/flutter_tools/lib/src/migrations/cocoapods_toolchain_directory_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/migrations/cocoapods_toolchain_directory_migration.dart", "repo_id": "flutter", "token_count": 798 }
831
// 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:math'; import 'dart:typed_data'; import 'package:crypto/crypto.dart'; import 'package:meta/meta.dart'; import '../base/...
flutter/packages/flutter_tools/lib/src/proxied_devices/file_transfer.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/proxied_devices/file_transfer.dart", "repo_id": "flutter", "token_count": 5448 }
832
// 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/args.dart'; import 'package:args/command_runner.dart'; import 'package:file/file.dart'; import 'package:meta/meta.dart'; import 'packa...
flutter/packages/flutter_tools/lib/src/runner/flutter_command.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/runner/flutter_command.dart", "repo_id": "flutter", "token_count": 27957 }
833
// 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/logger.dart'; /// The name of the test configuration file that will be discovered by the /// test harne...
flutter/packages/flutter_tools/lib/src/test/test_config.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/test/test_config.dart", "repo_id": "flutter", "token_count": 427 }
834
// 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 '../build_info.dart' show BuildMode; import '../convert.dart'; import 'compile.dart'; enum CompileTarget { js, wasm, } sealed class WebCompile...
flutter/packages/flutter_tools/lib/src/web/compiler_config.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/web/compiler_config.dart", "repo_id": "flutter", "token_count": 1706 }
835
// 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. /// Creates a new string with the first occurrence of [before] replaced by /// [after]. /// /// If the [originalContents] uses CRLF line endings, the [befo...
flutter/packages/flutter_tools/lib/src/windows/migrations/utils.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/windows/migrations/utils.dart", "repo_id": "flutter", "token_count": 306 }
836
// This is a basic Flutter integration test. {{#withPlatformChannelPluginHook}} // // Since integration tests run in a full Flutter application, they can interact // with the host side of a plugin implementation, unlike Dart unit tests. {{/withPlatformChannelPluginHook}} // // For more information about Flutter integra...
flutter/packages/flutter_tools/templates/app_integration_test/integration_test/plugin_integration_test.dart.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_integration_test/integration_test/plugin_integration_test.dart.tmpl", "repo_id": "flutter", "token_count": 332 }
837
def flutterPluginVersion = "managed" apply plugin: "com.android.application" android { // Conditional for compatibility with AGP <4.2. if (project.android.hasProperty("namespace")) { namespace = "{{androidIdentifier}}.host" } compileSdk = {{compileSdkVersion}} compileOptions { so...
flutter/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl", "repo_id": "flutter", "token_count": 500 }
838