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 'arena.dart'; import 'binding.dart'; export 'arena.dart' show GestureArenaEntry, GestureArenaMember; class _CombiningGestureArenaEntry implements...
flutter/packages/flutter/lib/src/gestures/team.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/gestures/team.dart", "repo_id": "flutter", "token_count": 1828 }
625
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // AUTOGENERATED FILE DO NOT EDIT! // This file was generated by vitool. part of material_animated_icons; // ignore: use_string_in_part_of_directives const...
flutter/packages/flutter/lib/src/material/animated_icons/data/list_view.g.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/animated_icons/data/list_view.g.dart", "repo_id": "flutter", "token_count": 113363 }
626
// Copyright 2014 The Flutter Authors. 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 'banner_theme.dart'; import 'color_scheme.dart'; import 'colors.dart'; import 'divider.dart'; import 'materi...
flutter/packages/flutter/lib/src/material/banner.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/banner.dart", "repo_id": "flutter", "token_count": 6084 }
627
// Copyright 2014 The Flutter Authors. 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' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'theme.dart'; /// Defines defa...
flutter/packages/flutter/lib/src/material/card_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/card_theme.dart", "repo_id": "flutter", "token_count": 1867 }
628
// Copyright 2014 The Flutter Authors. 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 'package:flutter/rendering.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; impor...
flutter/packages/flutter/lib/src/material/date_picker.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/date_picker.dart", "repo_id": "flutter", "token_count": 42542 }
629
// Copyright 2014 The Flutter Authors. 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' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'button_style.dart'; import 'bu...
flutter/packages/flutter/lib/src/material/elevated_button.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/elevated_button.dart", "repo_id": "flutter", "token_count": 8794 }
630
// Copyright 2014 The Flutter Authors. 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'; /// A tile in a Material Design grid list. /// /// A grid list is a [GridView] of tiles in a vertical and horizonta...
flutter/packages/flutter/lib/src/material/grid_tile.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/grid_tile.dart", "repo_id": "flutter", "token_count": 737 }
631
// Copyright 2014 The Flutter Authors. 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' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'...
flutter/packages/flutter/lib/src/material/list_tile_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/list_tile_theme.dart", "repo_id": "flutter", "token_count": 7356 }
632
// Copyright 2014 The Flutter Authors. 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 'color_scheme.dart'; import 'colors.dart'; import 'drawer.dart'; import 'ink_well.dart'; import 'material.da...
flutter/packages/flutter/lib/src/material/navigation_drawer.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/navigation_drawer.dart", "repo_id": "flutter", "token_count": 8785 }
633
// Copyright 2014 The Flutter Authors. 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' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'...
flutter/packages/flutter/lib/src/material/radio_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/radio_theme.dart", "repo_id": "flutter", "token_count": 2294 }
634
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/painting.dart'; // Based on https://material.io/design/environment/elevation.html // Currently, only the elevation values that are...
flutter/packages/flutter/lib/src/material/shadows.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/shadows.dart", "repo_id": "flutter", "token_count": 1860 }
635
// Copyright 2014 The Flutter Authors. 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 'button_style.dart'; import 'theme.dart'; // Examples can assume:...
flutter/packages/flutter/lib/src/material/text_button_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/text_button_theme.dart", "repo_id": "flutter", "token_count": 1283 }
636
// Copyright 2014 The Flutter Authors. 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/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/rendering.dart'; import 'pa...
flutter/packages/flutter/lib/src/material/tooltip.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/tooltip.dart", "repo_id": "flutter", "token_count": 12310 }
637
// Copyright 2014 The Flutter Authors. 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' as ui show Shadow, lerpDouble; import 'package:flutter/foundation.dart'; import 'basic_types.dart'; import '...
flutter/packages/flutter/lib/src/painting/box_shadow.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/box_shadow.dart", "repo_id": "flutter", "token_count": 1685 }
638
// Copyright 2014 The Flutter Authors. 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:collection'; import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import 'image_provider.d...
flutter/packages/flutter/lib/src/painting/image_resolution.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/image_resolution.dart", "repo_id": "flutter", "token_count": 4924 }
639
// Copyright 2014 The Flutter Authors. 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' show max, min; import 'package:flutter/foundation.dart'; /// A class that describes how textual contents should be scaled for better /...
flutter/packages/flutter/lib/src/painting/text_scaler.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/text_scaler.dart", "repo_id": "flutter", "token_count": 1681 }
640
// Copyright 2014 The Flutter Authors. 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' as ui; import 'package:flutter/foundation.dart'; import 'object.dart'; import 'stack.dart'; // Describes wh...
flutter/packages/flutter/lib/src/rendering/debug_overflow_indicator.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/debug_overflow_indicator.dart", "repo_id": "flutter", "token_count": 4278 }
641
// Copyright 2014 The Flutter Authors. 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 Color, Gradient, Image, ImageFilter; import 'package:flutter/animation.dart'; import 'package:flutter/foundation.dart'; import...
flutter/packages/flutter/lib/src/rendering/proxy_box.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/proxy_box.dart", "repo_id": "flutter", "token_count": 55270 }
642
// Copyright 2014 The Flutter Authors. 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/foundation.dart'; import 'box.dart'; import 'object.dart'; import 'table_bo...
flutter/packages/flutter/lib/src/rendering/table.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/table.dart", "repo_id": "flutter", "token_count": 17090 }
643
// Copyright 2014 The Flutter Authors. 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/painting.dart'; export 'dart:ui' show TextDirection; /// Determines the assertiveness ...
flutter/packages/flutter/lib/src/semantics/semantics_event.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/semantics/semantics_event.dart", "repo_id": "flutter", "token_count": 2129 }
644
// Copyright 2014 The Flutter Authors. 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 'binding.dart'; import 'debug.dart'; import 'raw_keyboard.dart'; import 'raw_key...
flutter/packages/flutter/lib/src/services/hardware_keyboard.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/hardware_keyboard.dart", "repo_id": "flutter", "token_count": 17200 }
645
// Copyright 2014 The Flutter Authors. 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 'keyboard_maps.g.dart'; import 'raw_keyboard.dart'; export 'package:flutter/foundation.dart' show Diagno...
flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart", "repo_id": "flutter", "token_count": 6022 }
646
// Copyright 2014 The Flutter Authors. 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' show TextRange; import 'text_editing.dart'; export 'dart:ui' show TextPosition, TextRange; export 'text_editing.dart' show TextSelectio...
flutter/packages/flutter/lib/src/services/text_layout_metrics.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/text_layout_metrics.dart", "repo_id": "flutter", "token_count": 1171 }
647
// Copyright 2014 The Flutter Authors. 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' show StreamSubscription; import 'package:flutter/foundation.dart'; import 'framework.dart'; /// Base class for widgets that build th...
flutter/packages/flutter/lib/src/widgets/async.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/async.dart", "repo_id": "flutter", "token_count": 7352 }
648
// Copyright 2014 The Flutter Authors. 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/painting.dart'; import 'package:flutter/services.dart'; import 'actions.dart'; import 'f...
flutter/packages/flutter/lib/src/widgets/default_text_editing_shortcuts.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/default_text_editing_shortcuts.dart", "repo_id": "flutter", "token_count": 12415 }
649
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'basic.dart'; import 'framework.dart'; class _GridPaperPainter extends CustomPainter { const _GridPaperPainter({ required this.color, req...
flutter/packages/flutter/lib/src/widgets/grid_paper.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/grid_paper.dart", "repo_id": "flutter", "token_count": 1305 }
650
// Copyright 2014 The Flutter Authors. 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/physics.dart'; import 'package:flutter/rendering.dart'; import 'basic.dart'...
flutter/packages/flutter/lib/src/widgets/list_wheel_scroll_view.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/list_wheel_scroll_view.dart", "repo_id": "flutter", "token_count": 12124 }
651
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/foundation.dart' show clampDouble, precisionErrorTolerance; import 'package:flutter/gestures.dart' sho...
flutter/packages/flutter/lib/src/widgets/page_view.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/page_view.dart", "repo_id": "flutter", "token_count": 11281 }
652
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'basic.dart'; import 'debug.dart'; import 'framework.dart'; import 'media_qu...
flutter/packages/flutter/lib/src/widgets/safe_area.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/safe_area.dart", "repo_id": "flutter", "token_count": 2315 }
653
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'actions.dart'...
flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart", "repo_id": "flutter", "token_count": 5935 }
654
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'framework.dart'; /// A superclass for [RenderObjectWidget]s th...
flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart", "repo_id": "flutter", "token_count": 4348 }
655
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/animation.dart'; import 'framework.dart'; import 'implicit_animations.dart'; import 'value_listenable_builder.dart'; /// [Widget]...
flutter/packages/flutter/lib/src/widgets/tween_animation_builder.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/tween_animation_builder.dart", "repo_id": "flutter", "token_count": 2416 }
656
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material...
flutter/packages/flutter/test/cupertino/action_sheet_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/action_sheet_test.dart", "repo_id": "flutter", "token_count": 17605 }
657
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWid...
flutter/packages/flutter/test/cupertino/form_section_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/form_section_test.dart", "repo_id": "flutter", "token_count": 2799 }
658
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'package:flutter_test/flutter_test.dart'; const Color _kScrollbarColor = Color(0x59000000); // The `y` of...
flutter/packages/flutter/test/cupertino/scrollbar_paint_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/scrollbar_paint_test.dart", "repo_id": "flutter", "token_count": 2190 }
659
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/cupertino/text_selection_toolbar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/text_selection_toolbar_test.dart", "repo_id": "flutter", "token_count": 9332 }
660
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; int yieldCount = 0; Iterable<int> range(int start, int end) sy...
flutter/packages/flutter/test/foundation/caching_iterable_test.dart/0
{ "file_path": "flutter/packages/flutter/test/foundation/caching_iterable_test.dart", "repo_id": "flutter", "token_count": 1269 }
661
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('ObserverList', () async { final Obser...
flutter/packages/flutter/test/foundation/observer_list_test.dart/0
{ "file_path": "flutter/packages/flutter/test/foundation/observer_list_test.dart", "repo_id": "flutter", "token_count": 974 }
662
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/gestures.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter/widgets.dart'; import 'pa...
flutter/packages/flutter/test/gestures/gesture_binding_resample_event_on_widget_test.dart/0
{ "file_path": "flutter/packages/flutter/test/gestures/gesture_binding_resample_event_on_widget_test.dart", "repo_id": "flutter", "token_count": 2133 }
663
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/gestures.dart'; import 'package:flutter_test/flutter_test.dart'; import 'gesture_tester.dart'; void ...
flutter/packages/flutter/test/gestures/scale_test.dart/0
{ "file_path": "flutter/packages/flutter/test/gestures/scale_test.dart", "repo_id": "flutter", "token_count": 22155 }
664
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; /// Adds the basic requirements for a Chip. Widget wrapForChip({ ...
flutter/packages/flutter/test/material/action_chip_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/action_chip_test.dart", "repo_id": "flutter", "token_count": 6260 }
665
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Ma...
flutter/packages/flutter/test/material/banner_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/banner_theme_test.dart", "repo_id": "flutter", "token_count": 9458 }
666
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/material/checkbox_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/checkbox_theme_test.dart", "repo_id": "flutter", "token_count": 7952 }
667
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'packag...
flutter/packages/flutter/test/material/dialog_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/dialog_test.dart", "repo_id": "flutter", "token_count": 40759 }
668
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // 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/expansion_tile_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/expansion_tile_test.dart", "repo_id": "flutter", "token_count": 21262 }
669
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('IconButtonThemeData lerp special cases', ()...
flutter/packages/flutter/test/material/icon_button_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/icon_button_theme_test.dart", "repo_id": "flutter", "token_count": 3929 }
670
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('MaterialStateProperty.resolveWith()', () {...
flutter/packages/flutter/test/material/material_state_property_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/material_state_property_test.dart", "repo_id": "flutter", "token_count": 1343 }
671
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('OutlinedButtonThemeData lerp special cases'...
flutter/packages/flutter/test/material/outlined_button_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/outlined_button_theme_test.dart", "repo_id": "flutter", "token_count": 5750 }
672
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // 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/reorderable_list_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/reorderable_list_test.dart", "repo_id": "flutter", "token_count": 36876 }
673
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('positions itself at anchorAbove if i...
flutter/packages/flutter/test/material/spell_check_suggestions_toolbar_layout_delegate_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/spell_check_suggestions_toolbar_layout_delegate_test.dart", "repo_id": "flutter", "token_count": 736 }
674
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart' show kPressTimeout; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; bool c...
flutter/packages/flutter/test/material/text_field_splash_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/text_field_splash_test.dart", "repo_id": "flutter", "token_count": 2303 }
675
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/material/toggle_buttons_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/toggle_buttons_theme_test.dart", "repo_id": "flutter", "token_count": 9393 }
676
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('BorderSide - asserts when constructed incor...
flutter/packages/flutter/test/painting/border_side_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/border_side_test.dart", "repo_id": "flutter", "token_count": 2974 }
677
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('positionDependentBox', () { // For hist...
flutter/packages/flutter/test/painting/geometry_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/geometry_test.dart", "repo_id": "flutter", "token_count": 1550 }
678
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math'; import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:vector_math/vector_math_64.da...
flutter/packages/flutter/test/painting/matrix_utils_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/matrix_utils_test.dart", "repo_id": "flutter", "token_count": 2630 }
679
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import '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/text_painter_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/text_painter_test.dart", "repo_id": "flutter", "token_count": 26912 }
680
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_test...
flutter/packages/flutter/test/rendering/binding_pipeline_manifold_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/binding_pipeline_manifold_test.dart", "repo_id": "flutter", "token_count": 926 }
681
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui show Image; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter...
flutter/packages/flutter/test/rendering/image_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/image_test.dart", "repo_id": "flutter", "token_count": 2892 }
682
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/offstage_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/offstage_test.dart", "repo_id": "flutter", "token_count": 492 }
683
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('repaint boundary with constraint chan...
flutter/packages/flutter/test/rendering/repaint_boundary_2_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/repaint_boundary_2_test.dart", "repo_id": "flutter", "token_count": 824 }
684
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; RenderBox sizedBox(double width...
flutter/packages/flutter/test/rendering/table_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/table_test.dart", "repo_id": "flutter", "token_count": 5115 }
685
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flu...
flutter/packages/flutter/test/scheduler/ticker_test.dart/0
{ "file_path": "flutter/packages/flutter/test/scheduler/ticker_test.dart", "repo_id": "flutter", "token_count": 2243 }
686
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert'; import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter/s...
flutter/packages/flutter/test/services/channel_buffers_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/channel_buffers_test.dart", "repo_id": "flutter", "token_count": 512 }
687
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { TestWidgetsFlutterBinding.ensureInitialized(); ...
flutter/packages/flutter/test/services/platform_channel_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/platform_channel_test.dart", "repo_id": "flutter", "token_count": 5124 }
688
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert' show utf8; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; class FakeTextChannel implement...
flutter/packages/flutter/test/services/text_input_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/services/text_input_utils.dart", "repo_id": "flutter", "token_count": 931 }
689
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('AnimatedSwitcher fades in a new child...
flutter/packages/flutter/test/widgets/animated_switcher_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/animated_switcher_test.dart", "repo_id": "flutter", "token_count": 5764 }
690
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // 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:math' as...
flutter/packages/flutter/test/widgets/basic_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/basic_test.dart", "repo_id": "flutter", "token_count": 20635 }
691
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // 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']) librar...
flutter/packages/flutter/test/widgets/clip_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/clip_test.dart", "repo_id": "flutter", "token_count": 15754 }
692
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data'; import 'dart:ui' as ui; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import '../imp...
flutter/packages/flutter/test/widgets/default_colors_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/default_colors_test.dart", "repo_id": "flutter", "token_count": 2701 }
693
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services.dart'; import 'package:flutter/src/founda...
flutter/packages/flutter/test/widgets/editable_text_show_on_screen_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/editable_text_show_on_screen_test.dart", "repo_id": "flutter", "token_count": 12843 }
694
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering...
flutter/packages/flutter/test/widgets/framework_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/framework_test.dart", "repo_id": "flutter", "token_count": 31591 }
695
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('IconThemeData control test', () { const ...
flutter/packages/flutter/test/widgets/icon_theme_data_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/icon_theme_data_test.dart", "repo_id": "flutter", "token_count": 1527 }
696
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; List<String> ancestors = <String>[]; class TestWidget extends Sta...
flutter/packages/flutter/test/widgets/init_state_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/init_state_test.dart", "repo_id": "flutter", "token_count": 375 }
697
// Copyright 2014 The Flutter Authors. 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('ListView can handle shrinking top el...
flutter/packages/flutter/test/widgets/list_view_correction_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_view_correction_test.dart", "repo_id": "flutter", "token_count": 3406 }
698
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @Tags(<String>['reduced-test-set']) library; import 'package:fake_async/fake_async.dart'; import 'package:flutter/foundation.dart'; import 'package:flutte...
flutter/packages/flutter/test/widgets/magnifier_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/magnifier_test.dart", "repo_id": "flutter", "token_count": 4896 }
699
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; class TestOverlayRoute extends OverlayRoute<void> { TestOverlay...
flutter/packages/flutter/test/widgets/page_transitions_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/page_transitions_test.dart", "repo_id": "flutter", "token_count": 4382 }
700
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; final BoxDecoration kBoxD...
flutter/packages/flutter/test/widgets/render_object_widget_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/render_object_widget_test.dart", "repo_id": "flutter", "token_count": 3116 }
701
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:collection'; import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/f...
flutter/packages/flutter/test/widgets/routes_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/routes_test.dart", "repo_id": "flutter", "token_count": 31988 }
702
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart' show DragStartBehavior; import 'package:flutter/material.dart'; import 'package:flutter/services.dart' show LogicalK...
flutter/packages/flutter/test/widgets/scroll_view_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scroll_view_test.dart", "repo_id": "flutter", "token_count": 24910 }
703
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering...
flutter/packages/flutter/test/widgets/selectable_region_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/selectable_region_test.dart", "repo_id": "flutter", "token_count": 69182 }
704
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWid...
flutter/packages/flutter/test/widgets/semantics_debugger_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_debugger_test.dart", "repo_id": "flutter", "token_count": 8590 }
705
// Copyright 2014 The Flutter 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/shadow_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/shadow_test.dart", "repo_id": "flutter", "token_count": 1978 }
706
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import '../rendering/sli...
flutter/packages/flutter/test/widgets/sliver_main_axis_group_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/sliver_main_axis_group_test.dart", "repo_id": "flutter", "token_count": 12463 }
707
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flu...
flutter/packages/flutter/test/widgets/slivers_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/slivers_test.dart", "repo_id": "flutter", "token_count": 24634 }
708
// Copyright 2014 The Flutter 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']) @TestOn('!chrome') library; im...
flutter/packages/flutter/test/widgets/text_golden_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/text_golden_test.dart", "repo_id": "flutter", "token_count": 32907 }
709
// Copyright 2014 The Flutter Authors. 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('Animates forward when built', (Widget...
flutter/packages/flutter/test/widgets/tween_animation_builder_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/tween_animation_builder_test.dart", "repo_id": "flutter", "token_count": 5440 }
710
// Copyright 2014 The Flutter Authors. 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'; void main() { // Changes made in https://github.com/flutter/flutter/pull/122446 final clipboardData1 = Clipboa...
flutter/packages/flutter/test_fixes/services/services.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/services/services.dart.expect", "repo_id": "flutter", "token_count": 537 }
711
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; voi...
flutter/packages/flutter/test_release/rendering/memory_allocations_test.dart/0
{ "file_path": "flutter/packages/flutter/test_release/rendering/memory_allocations_test.dart", "repo_id": "flutter", "token_count": 564 }
712
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'enum_util.dart'; import 'find.dart'; import 'message.dart'; /// Offset types that can be requested by [GetOffset]. enum OffsetType { /// The top...
flutter/packages/flutter_driver/lib/src/common/geometry.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/geometry.dart", "repo_id": "flutter", "token_count": 785 }
713
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'percentile_utils.dart'; import 'timeline.dart'; /// Summarizes [GpuSumarizer]s corresponding to GPU start and end events. class GpuSumarizer { /...
flutter/packages/flutter_driver/lib/src/driver/gpu_sumarizer.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/gpu_sumarizer.dart", "repo_id": "flutter", "token_count": 605 }
714
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter_driver/src/common/wait.dart'; import '../../common.dart'; void main() { group('WaitForCondition', () { test('WaitForConditi...
flutter/packages/flutter_driver/test/src/real_tests/wait_test.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/wait_test.dart", "repo_id": "flutter", "token_count": 3163 }
715
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter_goldens/flutter_goldens.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:platform/platform.dart'; enum _Com...
flutter/packages/flutter_goldens/test/comparator_selection_test.dart/0
{ "file_path": "flutter/packages/flutter_goldens/test/comparator_selection_test.dart", "repo_id": "flutter", "token_count": 4571 }
716
{ "datePickerHourSemanticsLabelOne": "$hour en punt", "datePickerHourSemanticsLabelOther": "$hour en punt", "datePickerMinuteSemanticsLabelOne": "1 minut", "datePickerMinuteSemanticsLabelOther": "$minute minuts", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiem...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb", "repo_id": "flutter", "token_count": 431 }
717
{ "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeri...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb", "repo_id": "flutter", "token_count": 443 }
718
{ "datePickerHourSemanticsLabelOne": "$hour बजे", "datePickerHourSemanticsLabelOther": "$hour बजे", "datePickerMinuteSemanticsLabelOne": "1 मिनट", "datePickerMinuteSemanticsLabelOther": "$minute मिनट", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviatio...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb", "repo_id": "flutter", "token_count": 675 }
719
{ "datePickerHourSemanticsLabelZero": "plkst. $hour", "datePickerMinuteSemanticsLabelZero": "$minute minūtes", "timerPickerHourLabelZero": "h", "timerPickerMinuteLabelZero": "min", "timerPickerSecondLabelZero": "s", "datePickerHourSemanticsLabelOne": "plkst. $hour", "datePickerHourSemanticsLabelOther": "p...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb", "repo_id": "flutter", "token_count": 579 }
720
{ "datePickerHourSemanticsLabelFew": "Ora $hour", "datePickerMinuteSemanticsLabelFew": "$minute minute", "timerPickerHourLabelFew": "ore", "timerPickerMinuteLabelFew": "min.", "timerPickerSecondLabelFew": "sec.", "datePickerHourSemanticsLabelOne": "Ora $hour", "datePickerHourSemanticsLabelOther": "Ora $ho...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb", "repo_id": "flutter", "token_count": 547 }
721
{ "datePickerHourSemanticsLabelOne": "$hour بجے", "datePickerHourSemanticsLabelOther": "$hour بجے", "datePickerMinuteSemanticsLabelOne": "1 منٹ", "datePickerMinuteSemanticsLabelOther": "$minute منٹس", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb", "repo_id": "flutter", "token_count": 646 }
722
{ "licensesPackageDetailTextFew": "$licenseCount ліцэнзіі", "licensesPackageDetailTextMany": "$licenseCount ліцэнзій", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "remainingTextFieldCharacterCountFew": "Засталося $remainingCount сімвалы", "selectedRowCountTitleMany": "Выбрана $selectedRowCo...
flutter/packages/flutter_localizations/lib/src/l10n/material_be.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_be.arb", "repo_id": "flutter", "token_count": 3757 }
723
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", "backButtonTooltip": "Atrás", "closeButtonTooltip": "Pechar", "deleteButtonTooltip": "Eliminar", "nextMonthTooltip": "Mes seguinte", "previousMonthTooltip": "Mes anterior", "nextPageToolt...
flutter/packages/flutter_localizations/lib/src/l10n/material_gl.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_gl.arb", "repo_id": "flutter", "token_count": 2383 }
724