text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/semantics.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.d...
flutter/packages/flutter/lib/src/material/feedback.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/feedback.dart", "repo_id": "flutter", "token_count": 1853 }
800
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/widgets.dart'; import 'ink_well.dart'; import 'material.dart'; const Duration _kUnconfirmedRippleDur...
flutter/packages/flutter/lib/src/material/ink_ripple.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/ink_ripple.dart", "repo_id": "flutter", "token_count": 2905 }
801
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/scheduler.dart'; im...
flutter/packages/flutter/lib/src/material/menu_anchor.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/menu_anchor.dart", "repo_id": "flutter", "token_count": 49560 }
802
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'page_transitions_theme.dart'; import 'theme.dart'; /// A modal route that replaces the entire screen wit...
flutter/packages/flutter/lib/src/material/page.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/page.dart", "repo_id": "flutter", "token_count": 1960 }
803
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'app_bar.dart'; import 'app_bar_theme.dart'; import 'color_scheme.da...
flutter/packages/flutter/lib/src/material/search.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/search.dart", "repo_id": "flutter", "token_count": 6885 }
804
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'button_style.dart'; import 'color_scheme.dart'; import 'colors.da...
flutter/packages/flutter/lib/src/material/stepper.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/stepper.dart", "repo_id": "flutter", "token_count": 15010 }
805
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart'; import 'typography.dart'; /// Material design text theme. /// /// Defin...
flutter/packages/flutter/lib/src/material/text_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/text_theme.dart", "repo_id": "flutter", "token_count": 11832 }
806
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui show lerpDouble; import 'package:flutter/foundation.dart'; import 'basic_types.dart'; /// Base class for [Alignment] that allows ...
flutter/packages/flutter/lib/src/painting/alignment.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/alignment.dart", "repo_id": "flutter", "token_count": 7673 }
807
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:developer' as developer; import 'dart:math' as math; import 'dart:ui' as ui show FlutterView, Image; import 'package:flutter/foundation.dart'...
flutter/packages/flutter/lib/src/painting/decoration_image.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/decoration_image.dart", "repo_id": "flutter", "token_count": 10684 }
808
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'basic_types.dart'; /// Draw a line between two points, which cuts diagonally back and forth across /// the line that ...
flutter/packages/flutter/lib/src/painting/paint_utilities.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/paint_utilities.dart", "repo_id": "flutter", "token_count": 506 }
809
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'simulation.dart'; import 'utils.dart'; export 'tolerance.dart' show Tolera...
flutter/packages/flutter/lib/src/physics/spring_simulation.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/physics/spring_simulation.dart", "repo_id": "flutter", "token_count": 3011 }
810
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/painting.dart'; import '...
flutter/packages/flutter/lib/src/rendering/layer.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/layer.dart", "repo_id": "flutter", "token_count": 31639 }
811
// Copyright 2014 The Flutter Authors. 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 'box.dart'; import 'object.dart'; import 'sliver.dart'; import 'sliver_fixed_extent_list.dart'; /// A sliver that cont...
flutter/packages/flutter/lib/src/rendering/sliver_fill.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/sliver_fill.dart", "repo_id": "flutter", "token_count": 3598 }
812
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'box.dart'; import 'layer.dart'; import 'layout_helper.dart'; import 'object...
flutter/packages/flutter/lib/src/rendering/wrap.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/wrap.dart", "repo_id": "flutter", "token_count": 9901 }
813
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data'; import 'dart:ui' as ui; export 'dart:typed_data' show ByteData; export 'dart:ui' show PlatformMessageResponseCallback; /// A fu...
flutter/packages/flutter/lib/src/services/binary_messenger.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/binary_messenger.dart", "repo_id": "flutter", "token_count": 887 }
814
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'system_channels.dart'; export 'package:flutter/foundation.dart'...
flutter/packages/flutter/lib/src/services/mouse_cursor.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/mouse_cursor.dart", "repo_id": "flutter", "token_count": 9556 }
815
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'message_codecs.dart'; import 'platform_channel.dart'; export 'platform_channel.dart' show BasicMessageChannel, MethodChannel; ...
flutter/packages/flutter/lib/src/services/system_channels.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/system_channels.dart", "repo_id": "flutter", "token_count": 6973 }
816
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/schedule...
flutter/packages/flutter/lib/src/widgets/actions.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/actions.dart", "repo_id": "flutter", "token_count": 21113 }
817
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' show Color; import 'framework.dart'; /// An interactive button within either material's [BottomNavigationBar] /// or the iOS themed [Cup...
flutter/packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart", "repo_id": "flutter", "token_count": 1038 }
818
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'basic.dart'; import 'framework.dart'; /// Builder callback used by [DualTransitionBuilder]. /// /// The builder is expected to return a transition...
flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart", "repo_id": "flutter", "token_count": 1930 }
819
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'framework.dart'; /// Applies an [ImageFilte...
flutter/packages/flutter/lib/src/widgets/image_filter.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/image_filter.dart", "repo_id": "flutter", "token_count": 1041 }
820
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:collection'; import 'dart:convert'; import 'dart:developer' as developer; import 'dart:ui' as ui; import 'package:flutte...
flutter/packages/flutter/lib/src/widgets/navigator.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/navigator.dart", "repo_id": "flutter", "token_count": 76949 }
821
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'framework.dart'; import 'navigator.dart'; import 'routes.dart'; /// Manages back navigation gestures. /...
flutter/packages/flutter/lib/src/widgets/pop_scope.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/pop_scope.dart", "repo_id": "flutter", "token_count": 1526 }
822
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; /// A description of a [Scrollable]'s cont...
flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart", "repo_id": "flutter", "token_count": 2350 }
823
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:collection'; import 'package:flutter/foundation.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter/services.dart'; impo...
flutter/packages/flutter/lib/src/widgets/shortcuts.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/shortcuts.dart", "repo_id": "flutter", "token_count": 18469 }
824
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui show TextHeightBehavior; import 'package:flutter/rendering.dart'; import 'basic.dart'; import 'default_selection_style.dart'; impo...
flutter/packages/flutter/lib/src/widgets/text.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/text.dart", "repo_id": "flutter", "token_count": 8629 }
825
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'basic.dart'; import 'debug.dart'; import 'framework.dart'; import 'scroll_notification.dart'; export 'pa...
flutter/packages/flutter/lib/src/widgets/viewport.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/viewport.dart", "repo_id": "flutter", "token_count": 4947 }
826
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/animation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('c...
flutter/packages/flutter/test/animation/animation_style_test.dart/0
{ "file_path": "flutter/packages/flutter/test/animation/animation_style_test.dart", "repo_id": "flutter", "token_count": 1167 }
827
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; class DependentWidget ex...
flutter/packages/flutter/test/cupertino/colors_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/colors_test.dart", "repo_id": "flutter", "token_count": 7992 }
828
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'...
flutter/packages/flutter/test/cupertino/material/tab_scaffold_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/material/tab_scaffold_test.dart", "repo_id": "flutter", "token_count": 4623 }
829
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // 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/switch_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/switch_test.dart", "repo_id": "flutter", "token_count": 17689 }
830
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // A test script that invokes compute() to start an isolate. import 'package:flutter/src/foundation/_isolates_io.dart'; int getLength(String s) { throw...
flutter/packages/flutter/test/foundation/_compute_caller_error.dart/0
{ "file_path": "flutter/packages/flutter/test/foundation/_compute_caller_error.dart", "repo_id": "flutter", "token_count": 175 }
831
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { group('debugInstrumentAction', () { late De...
flutter/packages/flutter/test/foundation/debug_test.dart/0
{ "file_path": "flutter/packages/flutter/test/foundation/debug_test.dart", "repo_id": "flutter", "token_count": 567 }
832
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @TestOn('!chrome') library; import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { // TODO(ianh): The...
flutter/packages/flutter/test/foundation/stack_trace_test.dart/0
{ "file_path": "flutter/packages/flutter/test/foundation/stack_trace_test.dart", "repo_id": "flutter", "token_count": 480 }
833
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart'; import 'package:flutter_test/flutter_test.dart'; import 'gesture_tester.dart'; // Down/move/up pair 1: normal tap...
flutter/packages/flutter/test/gestures/long_press_test.dart/0
{ "file_path": "flutter/packages/flutter/test/gestures/long_press_test.dart", "repo_id": "flutter", "token_count": 10803 }
834
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart...
flutter/packages/flutter/test/gestures/transformed_monodrag_test.dart/0
{ "file_path": "flutter/packages/flutter/test/gestures/transformed_monodrag_test.dart", "repo_id": "flutter", "token_count": 11663 }
835
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; Finder findAppBarMaterial() { return find.descendant( of: f...
flutter/packages/flutter/test/material/app_bar_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/material/app_bar_utils.dart", "repo_id": "flutter", "token_count": 558 }
836
// Copyright 2014 The Flutter Authors. 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('ButtonBar default control smoketest'...
flutter/packages/flutter/test/material/button_bar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/button_bar_test.dart", "repo_id": "flutter", "token_count": 11105 }
837
// Copyright 2014 The Flutter 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:math' as math; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:f...
flutter/packages/flutter/test/material/data_table_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/data_table_test.dart", "repo_id": "flutter", "token_count": 34717 }
838
// Copyright 2014 The Flutter Authors. 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/material.dart'; import 'package:flutter_test/flutter_test.dart...
flutter/packages/flutter/test/material/dropdown_form_field_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/dropdown_form_field_test.dart", "repo_id": "flutter", "token_count": 18350 }
839
// Copyright 2014 The Flutter Authors. 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'; final Key blockKey = Un...
flutter/packages/flutter/test/material/flexible_space_bar_collapse_mode_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/flexible_space_bar_collapse_mode_test.dart", "repo_id": "flutter", "token_count": 2148 }
840
// Copyright 2014 The Flutter 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/input_chip_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/input_chip_test.dart", "repo_id": "flutter", "token_count": 7536 }
841
// Copyright 2014 The Flutter Authors. 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() { void onPressed(TestMenu item) {} Finder findM...
flutter/packages/flutter/test/material/menu_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/menu_theme_test.dart", "repo_id": "flutter", "token_count": 5795 }
842
// Copyright 2014 The Flutter Authors. 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/popup_menu_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/popup_menu_theme_test.dart", "repo_id": "flutter", "token_count": 12421 }
843
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flut...
flutter/packages/flutter/test/material/search_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/search_test.dart", "repo_id": "flutter", "token_count": 20313 }
844
// Copyright 2014 The Flutter Authors. 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 'package:leak_tracker_flutter_testing/leak_tracker_flutter_...
flutter/packages/flutter/test/material/tab_controller_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/tab_controller_test.dart", "repo_id": "flutter", "token_count": 201 }
845
// Copyright 2014 The Flutter Authors. 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/text_selection_toolbar_text_button_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/text_selection_toolbar_text_button_test.dart", "repo_id": "flutter", "token_count": 2777 }
846
// Copyright 2014 The Flutter Authors. 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'; bool willPopValue = false; class SamplePage extends StatefulWidg...
flutter/packages/flutter/test/material/will_pop_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/will_pop_test.dart", "repo_id": "flutter", "token_count": 6213 }
847
// Copyright 2014 The Flutter Authors. 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_test/flutter_test.dart'; final Matcher isUnitCircle = isPathThat( includes: <Offset>[ const Offset(-0.6035617555492896, 0.22...
flutter/packages/flutter/test/painting/common_matchers.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/common_matchers.dart", "repo_id": "flutter", "token_count": 1195 }
848
// Copyright 2014 The Flutter Authors. 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/painting.dart'; import 'package:flutter_test/flutter_test.dart'; Future<void> main() async { ...
flutter/packages/flutter/test/painting/image_info_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/image_info_test.dart", "repo_id": "flutter", "token_count": 280 }
849
// Copyright 2014 The Flutter Authors. 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'; import 'common_matchers.dart'; void main() { test('RoundedRect...
flutter/packages/flutter/test/painting/rounded_rectangle_border_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/rounded_rectangle_border_test.dart", "repo_id": "flutter", "token_count": 3354 }
850
// Copyright 2014 The Flutter Authors. 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/physics.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('test_friction', () { expect(nearEqual(5....
flutter/packages/flutter/test/physics/near_equal_test.dart/0
{ "file_path": "flutter/packages/flutter/test/physics/near_equal_test.dart", "repo_id": "flutter", "token_count": 276 }
851
// Copyright 2014 The Flutter Authors. 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 'package:vector_...
flutter/packages/flutter/test/rendering/debug_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/debug_test.dart", "repo_id": "flutter", "token_count": 3814 }
852
// Copyright 2014 The Flutter Authors. 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/rendering.dart'; import 'package:flutter_test/flutter_test.dart'...
flutter/packages/flutter/test/rendering/memory_allocations_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/memory_allocations_test.dart", "repo_id": "flutter", "token_count": 567 }
853
// Copyright 2014 The Flutter Authors. 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:fake_async/fake_async.dart'; import 'package:flutter/foundation.dart'; import 'package:flutte...
flutter/packages/flutter/test/rendering/platform_view_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/platform_view_test.dart", "repo_id": "flutter", "token_count": 4554 }
854
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_tester.dart'; void main() { TestRenderingFl...
flutter/packages/flutter/test/rendering/sliver_fixed_extent_layout_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/sliver_fixed_extent_layout_test.dart", "repo_id": "flutter", "token_count": 5887 }
855
// Copyright 2014 The Flutter Authors. 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/wrap_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/wrap_test.dart", "repo_id": "flutter", "token_count": 3092 }
856
// Copyright 2014 The Flutter Authors. 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/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_tracker_flutter_testing/l...
flutter/packages/flutter/test/semantics/semantics_test.dart/0
{ "file_path": "flutter/packages/flutter/test/semantics/semantics_test.dart", "repo_id": "flutter", "token_count": 17427 }
857
// Copyright 2014 The Flutter Authors. 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/haptic_feedback_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/haptic_feedback_test.dart", "repo_id": "flutter", "token_count": 614 }
858
// Copyright 2014 The Flutter Authors. 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/scheduler.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'packa...
flutter/packages/flutter/test/services/restoration_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/restoration_test.dart", "repo_id": "flutter", "token_count": 5270 }
859
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidge...
flutter/packages/flutter/test/widgets/animated_container_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/animated_container_test.dart", "repo_id": "flutter", "token_count": 5238 }
860
// Copyright 2014 The Flutter Authors. 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'; Future<Size> _getSize(WidgetTester tester, BoxConstraints constrai...
flutter/packages/flutter/test/widgets/aspect_ratio_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/aspect_ratio_test.dart", "repo_id": "flutter", "token_count": 698 }
861
// Copyright 2014 The Flutter Authors. 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'; // This file is for tes...
flutter/packages/flutter/test/widgets/binding_live_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/binding_live_test.dart", "repo_id": "flutter", "token_count": 896 }
862
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_track...
flutter/packages/flutter/test/widgets/context_menu_controller_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/context_menu_controller_test.dart", "repo_id": "flutter", "token_count": 3213 }
863
// Copyright 2014 The Flutter Authors. 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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { group('DisplayFeatureSubScreen'...
flutter/packages/flutter/test/widgets/display_feature_sub_screen_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/display_feature_sub_screen_test.dart", "repo_id": "flutter", "token_count": 3792 }
864
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/fade_transition_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/fade_transition_test.dart", "repo_id": "flutter", "token_count": 408 }
865
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidge...
flutter/packages/flutter/test/widgets/grid_paper_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/grid_paper_test.dart", "repo_id": "flutter", "token_count": 204 }
866
// Copyright 2014 The Flutter Authors. 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/widgets.dart'; import 'package:flutter_test/flutter_t...
flutter/packages/flutter/test/widgets/image_rtl_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/image_rtl_test.dart", "repo_id": "flutter", "token_count": 11578 }
867
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; Future<void> sendKeyCombin...
flutter/packages/flutter/test/widgets/keyboard_utils.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/keyboard_utils.dart", "repo_id": "flutter", "token_count": 333 }
868
// Copyright 2014 The Flutter Authors. 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 List<int> items = <int>[0, 1, 2, 3, 4, 5]; Widget buildFram...
flutter/packages/flutter/test/widgets/list_view_vertical_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_view_vertical_test.dart", "repo_id": "flutter", "token_count": 1326 }
869
// Copyright 2014 The Flutter Authors. 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/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'multi_view_testi...
flutter/packages/flutter/test/widgets/multi_view_parent_data_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/multi_view_parent_data_test.dart", "repo_id": "flutter", "token_count": 653 }
870
// Copyright 2014 The Flutter Authors. 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('OverflowBar documented defaults', (Wi...
flutter/packages/flutter/test/widgets/overflow_bar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/overflow_bar_test.dart", "repo_id": "flutter", "token_count": 6006 }
871
// Copyright 2014 The Flutter Authors. 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/services...
flutter/packages/flutter/test/widgets/platform_menu_bar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/platform_menu_bar_test.dart", "repo_id": "flutter", "token_count": 7013 }
872
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'restoration.dart'; void main() { testWidgets('claims bu...
flutter/packages/flutter/test/widgets/restoration_mixin_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/restoration_mixin_test.dart", "repo_id": "flutter", "token_count": 9730 }
873
// Copyright 2014 The Flutter Authors. 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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:leak_tracker_fl...
flutter/packages/flutter/test/widgets/scroll_aware_image_provider_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scroll_aware_image_provider_test.dart", "repo_id": "flutter", "token_count": 5594 }
874
// Copyright 2014 The Flutter Authors. 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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; con...
flutter/packages/flutter/test/widgets/scrollable_list_hit_testing_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scrollable_list_hit_testing_test.dart", "repo_id": "flutter", "token_count": 3035 }
875
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.d...
flutter/packages/flutter/test/widgets/semantics_3_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_3_test.dart", "repo_id": "flutter", "token_count": 1566 }
876
// Copyright 2014 The Flutter Authors. 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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.d...
flutter/packages/flutter/test/widgets/semantics_tester_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_tester_test.dart", "repo_id": "flutter", "token_count": 622 }
877
// Copyright 2014 The Flutter Authors. 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('SizeChangedLayoutNotification test', ...
flutter/packages/flutter/test/widgets/size_changed_layout_notification_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/size_changed_layout_notification_test.dart", "repo_id": "flutter", "token_count": 595 }
878
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void verifyPaintPosition(...
flutter/packages/flutter/test/widgets/slivers_appbar_pinned_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/slivers_appbar_pinned_test.dart", "repo_id": "flutter", "token_count": 6484 }
879
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'test_widgets.dart...
flutter/packages/flutter/test/widgets/stateful_component_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/stateful_component_test.dart", "repo_id": "flutter", "token_count": 791 }
880
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidge...
flutter/packages/flutter/test/widgets/texture_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/texture_test.dart", "repo_id": "flutter", "token_count": 1599 }
881
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; impor...
flutter/packages/flutter/test/widgets/view_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/view_test.dart", "repo_id": "flutter", "token_count": 7315 }
882
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart'; void main() { // Change made in https://github.com/flutter/flutter/pull/28602 final PointerEnterEvent enterEve...
flutter/packages/flutter/test_fixes/gestures/gestures.dart/0
{ "file_path": "flutter/packages/flutter/test_fixes/gestures/gestures.dart", "repo_id": "flutter", "token_count": 1036 }
883
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull/66482 ThemeData(textSelectionColor: C...
flutter/packages/flutter/test_fixes/material/theme_data.dart/0
{ "file_path": "flutter/packages/flutter/test_fixes/material/theme_data.dart", "repo_id": "flutter", "token_count": 3425 }
884
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // ignore_for_file: public_member_api_docs // This is the test for the private implementation of animated icons. // To make the private API accessible fro...
flutter/packages/flutter/test_private/test/animated_icons_private_test.dart.tmpl/0
{ "file_path": "flutter/packages/flutter/test_private/test/animated_icons_private_test.dart.tmpl", "repo_id": "flutter", "token_count": 7462 }
885
// Copyright 2014 The Flutter Authors. 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 sends a string to the application and expects a /// string response. class RequestData extends Co...
flutter/packages/flutter_driver/lib/src/common/request_data.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/request_data.dart", "repo_id": "flutter", "token_count": 424 }
886
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /// Timeline data recorded by the Flutter runtime. class Timeline { /// Creates a timeline given JSON-encoded timeline data. /// /// [json] is in the...
flutter/packages/flutter_driver/lib/src/driver/timeline.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/timeline.dart", "repo_id": "flutter", "token_count": 1447 }
887
// Copyright 2014 The Flutter Authors. 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/extension/_extension_io.dart'; import '../../common.dart'; void main() { group('test io_extension',() { late Fut...
flutter/packages/flutter_driver/test/src/real_tests/io_extension_test.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/io_extension_test.dart", "repo_id": "flutter", "token_count": 228 }
888
{ "datePickerHourSemanticsLabelOne": "$hour uur", "datePickerHourSemanticsLabelOther": "$hour uur", "datePickerMinuteSemanticsLabelOne": "1 minuut", "datePickerMinuteSemanticsLabelOther": "$minute minute", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbrevi...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb", "repo_id": "flutter", "token_count": 435 }
889
{ "@datePickerHourSemanticsLabelZero": { "optional": true }, "datePickerHourSemanticsLabelOne": "$hour o'clock", "@datePickerHourSemanticsLabelOne": { "optional": true }, "@datePickerHourSemanticsLabelTwo": { "optional": true }, "@datePickerHourSemanticsLabelFew": { "optional": true },...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb", "repo_id": "flutter", "token_count": 2316 }
890
{ "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabI...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb", "repo_id": "flutter", "token_count": 434 }
891
{ "datePickerHourSemanticsLabelOne": "ساعت $hour", "datePickerHourSemanticsLabelOther": "ساعت $hour", "datePickerMinuteSemanticsLabelOne": "۱ دقیقه", "datePickerMinuteSemanticsLabelOther": "$minute دقیقه", "datePickerDateOrder": "ymd", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbrevi...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb", "repo_id": "flutter", "token_count": 569 }
892
{ "datePickerHourSemanticsLabelOne": "$hour時", "datePickerHourSemanticsLabelOther": "$hour時", "datePickerMinuteSemanticsLabelOne": "1分", "datePickerMinuteSemanticsLabelOther": "$minute分", "datePickerDateOrder": "ymd", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "AM", "p...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb", "repo_id": "flutter", "token_count": 484 }
893
{ "datePickerHourSemanticsLabelOne": "$hour null-null", "datePickerHourSemanticsLabelOther": "$hour null-null", "datePickerMinuteSemanticsLabelOne": "1 minutt", "datePickerMinuteSemanticsLabelOther": "$minute minutter", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteM...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb", "repo_id": "flutter", "token_count": 427 }
894
{ "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži veb", "shareButtonLabel": "Deli…", "noSpellCheckReplacementsLabel": "Nisu pronađene zamene", "menuDismissLabel": "Odbacite meni", "searchTextFieldPlaceholderLabel": "Pretražite", "tabSemanticsLabel": "$tabIndex. kartica od $tabCount...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb", "repo_id": "flutter", "token_count": 515 }
895
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use: // dart dev/tools/localization/bin/gen_local...
flutter/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart", "repo_id": "flutter", "token_count": 137800 }
896
{ "scriptCategory": "English-like", "timeOfDayFormat": "HH.mm", "openAppDrawerTooltip": "Åbn navigationsmenuen", "backButtonTooltip": "Tilbage", "closeButtonTooltip": "Luk", "deleteButtonTooltip": "Slet", "nextMonthTooltip": "Næste måned", "previousMonthTooltip": "Forrige måned", "nextPageTooltip": "N...
flutter/packages/flutter_localizations/lib/src/l10n/material_da.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_da.arb", "repo_id": "flutter", "token_count": 2222 }
897
{ "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", "expansionTileExpandedHint": "presiona dos veces para contraer", "expansionTileCollapsedHint": "presiona...
flutter/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb", "repo_id": "flutter", "token_count": 2321 }
898
{ "remainingTextFieldCharacterCountFew": "Մնաց $remainingCount նիշ", "remainingTextFieldCharacterCountMany": "Մնաց $remainingCount նիշ", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "selectedRowCountTitleFew": "Ընտրված է $selectedRowCount օբյեկտ", "selectedRowCountTitleMany": "Ընտրված է $sel...
flutter/packages/flutter_localizations/lib/src/l10n/material_hy.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_hy.arb", "repo_id": "flutter", "token_count": 4505 }
899