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:math' as math; import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/re...
flutter/packages/flutter/test/material/list_tile_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/list_tile_test.dart", "repo_id": "flutter", "token_count": 70883 }
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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/material/navigation_bar_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/navigation_bar_theme_test.dart", "repo_id": "flutter", "token_count": 5637 }
721
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering....
flutter/packages/flutter/test/material/radio_list_tile_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/radio_list_tile_test.dart", "repo_id": "flutter", "token_count": 20875 }
722
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('...
flutter/packages/flutter/test/material/segmented_button_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/segmented_button_theme_test.dart", "repo_id": "flutter", "token_count": 8065 }
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'; // This returns render p...
flutter/packages/flutter/test/material/tabs_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/material/tabs_utils.dart", "repo_id": "flutter", "token_count": 1894 }
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/material.dart'; import 'package:flutter_test/flutter_test.dart'; const Duration defaultButtonDuration = Duration(milliseconds: 200...
flutter/packages/flutter/test/material/theme_defaults_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/theme_defaults_test.dart", "repo_id": "flutter", "token_count": 2165 }
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 'dart:js_interop'; import 'package:web/web.dart' as web; /// Defines a new property on an Object. @JS('Object.defineProperty') external void objec...
flutter/packages/flutter/test/painting/_test_http_request.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/_test_http_request.dart", "repo_id": "flutter", "token_count": 838 }
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 'dart:async'; import 'dart:ui' as ui show ColorFilter, Image; import 'package:fake_async/fake_async.dart'; import 'package:flutter/foundation.dart'...
flutter/packages/flutter/test/painting/decoration_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/decoration_test.dart", "repo_id": "flutter", "token_count": 10570 }
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:async'; import 'dart:typed_data'; import 'dart:ui' as ui; import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.d...
flutter/packages/flutter/test/painting/image_provider_resize_image_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/image_provider_resize_image_test.dart", "repo_id": "flutter", "token_count": 8019 }
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 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart';...
flutter/packages/flutter/test/painting/shape_decoration_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/shape_decoration_test.dart", "repo_id": "flutter", "token_count": 2757 }
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/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flu...
flutter/packages/flutter/test/rendering/editable_intrinsics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/editable_intrinsics_test.dart", "repo_id": "flutter", "token_count": 1879 }
730
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/rendering.dart'; import ...
flutter/packages/flutter/test/rendering/mouse_tracker_test_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/mouse_tracker_test_utils.dart", "repo_id": "flutter", "token_count": 1170 }
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/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Re...
flutter/packages/flutter/test/rendering/proxy_getters_and_setters_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/proxy_getters_and_setters_test.dart", "repo_id": "flutter", "token_count": 998 }
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/animation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_teste...
flutter/packages/flutter/test/rendering/slivers_block_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/slivers_block_test.dart", "repo_id": "flutter", "token_count": 4243 }
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 'package:flutter/scheduler.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { WidgetsFl...
flutter/packages/flutter/test/scheduler/binding_test.dart/0
{ "file_path": "flutter/packages/flutter/test/scheduler/binding_test.dart", "repo_id": "flutter", "token_count": 585 }
734
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert'; import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart'; import 'package:flutter/services.dart'; import 'p...
flutter/packages/flutter/test/services/asset_bundle_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/asset_bundle_test.dart", "repo_id": "flutter", "token_count": 3390 }
735
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('The Web physical key mapping do not have en...
flutter/packages/flutter/test/services/keyboard_maps_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/keyboard_maps_test.dart", "repo_id": "flutter", "token_count": 211 }
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/foundation.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { TestWid...
flutter/packages/flutter/test/services/system_navigator_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/system_navigator_test.dart", "repo_id": "flutter", "token_count": 780 }
737
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void ...
flutter/packages/flutter/test/widgets/animated_image_filtered_repaint_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/animated_image_filtered_repaint_test.dart", "repo_id": "flutter", "token_count": 543 }
738
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; class User { const User...
flutter/packages/flutter/test/widgets/autocomplete_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/autocomplete_test.dart", "repo_id": "flutter", "token_count": 21048 }
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/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidge...
flutter/packages/flutter/test/widgets/box_sliver_mismatch_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/box_sliver_mismatch_test.dart", "repo_id": "flutter", "token_count": 745 }
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/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class TestCustomPainter e...
flutter/packages/flutter/test/widgets/custom_paint_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/custom_paint_test.dart", "repo_id": "flutter", "token_count": 2388 }
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_test/flutter_test.dart'; import 'package:leak_tra...
flutter/packages/flutter/test/widgets/draggable_scrollable_sheet_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/draggable_scrollable_sheet_test.dart", "repo_id": "flutter", "token_count": 26264 }
742
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class TestFlowDelegate ex...
flutter/packages/flutter/test/widgets/flow_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/flow_test.dart", "repo_id": "flutter", "token_count": 2625 }
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:ui' as ui; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import ...
flutter/packages/flutter/test/widgets/heroes_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/heroes_test.dart", "repo_id": "flutter", "token_count": 46900 }
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 '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/implicit_semantics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/implicit_semantics_test.dart", "repo_id": "flutter", "token_count": 3736 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'test_widgets.dart'; class StatefulWrapper extends Statefu...
flutter/packages/flutter/test/widgets/layout_builder_and_state_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/layout_builder_and_state_test.dart", "repo_id": "flutter", "token_count": 749 }
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. // 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/list_wheel_scroll_view_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_wheel_scroll_view_test.dart", "repo_id": "flutter", "token_count": 30508 }
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 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'test_widgets.dart...
flutter/packages/flutter/test/widgets/multichild_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/multichild_test.dart", "repo_id": "flutter", "token_count": 4592 }
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/foundation.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_trac...
flutter/packages/flutter/test/widgets/overlay_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/overlay_test.dart", "repo_id": "flutter", "token_count": 24460 }
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 'dart:async'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; voi...
flutter/packages/flutter/test/widgets/positioned_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/positioned_test.dart", "repo_id": "flutter", "token_count": 1899 }
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/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/widgets/rich_text_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/rich_text_test.dart", "repo_id": "flutter", "token_count": 3613 }
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:async'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; Widget _buildScroller({ required List<String...
flutter/packages/flutter/test/widgets/scroll_events_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scroll_events_test.dart", "repo_id": "flutter", "token_count": 3276 }
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/material.dart'; import 'package:flutter/rendering.dart'; import ...
flutter/packages/flutter/test/widgets/scrollable_selection_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scrollable_selection_test.dart", "repo_id": "flutter", "token_count": 19240 }
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/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.d...
flutter/packages/flutter/test/widgets/semantics_6_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_6_test.dart", "repo_id": "flutter", "token_count": 844 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class Inside extends StatefulWidget { const Inside({ super.key }...
flutter/packages/flutter/test/widgets/set_state_1_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/set_state_1_test.dart", "repo_id": "flutter", "token_count": 591 }
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/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; const double VIEWPORT_HE...
flutter/packages/flutter/test/widgets/sliver_constrained_cross_axis_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/sliver_constrained_cross_axis_test.dart", "repo_id": "flutter", "token_count": 1214 }
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 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; int globalGeneration = 0;...
flutter/packages/flutter/test/widgets/slivers_block_global_key_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/slivers_block_global_key_test.dart", "repo_id": "flutter", "token_count": 2150 }
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'; class TestStatusTransitionWidget extends StatusTransitionWidget { ...
flutter/packages/flutter/test/widgets/status_transitions_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/status_transitions_test.dart", "repo_id": "flutter", "token_count": 896 }
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/services.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidget...
flutter/packages/flutter/test/widgets/title_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/title_test.dart", "repo_id": "flutter", "token_count": 627 }
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. // reduced-test-set: // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) @TestO...
flutter/packages/flutter/test/widgets/widget_inspector_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/widget_inspector_test.dart", "repo_id": "flutter", "token_count": 94913 }
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/material.dart'; import 'package:flutter/services.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull...
flutter/packages/flutter/test_fixes/material/app_bar.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/material/app_bar.dart.expect", "repo_id": "flutter", "token_count": 301 }
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/material.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull/142151 WidgetState selected = WidgetS...
flutter/packages/flutter/test_fixes/material/widget_state.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/material/widget_state.dart.expect", "repo_id": "flutter", "token_count": 1258 }
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 'enum_util.dart'; import 'find.dart'; import 'message.dart'; /// [DiagnosticsNode] tree types that can be requested by [GetDiagnosticsTree]. enum D...
flutter/packages/flutter_driver/lib/src/common/diagnostics_tree.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/diagnostics_tree.dart", "repo_id": "flutter", "token_count": 784 }
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 'enum_util.dart'; import 'message.dart'; EnumIndex<TextInputAction> _textInputActionIndex = EnumIndex<TextInputAction>(TextInputAction.values);...
flutter/packages/flutter_driver/lib/src/common/text_input_action.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/text_input_action.dart", "repo_id": "flutter", "token_count": 2205 }
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 'percentile_utils.dart'; import 'timeline.dart'; const String _kPlatformVsyncEvent = 'VSYNC'; const String _kUIThreadVsyncProcessEvent = 'VsyncProc...
flutter/packages/flutter_driver/lib/src/driver/vsync_frame_lag_summarizer.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/vsync_frame_lag_summarizer.dart", "repo_id": "flutter", "token_count": 975 }
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_driver/driver_extension.dart'; import 'package:flutter_driver/flutter_driver.dart'; import 'package:flutter_test/flutter_test.dart'...
flutter/packages/flutter_driver/test/src/real_tests/stubs/stub_command_extension.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/stubs/stub_command_extension.dart", "repo_id": "flutter", "token_count": 604 }
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 'package:flutter_driver/flutter_driver.dart'; void main() async { // Changes made in https://github.com/flutter/flutter/pull/82939 final Flutte...
flutter/packages/flutter_driver/test_fixes/flutter_driver/flutter_driver.dart/0
{ "file_path": "flutter/packages/flutter_driver/test_fixes/flutter_driver/flutter_driver.dart", "repo_id": "flutter", "token_count": 215 }
767
{ "datePickerHourSemanticsLabelOne": "$hour বাজিছে", "datePickerHourSemanticsLabelOther": "$hour বাজিছে", "datePickerMinuteSemanticsLabelOne": "১মিনিট", "datePickerMinuteSemanticsLabelOther": "$minuteমিনিট", "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbre...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb", "repo_id": "flutter", "token_count": 939 }
768
{ "timerPickerSecondLabelOne": "s", "datePickerHourSemanticsLabelOne": "$hour heure", "datePickerHourSemanticsLabelOther": "$hour heures", "datePickerMinuteSemanticsLabelOne": "1 minute", "datePickerMinuteSemanticsLabelOther": "$minute minutes", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "da...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb", "repo_id": "flutter", "token_count": 438 }
769
{ "datePickerHourSemanticsLabelOne": "ម៉ោង $hour", "datePickerHourSemanticsLabelOther": "ម៉ោង $hour", "datePickerMinuteSemanticsLabelOne": "1 នាទី", "datePickerMinuteSemanticsLabelOther": "$minute នាទី", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviat...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb", "repo_id": "flutter", "token_count": 892 }
770
{ "datePickerHourSemanticsLabelOne": "$hour மணி", "datePickerHourSemanticsLabelOther": "$hour மணி", "datePickerMinuteSemanticsLabelOne": "1 நிமிடம்", "datePickerMinuteSemanticsLabelOther": "$minute நிமிடங்கள்", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAb...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb", "repo_id": "flutter", "token_count": 942 }
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. // This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use: // dart dev/tools/localization/bin/gen_local...
flutter/packages/flutter_localizations/lib/src/l10n/generated_widgets_localizations.dart/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/generated_widgets_localizations.dart", "repo_id": "flutter", "token_count": 32777 }
772
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Άνοιγμα μενού πλοήγησης", "backButtonTooltip": "Πίσω", "closeButtonTooltip": "Κλείσιμο", "deleteButtonTooltip": "Διαγραφή", "nextMonthTooltip": "Επόμενος μήνας", "previousMonthTooltip": "Προηγούμενος μήνας", "next...
flutter/packages/flutter_localizations/lib/src/l10n/material_el.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_el.arb", "repo_id": "flutter", "token_count": 3611 }
773
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Ireki nabigazio-menua", "backButtonTooltip": "Atzera", "closeButtonTooltip": "Itxi", "deleteButtonTooltip": "Ezabatu", "nextMonthTooltip": "Hurrengo hilabetea", "previousMonthTooltip": "Aurreko hilabetea", "nextPag...
flutter/packages/flutter_localizations/lib/src/l10n/material_eu.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_eu.arb", "repo_id": "flutter", "token_count": 2523 }
774
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleOne": "1 elemento selezionato", "openAppDrawerTooltip": "Apri il menu di navigazione", "backButtonTooltip": "Indietro", "closeButtonTooltip": "Chiudi", "deleteButtonTooltip": "Elimina", "nextMonthTooltip": "Mese succes...
flutter/packages/flutter_localizations/lib/src/l10n/material_it.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_it.arb", "repo_id": "flutter", "token_count": 2250 }
775
{ "scriptCategory": "tall", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "လမ်းညွှန်မီနူးကို ဖွင့်ရန်", "backButtonTooltip": "နောက်သို့", "closeButtonTooltip": "ပိတ်ရန်", "deleteButtonTooltip": "ဖျက်ရန်", "nextMonthTooltip": "နောက်လ", "previousMonthTooltip": "ယခင်လ", "nextPageTooltip": "နောက်စာမျ...
flutter/packages/flutter_localizations/lib/src/l10n/material_my.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_my.arb", "repo_id": "flutter", "token_count": 6440 }
776
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Hap menynë e navigimit", "backButtonTooltip": "Prapa", "closeButtonTooltip": "Mbyll", "deleteButtonTooltip": "Fshi", "nextMonthTooltip": "Muaji i ardhshëm", "previousMonthTooltip": "Muaji i mëparshëm", "nextPageToo...
flutter/packages/flutter_localizations/lib/src/l10n/material_sq.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_sq.arb", "repo_id": "flutter", "token_count": 2376 }
777
{ "lookUpButtonLabel": "查詢", "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "scanTextButtonLabel": "掃描文字", "menuDismissLabel": "關閉選單", "expansionTileExpandedHint": "輕觸兩下即可收合", "expansionTileCollapsedHint": "輕觸兩下即可展開", "expansionTileExpandedTapHint": "收合", "expansionTileCollapsedTapHint": "展開...
flutter/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb", "repo_id": "flutter", "token_count": 2798 }
778
{ "reorderItemToStart": "Teisalda algusesse", "reorderItemToEnd": "Teisalda lõppu", "reorderItemUp": "Teisalda üles", "reorderItemDown": "Teisalda alla", "reorderItemLeft": "Teisalda vasakule", "reorderItemRight": "Teisalda paremale" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_et.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_et.arb", "repo_id": "flutter", "token_count": 110 }
779
{ "reorderItemToStart": "Færa fremst", "reorderItemToEnd": "Færa aftast", "reorderItemUp": "Færa upp", "reorderItemDown": "Færa niður", "reorderItemLeft": "Færa til vinstri", "reorderItemRight": "Færa til hægri" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_is.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_is.arb", "repo_id": "flutter", "token_count": 103 }
780
{ "reorderItemToStart": "Alih ke permulaan", "reorderItemToEnd": "Alih ke penghujung", "reorderItemUp": "Alih ke atas", "reorderItemDown": "Alih ke bawah", "reorderItemLeft": "Alih ke kiri", "reorderItemRight": "Alih ke kanan" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_ms.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_ms.arb", "repo_id": "flutter", "token_count": 100 }
781
{ "reorderItemToStart": "Premakni na začetek", "reorderItemToEnd": "Premakni na konec", "reorderItemUp": "Premakni navzgor", "reorderItemDown": "Premakni navzdol", "reorderItemLeft": "Premakni levo", "reorderItemRight": "Premakni desno" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_sl.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_sl.arb", "repo_id": "flutter", "token_count": 105 }
782
{ "reorderItemToStart": "移到開頭", "reorderItemToEnd": "移到最後", "reorderItemUp": "向上移", "reorderItemDown": "向下移", "reorderItemLeft": "向左移", "reorderItemRight": "向右移" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_zh_HK.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_zh_HK.arb", "repo_id": "flutter", "token_count": 112 }
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. // Encodes ARB file resource values with Unicode escapes. void encodeBundleTranslations(Map<String, dynamic> bundle) { for (final String key in bundle.ke...
flutter/packages/flutter_localizations/test/test_utils.dart/0
{ "file_path": "flutter/packages/flutter_localizations/test/test_utils.dart", "repo_id": "flutter", "token_count": 390 }
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 'package:flutter/widgets.dart'; import 'binding.dart'; /// Ensure the appropriate test binding is initialized. TestWidgetsFlutterBinding ensureIni...
flutter/packages/flutter_test/lib/src/_binding_web.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/_binding_web.dart", "repo_id": "flutter", "token_count": 168 }
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 'dart:ui' as ui show Image, Paragraph; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'package:matcher/exp...
flutter/packages/flutter_test/lib/src/mock_canvas.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/mock_canvas.dart", "repo_id": "flutter", "token_count": 21097 }
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:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material...
flutter/packages/flutter_test/lib/src/widget_tester.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/widget_tester.dart", "repo_id": "flutter", "token_count": 15446 }
787
// 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:collection/collection.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/render...
flutter/packages/flutter_test/test/controller_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/controller_test.dart", "repo_id": "flutter", "token_count": 29380 }
788
// 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 'multi_view_testin...
flutter/packages/flutter_test/test/multi_view_controller_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/multi_view_controller_test.dart", "repo_id": "flutter", "token_count": 3277 }
789
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('test', (WidgetTester tester) async {...
flutter/packages/flutter_test/test_fixes/flutter_test/animation_sheet_builder.dart/0
{ "file_path": "flutter/packages/flutter_test/test_fixes/flutter_test/animation_sheet_builder.dart", "repo_id": "flutter", "token_count": 286 }
790
// 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:flutter_tools/src/asset.dart' hide defaultManifestPath; import 'package:flutter_tools/src/base/common.dart...
flutter/packages/flutter_tools/bin/fuchsia_asset_builder.dart/0
{ "file_path": "flutter/packages/flutter_tools/bin/fuchsia_asset_builder.dart", "repo_id": "flutter", "token_count": 1487 }
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. plugins { `java-gradle-plugin` `groovy` } group = "dev.flutter.plugin" version = "1.0.0" gradlePlugin { plugins { // The "flutterPlug...
flutter/packages/flutter_tools/gradle/build.gradle.kts/0
{ "file_path": "flutter/packages/flutter_tools/gradle/build.gradle.kts", "repo_id": "flutter", "token_count": 500 }
792
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="benchmarks - complex_layout" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/dev/benchmarks/complex_layout/lib/main.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/benchmarks___complex_layout.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/benchmarks___complex_layout.xml.copy.tmpl", "repo_id": "flutter", "token_count": 95 }
793
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="layers - lifecycle" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/examples/layers/services/lifecycle.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/layers___lifecycle.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/layers___lifecycle.xml.copy.tmpl", "repo_id": "flutter", "token_count": 92 }
794
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="platform_view" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/examples/platform_view/lib/main.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/plaform_view.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/plaform_view.xml.copy.tmpl", "repo_id": "flutter", "token_count": 90 }
795
# Flutter Tools for Android This section of the Flutter repository contains the command line developer tools for building Flutter applications on Android. What follows are some notes about updating this part of the tool. ## Updating Android dependencies The Android dependencies that Flutter uses to run on Android inc...
flutter/packages/flutter_tools/lib/src/android/README.md/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/README.md", "repo_id": "flutter", "token_count": 1395 }
796
// 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/deferred_component.dart'; import '../base/file_system.dart'; import '../base/logger.dart'; import '../base/pl...
flutter/packages/flutter_tools/lib/src/android/deferred_components_validator.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/deferred_components_validator.dart", "repo_id": "flutter", "token_count": 2912 }
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. /// Throw a specialized exception for expected situations /// where the tool should exit with a clear message to the user /// and no stack trace unless the...
flutter/packages/flutter_tools/lib/src/base/common.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/common.dart", "repo_id": "flutter", "token_count": 224 }
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 'dart:async'; import 'package:meta/meta.dart'; import '../base/process.dart'; import '../globals.dart' as globals; import 'async_guard.dart'; impo...
flutter/packages/flutter_tools/lib/src/base/signals.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/signals.dart", "repo_id": "flutter", "token_count": 1788 }
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 '../artifacts.dart'; import '../base/file_system.dart'; import '../build_info.dart'; import 'build_system.dart'; import 'exceptions.dart'; /// A se...
flutter/packages/flutter_tools/lib/src/build_system/source.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/source.dart", "repo_id": "flutter", "token_count": 3554 }
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 'dart:math' as math; import 'dart:typed_data'; import 'package:meta/meta.dart'; import 'package:pool/pool.dart'; import 'package:process/process.da...
flutter/packages/flutter_tools/lib/src/build_system/tools/scene_importer.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/tools/scene_importer.dart", "repo_id": "flutter", "token_count": 1791 }
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 'package:unified_analytics/unified_analytics.dart'; import '../android/android_builder.dart'; import '../android/build_validation.dart'; import '.....
flutter/packages/flutter_tools/lib/src/commands/build_apk.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/build_apk.dart", "repo_id": "flutter", "token_count": 1861 }
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:async'; import 'package:async/async.dart'; import 'package:meta/meta.dart'; import 'package:process/process.dart'; import '../base/common....
flutter/packages/flutter_tools/lib/src/commands/custom_devices.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/custom_devices.dart", "repo_id": "flutter", "token_count": 9313 }
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 '../base/common.dart'; import '../base/logger.dart'; import '../base/platform.dart'; import '../cache.dart'; import '../features.dart'; import '../r...
flutter/packages/flutter_tools/lib/src/commands/precache.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/precache.dart", "repo_id": "flutter", "token_count": 2268 }
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 'package:meta/meta.dart'; import 'base/common.dart'; import 'base/io.dart'; import 'base/logger.dar...
flutter/packages/flutter_tools/lib/src/daemon.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/daemon.dart", "repo_id": "flutter", "token_count": 4650 }
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 'dart:async'; import 'package:package_config/package_config.dart'; import 'package:process/process.dart'; import 'package:vm_service/vm_service.dar...
flutter/packages/flutter_tools/lib/src/devfs.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/devfs.dart", "repo_id": "flutter", "token_count": 9989 }
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 'dart:async'; import 'package:meta/meta.dart'; import 'package:process/process.dart'; import 'package:vm_service/vm_service.dart' as vm_service; i...
flutter/packages/flutter_tools/lib/src/ios/devices.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/devices.dart", "repo_id": "flutter", "token_count": 20824 }
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:meta/meta.dart'; import 'package:process/process.dart'; import 'package:xml/xml.dart'; import 'package:xml/xpath.dart...
flutter/packages/flutter_tools/lib/src/ios/xcode_debug.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/xcode_debug.dart", "repo_id": "flutter", "token_count": 6881 }
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 'package:package_config/package_config.dart'; import 'base/file_system.dart'; /// Processes dependencies into a string representing the NOTICES fi...
flutter/packages/flutter_tools/lib/src/license_collector.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/license_collector.dart", "repo_id": "flutter", "token_count": 2014 }
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 '../base/user_messages.dart'; import '../doctor_validator.dart'; import 'cocoapods.dart'; /// A validator that confirms cocoapods is in a valid sta...
flutter/packages/flutter_tools/lib/src/macos/cocoapods_validator.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/macos/cocoapods_validator.dart", "repo_id": "flutter", "token_count": 869 }
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 '../base/file_system.dart'; import '../base/project_migrator.dart'; import '../xcode_project.dart'; // Migrate Xcode build phases that build and em...
flutter/packages/flutter_tools/lib/src/migrations/xcode_script_build_phase_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/migrations/xcode_script_build_phase_migration.dart", "repo_id": "flutter", "token_count": 754 }
811
Flutter reports data to two separate systems: 1. Anonymous usage statistics are reported to Google Analytics (for statistics such as the number of times the `flutter` tool was run within a given time period). The code that manages this is in [usage.dart]. 1. Crash reports for the `flutter` tool. These are not re...
flutter/packages/flutter_tools/lib/src/reporting/README.md/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/reporting/README.md", "repo_id": "flutter", "token_count": 157 }
812
// 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'; import '../artifacts.dart'; import '../base/common.dart'; import '../base/file_system.dart'; import '...
flutter/packages/flutter_tools/lib/src/runner/local_engine.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/runner/local_engine.dart", "repo_id": "flutter", "token_count": 2899 }
813
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:meta/meta.dart'; import '../base/logger.dart'; /// Utility class that can record time used in different phases of a test run. class TestT...
flutter/packages/flutter_tools/lib/src/test/test_time_recorder.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/test/test_time_recorder.dart", "repo_id": "flutter", "token_count": 1179 }
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 'package:meta/meta.dart'; import 'package:process/process.dart'; import '../base/common.dart'; import '../base/file_system.dart'; import '../base/i...
flutter/packages/flutter_tools/lib/src/windows/visual_studio.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/windows/visual_studio.dart", "repo_id": "flutter", "token_count": 7653 }
815
<component name="libraryTable"> <library name="Dart SDK"> <CLASSES> <root url="file://{{{dartSdk}}}/lib/async" /> <root url="file://{{{dartSdk}}}/lib/collection" /> <root url="file://{{{dartSdk}}}/lib/convert" /> <root url="file://{{{dartSdk}}}/lib/core" /> <root url="file://{{{dartS...
flutter/packages/flutter_tools/templates/app_shared/.idea/libraries/Dart_SDK.xml.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_shared/.idea/libraries/Dart_SDK.xml.tmpl", "repo_id": "flutter", "token_count": 345 }
816
package {{androidIdentifier}}.host; import io.flutter.embedding.android.FlutterActivity; public class MainActivity extends FlutterActivity { }
flutter/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/src/main/java/androidIdentifier/host/MainActivity.java.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/src/main/java/androidIdentifier/host/MainActivity.java.tmpl", "repo_id": "flutter", "token_count": 40 }
817
# {{projectName}} {{description}} ## Getting Started For help getting started with Flutter development, view the online [documentation](https://flutter.dev/). For instructions integrating Flutter modules to your existing applications, see the [add-to-app documentation](https://flutter.dev/docs/development/add-to-ap...
flutter/packages/flutter_tools/templates/module/common/README.md.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/common/README.md.tmpl", "repo_id": "flutter", "token_count": 84 }
818
#import "AppDelegate.h" #import "FlutterPluginRegistrant/GeneratedPluginRegistrant.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [GeneratedPluginRegistrant registerWithRegistry:self]; return [super application:appl...
flutter/packages/flutter_tools/templates/module/ios/host_app_ephemeral_cocoapods/Runner.tmpl/AppDelegate.m/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/ios/host_app_ephemeral_cocoapods/Runner.tmpl/AppDelegate.m", "repo_id": "flutter", "token_count": 111 }
819