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' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart' show DragSt...
flutter/packages/flutter/lib/src/material/tabs.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/tabs.dart", "repo_id": "flutter", "token_count": 30446 }
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:ui' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'...
flutter/packages/flutter/lib/src/material/toggle_buttons_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/toggle_buttons_theme.dart", "repo_id": "flutter", "token_count": 3227 }
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'; import 'basic_types.dart'; import 'border_radius.dart'; import 'box_border.dart'; i...
flutter/packages/flutter/lib/src/painting/box_decoration.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/box_decoration.dart", "repo_id": "flutter", "token_count": 6182 }
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:typed_data'; import 'dart:ui' as ui show Codec, FrameInfo, Image, ImmutableBuffer; import 'binding.dart'; /// Creates an image from a list o...
flutter/packages/flutter/lib/src/painting/image_decoder.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/image_decoder.dart", "repo_id": "flutter", "token_count": 330 }
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 'package:flutter/foundation.dart'; import 'basic_types.dart'; import 'text_style.dart'; /// Defines the strut, which sets the minimum height a lin...
flutter/packages/flutter/lib/src/painting/strut_style.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/strut_style.dart", "repo_id": "flutter", "token_count": 7902 }
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 'dart:collection'; import 'package:flutter/foundation.dart'; import 'package:flutter/semantics.dart'; import 'box.dart'; import 'object.dart'; imp...
flutter/packages/flutter/lib/src/rendering/custom_paint.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/custom_paint.dart", "repo_id": "flutter", "token_count": 13320 }
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/foundation.dart'; import 'box.dart'; import 'layer.dart'; import 'object.dart'; /// The options that control whether the performa...
flutter/packages/flutter/lib/src/rendering/performance_overlay.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/performance_overlay.dart", "repo_id": "flutter", "token_count": 1922 }
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 'dart:math' as math; import 'package:flutter/animation.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/scheduler.dart'; im...
flutter/packages/flutter/lib/src/rendering/sliver_persistent_header.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/sliver_persistent_header.dart", "repo_id": "flutter", "token_count": 10050 }
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. /// Overrides the setting of [SemanticsBinding.disableAnimations] for debugging /// and testing. /// /// This value is ignored in non-debug builds. bool? ...
flutter/packages/flutter/lib/src/semantics/debug.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/semantics/debug.dart", "repo_id": "flutter", "token_count": 91 }
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 'dart:ui'; import 'package:flutter/foundation.dart'; export 'dart:typed_data' show ByteData; /// A class that enables the dynamic loading of font...
flutter/packages/flutter/lib/src/services/font_loader.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/font_loader.dart", "repo_id": "flutter", "token_count": 860 }
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. 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_fuchsia.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart", "repo_id": "flutter", "token_count": 3829 }
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 'dart:math' as math; import 'package:characters/characters.dart'; import 'package:flutter/foundation.dart'; import 'text_input.dart'; export 'pa...
flutter/packages/flutter/lib/src/services/text_formatter.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/text_formatter.dart", "repo_id": "flutter", "token_count": 7364 }
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 'dart:collection' show HashMap; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services...
flutter/packages/flutter/lib/src/widgets/app.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/app.dart", "repo_id": "flutter", "token_count": 24908 }
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 'package:flutter/rendering.dart'; import 'basic.dart'; import 'framework.dart'; import 'image.dart'; /// A sliver widget that paints a [Decoration...
flutter/packages/flutter/lib/src/widgets/decorated_sliver.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/decorated_sliver.dart", "repo_id": "flutter", "token_count": 877 }
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:async'; import 'dart:collection'; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'binding.dart'; ...
flutter/packages/flutter/lib/src/widgets/framework.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/framework.dart", "repo_id": "flutter", "token_count": 91672 }
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/foundation.dart'; import 'package:flutter/services.dart'; import 'focus_manager.dart'; import 'focus_scope.dart'; import 'framewor...
flutter/packages/flutter/lib/src/widgets/keyboard_listener.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/keyboard_listener.dart", "repo_id": "flutter", "token_count": 754 }
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 'dart:async' show Timer; import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'package:flutter/physics.dart' show Tolerance...
flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart", "repo_id": "flutter", "token_count": 12897 }
666
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:collection'; import 'package:collection/collection.dart'; import 'package:flutter/foundation.dart'; import 'package:flut...
flutter/packages/flutter/lib/src/widgets/router.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/router.dart", "repo_id": "flutter", "token_count": 18823 }
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:math' as math; import 'package:flutter/gestures.dart'; import 'package:flutter/rendering.dart'; import 'basic.dart'; import 'debug.dart'; im...
flutter/packages/flutter/lib/src/widgets/scroll_view.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/scroll_view.dart", "repo_id": "flutter", "token_count": 26359 }
668
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'framework.dart'; import 'scroll_delegate.dart'; import 'sliver.dart'; /// A sliver that places its box c...
flutter/packages/flutter/lib/src/widgets/sliver_prototype_extent_list.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/sliver_prototype_extent_list.dart", "repo_id": "flutter", "token_count": 3168 }
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/foundation.dart'; import 'package:flutter/services.dart'; import 'basic.dart'; import 'framework.dart'; /// A widget that describ...
flutter/packages/flutter/lib/src/widgets/title.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/title.dart", "repo_id": "flutter", "token_count": 527 }
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. /// The Flutter widgets framework. /// /// To use, import `package:flutter/widgets.dart`. /// /// See also: /// /// * [flutter.dev/widgets](https://flutte...
flutter/packages/flutter/lib/widgets.dart/0
{ "file_path": "flutter/packages/flutter/lib/widgets.dart", "repo_id": "flutter", "token_count": 2612 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; const String kApiDocsLink = 'See "Types with special consideration...
flutter/packages/flutter/test/animation/tween_test.dart/0
{ "file_path": "flutter/packages/flutter/test/animation/tween_test.dart", "repo_id": "flutter", "token_count": 3284 }
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 'dart:math'; i...
flutter/packages/flutter/test/cupertino/dialog_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/dialog_test.dart", "repo_id": "flutter", "token_count": 25176 }
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. @TestOn('!chrome') library; import 'dart:ui'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/...
flutter/packages/flutter/test/cupertino/route_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/route_test.dart", "repo_id": "flutter", "token_count": 40737 }
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. // 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:ui' as u...
flutter/packages/flutter/test/cupertino/text_selection_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/text_selection_test.dart", "repo_id": "flutter", "token_count": 16131 }
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/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; // based on the sample code in foundation/binding.dart mixin F...
flutter/packages/flutter/test/foundation/binding_test.dart/0
{ "file_path": "flutter/packages/flutter/test/foundation/binding_test.dart", "repo_id": "flutter", "token_count": 314 }
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/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('clampDouble', () { expect(clampDouble...
flutter/packages/flutter/test/foundation/math_test.dart/0
{ "file_path": "flutter/packages/flutter/test/foundation/math_test.dart", "repo_id": "flutter", "token_count": 238 }
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/gestures.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:vector_math/vector_math_64.dart'; import 'gesture...
flutter/packages/flutter/test/gestures/events_test.dart/0
{ "file_path": "flutter/packages/flutter/test/gestures/events_test.dart", "repo_id": "flutter", "token_count": 12915 }
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:ui' show VoidCallback; import 'package:flutter/gestures.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_tracker_...
flutter/packages/flutter/test/gestures/recognizer_test.dart/0
{ "file_path": "flutter/packages/flutter/test/gestures/recognizer_test.dart", "repo_id": "flutter", "token_count": 3127 }
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:io' as io; import 'package:flutter/foundation.dart'; /// Whether or not Flutter CI has configured Impeller for this test run. /// /// This is...
flutter/packages/flutter/test/impeller_test_helpers.dart/0
{ "file_path": "flutter/packages/flutter/test/impeller_test_helpers.dart", "repo_id": "flutter", "token_count": 189 }
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/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Ba...
flutter/packages/flutter/test/material/badge_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/badge_theme_test.dart", "repo_id": "flutter", "token_count": 2245 }
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 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material...
flutter/packages/flutter/test/material/checkbox_list_tile_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/checkbox_list_tile_test.dart", "repo_id": "flutter", "token_count": 16835 }
682
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { TestWidgetsFlutterBinding.ensureInitialized(); ...
flutter/packages/flutter/test/material/desktop_text_selection_toolbar_button_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/desktop_text_selection_toolbar_button_test.dart", "repo_id": "flutter", "token_count": 533 }
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/material.dart'; import 'package:flutter_test/flutter_test.dart'; Widget wrap({ required Widget child, ThemeData? theme }) { retu...
flutter/packages/flutter/test/material/expand_icon_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/expand_icon_test.dart", "repo_id": "flutter", "token_count": 4698 }
684
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('GridTile control test', (WidgetTeste...
flutter/packages/flutter/test/material/grid_title_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/grid_title_test.dart", "repo_id": "flutter", "token_count": 618 }
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/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/material/material_button_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/material_button_test.dart", "repo_id": "flutter", "token_count": 12292 }
686
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('co...
flutter/packages/flutter/test/material/navigation_rail_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/navigation_rail_theme_test.dart", "repo_id": "flutter", "token_count": 5997 }
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/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering...
flutter/packages/flutter/test/material/raw_material_button_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/raw_material_button_test.dart", "repo_id": "flutter", "token_count": 9069 }
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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'dart:async'; ...
flutter/packages/flutter/test/material/snack_bar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/snack_bar_test.dart", "repo_id": "flutter", "token_count": 69620 }
689
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('TextField works correctly when chang...
flutter/packages/flutter/test/material/text_field_helper_text_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/text_field_helper_text_test.dart", "repo_id": "flutter", "token_count": 267 }
690
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { group('TimeOfDay.format', () { testWidgets('r...
flutter/packages/flutter/test/material/time_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/time_test.dart", "repo_id": "flutter", "token_count": 2827 }
691
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('BorderRadius control test', () { const ...
flutter/packages/flutter/test/painting/border_radius_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/border_radius_test.dart", "repo_id": "flutter", "token_count": 10566 }
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. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/painting/flutter_logo_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/flutter_logo_test.dart", "repo_id": "flutter", "token_count": 1355 }
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 'dart:async'; import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart'; class TestImageProvider ex...
flutter/packages/flutter/test/painting/image_test_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/image_test_utils.dart", "repo_id": "flutter", "token_count": 453 }
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 'dart:async'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'pa...
flutter/packages/flutter/test/painting/system_fonts_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/system_fonts_test.dart", "repo_id": "flutter", "token_count": 4302 }
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/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/baseline_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/baseline_test.dart", "repo_id": "flutter", "token_count": 1490 }
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'; void main() { testWidgets('Flex overflow indicator', (WidgetTest...
flutter/packages/flutter/test/rendering/flex_overflow_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/flex_overflow_test.dart", "repo_id": "flutter", "token_count": 605 }
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/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidge...
flutter/packages/flutter/test/rendering/object_paint_dispose_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/object_paint_dispose_test.dart", "repo_id": "flutter", "token_count": 512 }
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. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('relayout boundary change does not tri...
flutter/packages/flutter/test/rendering/relayout_boundary_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/relayout_boundary_test.dart", "repo_id": "flutter", "token_count": 617 }
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/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/stack_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/stack_test.dart", "repo_id": "flutter", "token_count": 2752 }
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 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter/services.dart'; import 'pa...
flutter/packages/flutter/test/scheduler/scheduler_test.dart/0
{ "file_path": "flutter/packages/flutter/test/scheduler/scheduler_test.dart", "repo_id": "flutter", "token_count": 3846 }
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:convert'; import 'dart:io'; import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/scheduler.dart'; import 'pack...
flutter/packages/flutter/test/services/binding_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/binding_test.dart", "repo_id": "flutter", "token_count": 2075 }
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. @TestOn('!chrome') library; import 'dart:typed_data'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; import 'm...
flutter/packages/flutter/test/services/message_codecs_vm_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/message_codecs_vm_test.dart", "repo_id": "flutter", "token_count": 1291 }
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/services.dart'; import 'package:flutter_test/flutter_test.dart'; class TestTextInputForm...
flutter/packages/flutter/test/services/text_formatter_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/text_formatter_test.dart", "repo_id": "flutter", "token_count": 12488 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('AnimatedPositioned.fromRect control t...
flutter/packages/flutter/test/widgets/animated_positioned_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/animated_positioned_test.dart", "repo_id": "flutter", "token_count": 10742 }
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. import 'dart:math' as math; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_tracker_flutter_...
flutter/packages/flutter/test/widgets/banner_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/banner_test.dart", "repo_id": "flutter", "token_count": 3728 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('Can be placed in an infinite box', (W...
flutter/packages/flutter/test/widgets/center_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/center_test.dart", "repo_id": "flutter", "token_count": 183 }
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 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void...
flutter/packages/flutter/test/widgets/debug_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/debug_test.dart", "repo_id": "flutter", "token_count": 5413 }
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/editable_text_cursor_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/editable_text_cursor_test.dart", "repo_id": "flutter", "token_count": 19297 }
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/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/widgets/form_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/form_test.dart", "repo_id": "flutter", "token_count": 17225 }
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/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/widgets/icon_data_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/icon_data_test.dart", "repo_id": "flutter", "token_count": 275 }
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 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'test_widgets.dart'; class TestInherited extends Inherite...
flutter/packages/flutter/test/widgets/inherited_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/inherited_test.dart", "repo_id": "flutter", "token_count": 5659 }
712
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/src/foundation/assertions.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; const Lis...
flutter/packages/flutter/test/widgets/list_body_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_body_test.dart", "repo_id": "flutter", "token_count": 2987 }
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 'dart:async'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { final TestAutomatedTestWidge...
flutter/packages/flutter/test/widgets/localizations_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/localizations_test.dart", "repo_id": "flutter", "token_count": 986 }
714
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWid...
flutter/packages/flutter/test/widgets/navigator_restoration_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/navigator_restoration_test.dart", "repo_id": "flutter", "token_count": 18164 }
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. // 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/page_route_builder_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/page_route_builder_test.dart", "repo_id": "flutter", "token_count": 1275 }
716
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('reassemble does not crash', (WidgetT...
flutter/packages/flutter/test/widgets/reassemble_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/reassemble_test.dart", "repo_id": "flutter", "token_count": 177 }
717
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWid...
flutter/packages/flutter/test/widgets/router_restoration_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/router_restoration_test.dart", "repo_id": "flutter", "token_count": 2155 }
718
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; ScrollController _controller = ScrollController( initialScrollO...
flutter/packages/flutter/test/widgets/scroll_position_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scroll_position_test.dart", "repo_id": "flutter", "token_count": 4075 }
719
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/src/physics/utils.dart' show nearEqual; import 'package:flutter/...
flutter/packages/flutter/test/widgets/scrollbar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scrollbar_test.dart", "repo_id": "flutter", "token_count": 45479 }
720
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester....
flutter/packages/flutter/test/widgets/semantics_child_configs_delegate_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_child_configs_delegate_test.dart", "repo_id": "flutter", "token_count": 5412 }
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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class BadWidget extends StatefulWidget { const BadWidget({ super...
flutter/packages/flutter/test/widgets/set_state_5_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/set_state_5_test.dart", "repo_id": "flutter", "token_count": 276 }
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/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/sliver_fill_viewport_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/sliver_fill_viewport_test.dart", "repo_id": "flutter", "token_count": 4034 }
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/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutt...
flutter/packages/flutter/test/widgets/slivers_padding_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/slivers_padding_test.dart", "repo_id": "flutter", "token_count": 10396 }
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'; typedef Logger = void Function(String caller); class TestBorder extends ShapeBorder { const TestBorder(this.onL...
flutter/packages/flutter/test/widgets/test_border.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/test_border.dart", "repo_id": "flutter", "token_count": 305 }
725
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/transitions_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/transitions_test.dart", "repo_id": "flutter", "token_count": 13857 }
726
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_t...
flutter/packages/flutter/test/widgets/widget_states_controller_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/widget_states_controller_test.dart", "repo_id": "flutter", "token_count": 1152 }
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 'package:flutter/material.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull/93427 ColorScheme colorScheme = Color...
flutter/packages/flutter/test_fixes/material/color_scheme.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/material/color_scheme.dart.expect", "repo_id": "flutter", "token_count": 697 }
728
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull/66305 RenderStack renderStack = Rend...
flutter/packages/flutter/test_fixes/rendering/rendering.dart.expect/0
{ "file_path": "flutter/packages/flutter/test_fixes/rendering/rendering.dart.expect", "repo_id": "flutter", "token_count": 355 }
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 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { final FlutterMemoryAllocatio...
flutter/packages/flutter/test_release/foundation/memory_allocations_test.dart/0
{ "file_path": "flutter/packages/flutter/test_release/foundation/memory_allocations_test.dart", "repo_id": "flutter", "token_count": 738 }
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 'message.dart'; /// A Flutter Driver command that enables or disables the FrameSync mechanism. class SetFrameSync extends Command { /// Creates a...
flutter/packages/flutter_driver/lib/src/common/frame_sync.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/frame_sync.dart", "repo_id": "flutter", "token_count": 253 }
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 'percentile_utils.dart'; import 'timeline.dart'; /// Event name for frame request pending timeline events. const String kFrameRequestPendingEvent =...
flutter/packages/flutter_driver/lib/src/driver/frame_request_pending_latency_summarizer.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/frame_request_pending_latency_summarizer.dart", "repo_id": "flutter", "token_count": 820 }
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 'dart:async'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'pa...
flutter/packages/flutter_driver/lib/src/extension/extension.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/extension/extension.dart", "repo_id": "flutter", "token_count": 5168 }
733
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert' show json; import 'dart:math'; import 'package:file/file.dart'; import 'package:flutter_driver/flutter_driver.dart'; import 'package...
flutter/packages/flutter_driver/test/src/real_tests/timeline_summary_test.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/timeline_summary_test.dart", "repo_id": "flutter", "token_count": 19072 }
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 'dart:ffi' show Abi; import 'dart:io' as io; import 'package:crypto/crypto.dart'; import 'package:file/file.dart'; import 'p...
flutter/packages/flutter_goldens/lib/skia_client.dart/0
{ "file_path": "flutter/packages/flutter_goldens/lib/skia_client.dart", "repo_id": "flutter", "token_count": 7577 }
735
{ "datePickerHourSemanticsLabelOne": "$hourটা বাজে", "datePickerHourSemanticsLabelOther": "$hourটা বাজে", "datePickerMinuteSemanticsLabelOne": "১ মিনিট", "datePickerMinuteSemanticsLabelOther": "$minute মিনিট", "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbb...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb", "repo_id": "flutter", "token_count": 829 }
736
{ "datePickerHourSemanticsLabelOne": "$hour વાગ્યો છે", "datePickerHourSemanticsLabelOther": "$hour વાગ્યા છે", "datePickerMinuteSemanticsLabelOne": "1 મિનિટ", "datePickerMinuteSemanticsLabelOther": "$minute મિનિટ", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMerid...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb", "repo_id": "flutter", "token_count": 872 }
737
{ "datePickerHourSemanticsLabelOne": "$hour ໂມງກົງ", "datePickerHourSemanticsLabelOther": "$hour ໂມງກົງ", "datePickerMinuteSemanticsLabelOne": "1 ນາທີ", "datePickerMinuteSemanticsLabelOther": "$minute ນາທີ", "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbre...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb", "repo_id": "flutter", "token_count": 896 }
738
{ "datePickerHourSemanticsLabelOne": "$hour hora", "datePickerHourSemanticsLabelOther": "$hour horas", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbb...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb", "repo_id": "flutter", "token_count": 438 }
739
{ "datePickerHourSemanticsLabelOne": "Saat $hour", "datePickerHourSemanticsLabelOther": "Saat $hour", "datePickerMinuteSemanticsLabelOne": "1 dakika", "datePickerMinuteSemanticsLabelOther": "$minute dakika", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbre...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb", "repo_id": "flutter", "token_count": 445 }
740
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "নেভিগেশ্বন মেনু খোলক", "backButtonTooltip": "উভতি যাওক", "closeButtonTooltip": "বন্ধ কৰক", "deleteButtonTooltip": "মচক", "nextMonthTooltip": "পৰৱৰ্তী মাহ", "previousMonthTooltip": "পূৰ্বৱৰ্তী মাহ", "nextPageTooltip...
flutter/packages/flutter_localizations/lib/src/l10n/material_as.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_as.arb", "repo_id": "flutter", "token_count": 4797 }
741
{ "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", "expansionTileExpandedHint": "double-tap to collapse", "expansionTileCollapsedHint": "double-tap to expand", "expansionTileExpan...
flutter/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb", "repo_id": "flutter", "token_count": 1994 }
742
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Ouvrir le menu de navigation", "backButtonTooltip": "Retour", "closeButtonTooltip": "Fermer", "deleteButtonTooltip": "Supprimer", "nextMonthTooltip": "Mois suivant", "previousMonthTooltip": "Mois précédent", "next...
flutter/packages/flutter_localizations/lib/src/l10n/material_fr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_fr.arb", "repo_id": "flutter", "token_count": 2347 }
743
{ "scriptCategory": "dense", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "បើក​ម៉ឺនុយរុករក", "backButtonTooltip": "ថយក្រោយ", "closeButtonTooltip": "បិទ", "deleteButtonTooltip": "លុប", "nextMonthTooltip": "ខែ​​ក្រោយ", "previousMonthTooltip": "ខែមុន", "nextPageTooltip": "ទំព័របន្ទាប់", "previo...
flutter/packages/flutter_localizations/lib/src/l10n/material_km.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_km.arb", "repo_id": "flutter", "token_count": 5260 }
744
{ "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "Fungua menyu ya kusogeza", "backButtonTooltip": "Rudi Nyuma", "closeButtonTooltip": "Funga", "deleteButtonTooltip": "Futa", "nextMonthTooltip": "Mwezi ujao", "previousMonthTooltip": "Mwezi uliopita", "nextPageToo...
flutter/packages/flutter_localizations/lib/src/l10n/material_sw.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_sw.arb", "repo_id": "flutter", "token_count": 2407 }
745
{ "reorderItemToStart": "نقل إلى بداية القائمة", "reorderItemToEnd": "نقل إلى نهاية القائمة", "reorderItemUp": "نقل لأعلى", "reorderItemDown": "نقل لأسفل", "reorderItemLeft": "نقل لليمين", "reorderItemRight": "نقل لليسار" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_ar.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_ar.arb", "repo_id": "flutter", "token_count": 156 }
746
{ "reorderItemToStart": "Ilipat sa simula", "reorderItemToEnd": "Ilipat sa dulo", "reorderItemUp": "Ilipat pataas", "reorderItemDown": "Ilipat pababa", "reorderItemLeft": "Ilipat pakaliwa", "reorderItemRight": "Ilipat pakanan" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_fil.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_fil.arb", "repo_id": "flutter", "token_count": 103 }
747
{ "reorderItemToStart": "Басына өту", "reorderItemToEnd": "Соңына өту", "reorderItemUp": "Жоғарыға жылжыту", "reorderItemDown": "Төменге жылжыту", "reorderItemLeft": "Солға жылжыту", "reorderItemRight": "Оңға жылжыту" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_kk.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_kk.arb", "repo_id": "flutter", "token_count": 162 }
748
{ "reorderItemToStart": "Naar het begin verplaatsen", "reorderItemToEnd": "Naar het einde verplaatsen", "reorderItemUp": "Omhoog verplaatsen", "reorderItemDown": "Omlaag verplaatsen", "reorderItemLeft": "Naar links verplaatsen", "reorderItemRight": "Naar rechts verplaatsen" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_nl.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_nl.arb", "repo_id": "flutter", "token_count": 124 }
749