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/foundation.dart';
import 'package:flutter_test/flutter_test.dart';
// IMPORTANT: keep this in sync with the same constant defined
... | flutter/packages/flutter/test/foundation/timeline_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/foundation/timeline_test.dart",
"repo_id": "flutter",
"token_count": 1749
} | 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/gestures.dart';
import 'package:flutter_test/flutter_test.dart';
import 'gesture_tester.dart';
void main() {
TestWidgetsFlutter... | flutter/packages/flutter/test/gestures/monodrag_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/gestures/monodrag_test.dart",
"repo_id": "flutter",
"token_count": 2598
} | 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_test/flutter_test.dart';
void main() {
testWidge... | flutter/packages/flutter/test/gestures/transformed_tap_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/gestures/transformed_tap_test.dart",
"repo_id": "flutter",
"token_count": 2706
} | 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/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/renderin... | flutter/packages/flutter/test/material/app_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/app_test.dart",
"repo_id": "flutter",
"token_count": 22563
} | 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() {
test('B... | flutter/packages/flutter/test/material/button_style_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/button_style_test.dart",
"repo_id": "flutter",
"token_count": 3629
} | 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/gestures.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutt... | flutter/packages/flutter/test/material/data_table_theme_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/data_table_theme_test.dart",
"repo_id": "flutter",
"token_count": 10077
} | 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/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
test('D... | flutter/packages/flutter/test/material/dropdown_menu_theme_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/dropdown_menu_theme_test.dart",
"repo_id": "flutter",
"token_count": 6673
} | 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.
// 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/flexible_space_bar_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/flexible_space_bar_test.dart",
"repo_id": "flutter",
"token_count": 19581
} | 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.
// 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/input_decorator_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/input_decorator_test.dart",
"repo_id": "flutter",
"token_count": 167501
} | 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.
// 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';
... | flutter/packages/flutter/test/material/navigation_bar_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/navigation_bar_test.dart",
"repo_id": "flutter",
"token_count": 25601
} | 731 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
test('ProgressIndicatorThemeData copyWith, ==, ha... | flutter/packages/flutter/test/material/progress_indicator_theme_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/progress_indicator_theme_test.dart",
"repo_id": "flutter",
"token_count": 248
} | 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.
// This file is run as part of a reduced test set in CI on Mac and Windows
// machines.
import 'dart:ui';
import 'package:flutter/material.dart';
import '... | flutter/packages/flutter/test/material/segmented_button_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/segmented_button_test.dart",
"repo_id": "flutter",
"token_count": 13534
} | 733 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/services.d... | flutter/packages/flutter/test/material/tabs_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/tabs_test.dart",
"repo_id": "flutter",
"token_count": 104929
} | 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 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
test('T... | flutter/packages/flutter/test/material/theme_data_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/material/theme_data_test.dart",
"repo_id": "flutter",
"token_count": 26110
} | 735 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
void runTests() {
// This is a web-specific test. Nothing to do for AOT engine.
}
| flutter/packages/flutter/test/painting/_network_image_web_test_io.dart/0 | {
"file_path": "flutter/packages/flutter/test/painting/_network_image_web_test_io.dart",
"repo_id": "flutter",
"token_count": 70
} | 736 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file is run as part of a reduced test set in CI on Mac and Windows
// machines because it contains golden tests; see:
// https://github.com/flutter... | flutter/packages/flutter/test/painting/decoration_image_lerp_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/painting/decoration_image_lerp_test.dart",
"repo_id": "flutter",
"token_count": 16289
} | 737 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'dart:io';
import 'dart:math' as math;
import 'dart:ui' show Codec, FrameInfo, ImmutableBuffer;
import 'package:flutter/founda... | flutter/packages/flutter/test/painting/image_provider_network_image_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/painting/image_provider_network_image_test.dart",
"repo_id": "flutter",
"token_count": 4027
} | 738 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/painting.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
test('Border.lerp identical a,b', () {
expect... | flutter/packages/flutter/test/painting/shape_border_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/painting/shape_border_test.dart",
"repo_id": "flutter",
"token_count": 4009
} | 739 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/physics.dart';
import 'package:flutter_test/flutter_test.dart';
class TestSimulation extends Simulation {
@override
double x(d... | flutter/packages/flutter/test/physics/to_string_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/physics/to_string_test.dart",
"repo_id": "flutter",
"token_count": 671
} | 740 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutt... | flutter/packages/flutter/test/rendering/editable_gesture_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/rendering/editable_gesture_test.dart",
"repo_id": "flutter",
"token_count": 933
} | 741 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:ui' as ui;
import 'dart:ui' show PointerChange;
import 'package:flutter/gestures.dart';
import 'package:flutter/rendering.dart';
import 'pack... | flutter/packages/flutter/test/rendering/mouse_tracker_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/rendering/mouse_tracker_test.dart",
"repo_id": "flutter",
"token_count": 10859
} | 742 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:ui' as ui show Gradient, Image, ImageFilter;
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'packag... | flutter/packages/flutter/test/rendering/proxy_box_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/rendering/proxy_box_test.dart",
"repo_id": "flutter",
"token_count": 14831
} | 743 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Test sliver which always attempts to paint itself whether it is visible or not.
// Use for checking if slivers which take sliver children paints optimal... | flutter/packages/flutter/test/rendering/sliver_utils.dart/0 | {
"file_path": "flutter/packages/flutter/test/rendering/sliver_utils.dart",
"repo_id": "flutter",
"token_count": 323
} | 744 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
class TestBinding extends LiveTestWidgetsFlutterBinding {
TestBi... | flutter/packages/flutter/test/scheduler/benchmarks_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/scheduler/benchmarks_test.dart",
"repo_id": "flutter",
"token_count": 843
} | 745 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import '../widgets/semantics_tester.dart';
void main() {
testW... | flutter/packages/flutter/test/semantics/traversal_order_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/semantics/traversal_order_test.dart",
"repo_id": "flutter",
"token_count": 2047
} | 746 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group(PhysicalKeyboardKey, () {
test('Various... | flutter/packages/flutter/test/services/keyboard_key_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/services/keyboard_key_test.dart",
"repo_id": "flutter",
"token_count": 2898
} | 747 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
TestWidgetsFlutterBinding.ensureInitialized();
... | flutter/packages/flutter/test/services/system_chrome_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/services/system_chrome_test.dart",
"repo_id": "flutter",
"token_count": 2542
} | 748 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/src/foundation/diagnostics.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
void mai... | flutter/packages/flutter/test/widgets/animated_grid_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/animated_grid_test.dart",
"repo_id": "flutter",
"token_count": 11405
} | 749 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
vo... | flutter/packages/flutter/test/widgets/async_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/async_test.dart",
"repo_id": "flutter",
"token_count": 7454
} | 750 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'dart:math' as math;
import 'dart:ui' as ui show Image;
import 'package:flutter/foundation.dart';
import 'package:flutter/mate... | flutter/packages/flutter/test/widgets/box_decoration_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/box_decoration_test.dart",
"repo_id": "flutter",
"token_count": 7715
} | 751 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/foundation.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flut... | flutter/packages/flutter/test/widgets/custom_multi_child_layout_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/custom_multi_child_layout_test.dart",
"repo_id": "flutter",
"token_count": 5835
} | 752 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
typedef TestCallback = void Function(BuildContext context);
class... | flutter/packages/flutter/test/widgets/dispose_ancestor_lookup_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/dispose_ancestor_lookup_test.dart",
"repo_id": "flutter",
"token_count": 1368
} | 753 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidge... | flutter/packages/flutter/test/widgets/flex_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/flex_test.dart",
"repo_id": "flutter",
"token_count": 2219
} | 754 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/gestures.dart' show DragStartBehavior;
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'pack... | flutter/packages/flutter/test/widgets/grid_view_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/grid_view_test.dart",
"repo_id": "flutter",
"token_count": 12726
} | 755 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
class MockOnEndFunction {
int called = 0;
void handler() {
... | flutter/packages/flutter/test/widgets/implicit_animations_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/implicit_animations_test.dart",
"repo_id": "flutter",
"token_count": 10804
} | 756 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
class SizeChanger extends StatefulWidget {
const SizeChanger({
... | flutter/packages/flutter/test/widgets/layout_builder_and_parent_data_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/layout_builder_and_parent_data_test.dart",
"repo_id": "flutter",
"token_count": 605
} | 757 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
List<String> items = <String>[
'one',
'two',
'three',
'fou... | flutter/packages/flutter/test/widgets/list_view_with_inherited_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/list_view_with_inherited_test.dart",
"repo_id": "flutter",
"token_count": 546
} | 758 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutter_test.dart';
import 'multi_view_testi... | flutter/packages/flutter/test/widgets/multi_view_tree_updates_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/multi_view_tree_updates_test.dart",
"repo_id": "flutter",
"token_count": 2652
} | 759 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutte... | flutter/packages/flutter/test/widgets/overlay_portal_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/overlay_portal_test.dart",
"repo_id": "flutter",
"token_count": 39047
} | 760 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_test/flut... | flutter/packages/flutter/test/widgets/pop_scope_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/pop_scope_test.dart",
"repo_id": "flutter",
"token_count": 5524
} | 761 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('widget moves scopes during restore',... | flutter/packages/flutter/test/widgets/restoration_scopes_moving_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/restoration_scopes_moving_test.dart",
"repo_id": "flutter",
"token_count": 2328
} | 762 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:ui' as ui;
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:leak_tracker_flutter_testi... | flutter/packages/flutter/test/widgets/scroll_controller_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/scroll_controller_test.dart",
"repo_id": "flutter",
"token_count": 5491
} | 763 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidg... | flutter/packages/flutter/test/widgets/scrollable_restoration_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/scrollable_restoration_test.dart",
"repo_id": "flutter",
"token_count": 7597
} | 764 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import '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_5_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/semantics_5_test.dart",
"repo_id": "flutter",
"token_count": 634
} | 765 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'semantics_tester.d... | flutter/packages/flutter/test/widgets/semantics_zero_surface_size_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/semantics_zero_surface_size_test.dart",
"repo_id": "flutter",
"token_count": 529
} | 766 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidg... | flutter/packages/flutter/test/widgets/sliver_appbar_opacity_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/sliver_appbar_opacity_test.dart",
"repo_id": "flutter",
"token_count": 4013
} | 767 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('S... | flutter/packages/flutter/test/widgets/slivers_appbar_stretch_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/slivers_appbar_stretch_test.dart",
"repo_id": "flutter",
"token_count": 9207
} | 768 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const List<String> kStates = <String>[
'Alabama',
'Alaska',
'Arizona',
'Arkansas',
'California',
'Colorado',
'Connecticut',
'Delaware',
'... | flutter/packages/flutter/test/widgets/states.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/states.dart",
"repo_id": "flutter",
"token_count": 342
} | 769 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart';
import 'package:flutter_test/flu... | flutter/packages/flutter/test/widgets/ticker_provider_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/ticker_provider_test.dart",
"repo_id": "flutter",
"token_count": 4832
} | 770 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'widget_inspector... | flutter/packages/flutter/test/widgets/widget_inspector_structure_error_test.dart/0 | {
"file_path": "flutter/packages/flutter/test/widgets/widget_inspector_structure_error_test.dart",
"repo_id": "flutter",
"token_count": 1196
} | 771 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
void main() {
// Changes made in https://github.com/flutter/flutter/pull/86198
AppBar appBar = AppBar();
app... | flutter/packages/flutter/test_fixes/material/app_bar.dart/0 | {
"file_path": "flutter/packages/flutter/test_fixes/material/app_bar.dart",
"repo_id": "flutter",
"token_count": 256
} | 772 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
void main() {
// Changes made in https://github.com/flutter/flutter/pull/142151
MaterialState selected = Mater... | flutter/packages/flutter/test_fixes/material/widget_state.dart/0 | {
"file_path": "flutter/packages/flutter/test_fixes/material/widget_state.dart",
"repo_id": "flutter",
"token_count": 1226
} | 773 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
void main() {
// Change made in https://github.com/flutter/flutter/pull/109014
InteractiveViewer(alignPanAxis: ... | flutter/packages/flutter/test_fixes/widgets/interactive_viewer.dart/0 | {
"file_path": "flutter/packages/flutter/test_fixes/widgets/interactive_viewer.dart",
"repo_id": "flutter",
"token_count": 242
} | 774 |
name: animated_icons_private_test
environment:
sdk: '>=3.2.0-0 <4.0.0'
dependencies:
# To update these, use "flutter update-packages --force-upgrade".
#
# For detailed instructions, refer to:
# https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter
flutter:
sdk: flutter
flutter_tes... | flutter/packages/flutter/test_private/test/pubspec.yaml/0 | {
"file_path": "flutter/packages/flutter/test_private/test/pubspec.yaml",
"repo_id": "flutter",
"token_count": 992
} | 775 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'diagnostics_tree.dart';
import 'error.dart';
import 'find.dart';
import 'frame_sync.dart';
import 'geometry.dart';
import 'gesture.dart';
import 'h... | flutter/packages/flutter_driver/lib/src/common/deserialization_factory.dart/0 | {
"file_path": "flutter/packages/flutter_driver/lib/src/common/deserialization_factory.dart",
"repo_id": "flutter",
"token_count": 1208
} | 776 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'find.dart';
import 'message.dart';
/// A Flutter Driver command that reads the text from a given element.
class GetText extends CommandWithTarget ... | flutter/packages/flutter_driver/lib/src/common/text.dart/0 | {
"file_path": "flutter/packages/flutter_driver/lib/src/common/text.dart",
"repo_id": "flutter",
"token_count": 725
} | 777 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:file/file.dart' as f;
import 'package:fuchsia_remote_debug_protocol/fuchsia_... | flutter/packages/flutter_driver/lib/src/driver/vmservice_driver.dart/0 | {
"file_path": "flutter/packages/flutter_driver/lib/src/driver/vmservice_driver.dart",
"repo_id": "flutter",
"token_count": 8839
} | 778 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_driver/flutter_driver.dart';
class StubNestedCommand extends CommandWithTarget {
StubNestedCommand(super.finder, this.times, {su... | flutter/packages/flutter_driver/test/src/real_tests/stubs/stub_command.dart/0 | {
"file_path": "flutter/packages/flutter_driver/test/src/real_tests/stubs/stub_command.dart",
"repo_id": "flutter",
"token_count": 462
} | 779 |
# This ensures that parent analysis options do not accidentally break the fix tests.
| flutter/packages/flutter_driver/test_fixes/analysis_options.yaml/0 | {
"file_path": "flutter/packages/flutter_driver/test_fixes/analysis_options.yaml",
"repo_id": "flutter",
"token_count": 16
} | 780 |
{
"timerPickerSecondLabelFew": "ثوانٍ",
"datePickerHourSemanticsLabelZero": "$hour بالضبط",
"datePickerHourSemanticsLabelTwo": "$hour بالضبط",
"datePickerHourSemanticsLabelFew": "$hour بالضبط",
"datePickerHourSemanticsLabelMany": "$hour بالضبط",
"timerPickerHourLabelZero": "ساعة",
"datePickerMinuteSemanti... | flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb",
"repo_id": "flutter",
"token_count": 987
} | 781 |
{
"datePickerHourSemanticsLabelOne": "Ala $hour",
"datePickerHourSemanticsLabelOther": "Alas $hour",
"datePickerMinuteSemanticsLabelOne": "1 minuto",
"datePickerMinuteSemanticsLabelOther": "$minute na minuto",
"datePickerDateOrder": "mdy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbb... | flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb",
"repo_id": "flutter",
"token_count": 443
} | 782 |
{
"datePickerHourSemanticsLabelOne": "Сағат: $hour",
"datePickerHourSemanticsLabelOther": "Сағат: $hour",
"datePickerMinuteSemanticsLabelOne": "1 минут",
"datePickerMinuteSemanticsLabelOther": "$minute минут",
"datePickerDateOrder": "dmy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbb... | flutter/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb",
"repo_id": "flutter",
"token_count": 604
} | 783 |
{
"datePickerHourSemanticsLabelOne": "$hour uur",
"datePickerHourSemanticsLabelOther": "$hour uur",
"datePickerMinuteSemanticsLabelOne": "1 minuut",
"datePickerMinuteSemanticsLabelOther": "$minute minuten",
"datePickerDateOrder": "dmy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbbrev... | flutter/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb",
"repo_id": "flutter",
"token_count": 434
} | 784 |
{
"datePickerHourSemanticsLabelOne": "Saa $hour kamili",
"datePickerHourSemanticsLabelOther": "Saa $hour kamili",
"datePickerMinuteSemanticsLabelOne": "Dakika 1",
"datePickerMinuteSemanticsLabelOther": "Dakika $minute",
"datePickerDateOrder": "dmy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteM... | flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb",
"repo_id": "flutter",
"token_count": 458
} | 785 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// 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_material_localizations.dart/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart",
"repo_id": "flutter",
"token_count": 419189
} | 786 |
{
"dialModeButtonLabel": "Zur Uhrzeitauswahl wechseln",
"licensesPackageDetailTextOne": "1 Lizenz",
"timePickerDialHelpText": "UHRZEIT AUSWÄHLEN",
"timePickerInputHelpText": "ZEIT EINGEBEN",
"timePickerHourLabel": "Stunde",
"timePickerMinuteLabel": "Minute",
"invalidTimeLabel": "Gib eine gültige Uhrzeit e... | flutter/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb",
"repo_id": "flutter",
"token_count": 1374
} | 787 |
{
"scriptCategory": "English-like",
"timeOfDayFormat": "HH:mm",
"openAppDrawerTooltip": "Ava navigeerimismenüü",
"backButtonTooltip": "Tagasi",
"closeButtonTooltip": "Sule",
"deleteButtonTooltip": "Kustuta",
"nextMonthTooltip": "Järgmine kuu",
"previousMonthTooltip": "Eelmine kuu",
"nextPageTooltip": ... | flutter/packages/flutter_localizations/lib/src/l10n/material_et.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_et.arb",
"repo_id": "flutter",
"token_count": 2422
} | 788 |
{
"scriptCategory": "English-like",
"timeOfDayFormat": "H:mm",
"openAppDrawerTooltip": "Opna yfirlitsvalmynd",
"backButtonTooltip": "Til baka",
"closeButtonTooltip": "Loka",
"deleteButtonTooltip": "Eyða",
"nextMonthTooltip": "Næsti mánuður",
"previousMonthTooltip": "Fyrri mánuður",
"nextPageTooltip": ... | flutter/packages/flutter_localizations/lib/src/l10n/material_is.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_is.arb",
"repo_id": "flutter",
"token_count": 2359
} | 789 |
{
"scriptCategory": "English-like",
"timeOfDayFormat": "h:mm a",
"openAppDrawerTooltip": "Buka menu navigasi",
"backButtonTooltip": "Kembali",
"closeButtonTooltip": "Tutup",
"deleteButtonTooltip": "Padam",
"nextMonthTooltip": "Bulan depan",
"previousMonthTooltip": "Bulan sebelumnya",
"nextPageTooltip"... | flutter/packages/flutter_localizations/lib/src/l10n/material_ms.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_ms.arb",
"repo_id": "flutter",
"token_count": 2282
} | 790 |
{
"licensesPackageDetailTextTwo": "$licenseCount licenci",
"licensesPackageDetailTextFew": "$licenseCount licence",
"remainingTextFieldCharacterCountTwo": "Še $remainingCount znaka",
"remainingTextFieldCharacterCountFew": "Še $remainingCount znaki",
"scriptCategory": "English-like",
"timeOfDayFormat": "HH:m... | flutter/packages/flutter_localizations/lib/src/l10n/material_sl.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_sl.arb",
"repo_id": "flutter",
"token_count": 2630
} | 791 |
{
"searchWebButtonLabel": "搜尋",
"shareButtonLabel": "分享…",
"scanTextButtonLabel": "掃瞄文字",
"lookUpButtonLabel": "查詢",
"menuDismissLabel": "閂選單",
"expansionTileExpandedHint": "㩒兩下就可以收合",
"expansionTileCollapsedHint": "㩒兩下就可以展開",
"expansionTileExpandedTapHint": "收合",
"expansionTileCollapsedTapHint": "展開就... | flutter/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb",
"repo_id": "flutter",
"token_count": 2776
} | 792 |
{
"reorderItemToStart": "An den Anfang verschieben",
"reorderItemToEnd": "An das Ende verschieben",
"reorderItemUp": "Nach oben verschieben",
"reorderItemDown": "Nach unten verschieben",
"reorderItemLeft": "Nach links verschieben",
"reorderItemRight": "Nach rechts verschieben"
}
| flutter/packages/flutter_localizations/lib/src/l10n/widgets_de.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_de.arb",
"repo_id": "flutter",
"token_count": 110
} | 793 |
{
"reorderItemToStart": "Pindahkan ke awal",
"reorderItemToEnd": "Pindahkan ke akhir",
"reorderItemUp": "Naikkan",
"reorderItemDown": "Turunkan",
"reorderItemLeft": "Pindahkan ke kiri",
"reorderItemRight": "Pindahkan ke kanan"
}
| flutter/packages/flutter_localizations/lib/src/l10n/widgets_id.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_id.arb",
"repo_id": "flutter",
"token_count": 101
} | 794 |
{
"reorderItemToStart": "सुरुवातीला हलवा",
"reorderItemToEnd": "शेवटाकडे हलवा",
"reorderItemUp": "वर हलवा",
"reorderItemDown": "खाली हलवा",
"reorderItemLeft": "डावीकडे हलवा",
"reorderItemRight": "उजवीकडे हलवा"
}
| flutter/packages/flutter_localizations/lib/src/l10n/widgets_mr.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_mr.arb",
"repo_id": "flutter",
"token_count": 179
} | 795 |
{
"reorderItemToStart": "Presunúť na začiatok",
"reorderItemToEnd": "Presunúť na koniec",
"reorderItemUp": "Presunúť nahor",
"reorderItemDown": "Presunúť nadol",
"reorderItemLeft": "Presunúť doľava",
"reorderItemRight": "Presunúť doprava"
}
| flutter/packages/flutter_localizations/lib/src/l10n/widgets_sk.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_sk.arb",
"repo_id": "flutter",
"token_count": 120
} | 796 |
{
"reorderItemToStart": "移到开头",
"reorderItemToEnd": "移到末尾",
"reorderItemUp": "上移",
"reorderItemDown": "下移",
"reorderItemLeft": "左移",
"reorderItemRight": "右移"
}
| flutter/packages/flutter_localizations/lib/src/l10n/widgets_zh.arb/0 | {
"file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_zh.arb",
"repo_id": "flutter",
"token_count": 103
} | 797 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import... | flutter/packages/flutter_localizations/test/override_test.dart/0 | {
"file_path": "flutter/packages/flutter_localizations/test/override_test.dart",
"repo_id": "flutter",
"token_count": 4119
} | 798 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
import 'pa... | flutter/packages/flutter_test/lib/src/_binding_io.dart/0 | {
"file_path": "flutter/packages/flutter_test/lib/src/_binding_io.dart",
"repo_id": "flutter",
"token_count": 5312
} | 799 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:math' as math;
import 'dart:ui' as ui;
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart' show Card;
import 'pa... | flutter/packages/flutter_test/lib/src/matchers.dart/0 | {
"file_path": "flutter/packages/flutter_test/lib/src/matchers.dart",
"repo_id": "flutter",
"token_count": 32756
} | 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 'package:flutter/foundation.dart';
import 'package:flutter/semantics.dart';
import 'package:flutter/widgets.dart';
/// Provides an iterable that ef... | flutter/packages/flutter_test/lib/src/tree_traversal.dart/0 | {
"file_path": "flutter/packages/flutter_test/lib/src/tree_traversal.dart",
"repo_id": "flutter",
"token_count": 1613
} | 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:io';
import 'package:flutter_test/flutter_test.dart';
// This test checks that we output something on test failure where the test
// creates... | flutter/packages/flutter_test/test/bindings_test_failure.dart/0 | {
"file_path": "flutter/packages/flutter_test/test/bindings_test_failure.dart",
"repo_id": "flutter",
"token_count": 260
} | 802 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'multi_view_testing.dart';
void m... | flutter/packages/flutter_test/test/multi_view_accessibility_test.dart/0 | {
"file_path": "flutter/packages/flutter_test/test/multi_view_accessibility_test.dart",
"repo_id": "flutter",
"token_count": 1694
} | 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 'dart:async';
import 'package:flutter_test/flutter_test.dart';
void testConfig(
String description,
String? expectedStringValue, {
Map<Type,... | flutter/packages/flutter_test/test/test_config/config_test_utils.dart/0 | {
"file_path": "flutter/packages/flutter_test/test/test_config/config_test_utils.dart",
"repo_id": "flutter",
"token_count": 276
} | 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.
// This file exists solely for the compatibility with projects that have
// not migrated to the declarative apply of the Flutter App Plugin Loader Gradle P... | flutter/packages/flutter_tools/gradle/app_plugin_loader.gradle/0 | {
"file_path": "flutter/packages/flutter_tools/gradle/app_plugin_loader.gradle",
"repo_id": "flutter",
"token_count": 206
} | 805 |
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="layers - isolate" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/examples/layers/services/isolate.dart" />
<method />
</configuration>
</component> | flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/layers___isolate.xml.copy.tmpl/0 | {
"file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/layers___isolate.xml.copy.tmpl",
"repo_id": "flutter",
"token_count": 91
} | 806 |
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="manual_tests - text" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/dev/manual_tests/lib/text.dart" />
<method />
</configuration>
</component> | flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___text.xml.copy.tmpl/0 | {
"file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___text.xml.copy.tmpl",
"repo_id": "flutter",
"token_count": 93
} | 807 |
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.idea" />
<excludeFolder url="file://$MODULE_DIR$/buil... | flutter/packages/flutter_tools/ide_templates/intellij/examples/hello_world/hello_world.iml.copy.tmpl/0 | {
"file_path": "flutter/packages/flutter_tools/ide_templates/intellij/examples/hello_world/hello_world.iml.copy.tmpl",
"repo_id": "flutter",
"token_count": 230
} | 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:async';
import 'package:args/command_runner.dart';
import 'package:intl/intl.dart' as intl;
import 'package:intl/intl_standalone.dart' as int... | flutter/packages/flutter_tools/lib/runner.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/runner.dart",
"repo_id": "flutter",
"token_count": 4081
} | 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 'package:xml/xml.dart';
import '../base/deferred_component.dart';
import '../base/error_handling_io.dart';
import '../base/file_system.dart';
impor... | flutter/packages/flutter_tools/lib/src/android/deferred_components_prebuild_validator.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/android/deferred_components_prebuild_validator.dart",
"repo_id": "flutter",
"token_count": 3918
} | 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:math' as math;
import 'logger.dart';
import 'platform.dart';
import 'terminal.dart';
const String fire = '🔥';
const int maxLineWidth = 84;
... | flutter/packages/flutter_tools/lib/src/base/command_help.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/base/command_help.dart",
"repo_id": "flutter",
"token_count": 2364
} | 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 'package:meta/meta.dart';
import 'file_system.dart';
import 'logger.dart';
/// Project is generated from a template on Flutter project creation.
/... | flutter/packages/flutter_tools/lib/src/base/project_migrator.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/base/project_migrator.dart",
"repo_id": "flutter",
"token_count": 843
} | 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:typed_data';
/// Data from a non-linear mathematical function that functions as
/// reproducible noise.
final Uint32List _noise = Uint32List.... | flutter/packages/flutter_tools/lib/src/build_system/hash.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/build_system/hash.dart",
"repo_id": "flutter",
"token_count": 2541
} | 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 'package:pool/pool.dart';
import 'package:process/process.dart';
import '../../base/error_handling_io.dart';
import '..... | flutter/packages/flutter_tools/lib/src/build_system/tools/asset_transformer.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/build_system/tools/asset_transformer.dart",
"repo_id": "flutter",
"token_count": 2562
} | 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:unified_analytics/unified_analytics.dart';
import '../android/android_builder.dart';
import '../android/android_sdk.dart';
import '../andr... | flutter/packages/flutter_tools/lib/src/commands/build_aar.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/commands/build_aar.dart",
"repo_id": "flutter",
"token_count": 2422
} | 815 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:meta/meta.dart';
import 'package:uuid/uuid.dart';
import '../android/android.dart' as android_common;
import '../android/android_workflow.... | flutter/packages/flutter_tools/lib/src/commands/create_base.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/commands/create_base.dart",
"repo_id": "flutter",
"token_count": 10210
} | 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:args/args.dart';
import 'package:unified_analytics/unified_analytics.dart';
import '../base/common.dart';
import '../base/os.dart';
import... | flutter/packages/flutter_tools/lib/src/commands/packages.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/commands/packages.dart",
"repo_id": "flutter",
"token_count": 5791
} | 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 'package:meta/meta.dart';
import '../base/config.dart';
import '../base/file_system.dart';
import '../base/logger.dart';
import '../base/platform.d... | flutter/packages/flutter_tools/lib/src/custom_devices/custom_devices_config.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/custom_devices/custom_devices_config.dart",
"repo_id": "flutter",
"token_count": 2406
} | 818 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'package:process/process.dart';
import 'application_package.dart';
import 'base/file_system.dart';
import 'base/io.dart';
imp... | flutter/packages/flutter_tools/lib/src/desktop_device.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/desktop_device.dart",
"repo_id": "flutter",
"token_count": 3977
} | 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 'package:meta/meta.dart';
import 'package:package_config/package_config.dart';
import 'package:path/path.dart' as path; // flutter_ignore: package_p... | flutter/packages/flutter_tools/lib/src/flutter_plugins.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/flutter_plugins.dart",
"repo_id": "flutter",
"token_count": 16184
} | 820 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:meta/meta.dart';
import 'package:process/process.dart';
import '../base/error_handling_io.dart';
import '../base/file_system.dart';
import... | flutter/packages/flutter_tools/lib/src/ios/core_devices.dart/0 | {
"file_path": "flutter/packages/flutter_tools/lib/src/ios/core_devices.dart",
"repo_id": "flutter",
"token_count": 11004
} | 821 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.