text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'pa...
flutter/packages/flutter/test/material/refresh_indicator_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/refresh_indicator_test.dart", "repo_id": "flutter", "token_count": 18169 }
669
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Sn...
flutter/packages/flutter/test/material/snack_bar_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/snack_bar_theme_test.dart", "repo_id": "flutter", "token_count": 10061 }
670
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; const String text = 'Hello World! How are you? Life is good!'; co...
flutter/packages/flutter/test/material/text_field_restoration_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/text_field_restoration_test.dart", "repo_id": "flutter", "token_count": 1178 }
671
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // 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/toggle_buttons_test.dart/0
{ "file_path": "flutter/packages/flutter/test/material/toggle_buttons_test.dart", "repo_id": "flutter", "token_count": 31309 }
672
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart' show DiagnosticLevel, FlutterError; import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_t...
flutter/packages/flutter/test/painting/border_rtl_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/border_rtl_test.dart", "repo_id": "flutter", "token_count": 14494 }
673
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('FractionalOffset control test', () { co...
flutter/packages/flutter/test/painting/fractional_offset_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/fractional_offset_test.dart", "repo_id": "flutter", "token_count": 860 }
674
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; const Rect canvasRect = Rect.fromLTWH(0, 0, 100, 100); const Bord...
flutter/packages/flutter/test/painting/linear_border_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/linear_border_test.dart", "repo_id": "flutter", "token_count": 2516 }
675
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart'; import 'package:flutter_test/flutter_test.dart'; const bool skipTestsWit...
flutter/packages/flutter/test/painting/text_painter_rtl_test.dart/0
{ "file_path": "flutter/packages/flutter/test/painting/text_painter_rtl_test.dart", "repo_id": "flutter", "token_count": 13672 }
676
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('Initializing the RendererBinding does not ...
flutter/packages/flutter/test/rendering/binding_pipeline_manifold_init_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/binding_pipeline_manifold_init_test.dart", "repo_id": "flutter", "token_count": 267 }
677
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; import 'rendering_test...
flutter/packages/flutter/test/rendering/flex_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/flex_test.dart", "repo_id": "flutter", "token_count": 11161 }
678
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import ...
flutter/packages/flutter/test/rendering/object_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/object_test.dart", "repo_id": "flutter", "token_count": 5407 }
679
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('TableBorder constructor', () { const T...
flutter/packages/flutter/test/rendering/table_border_test.dart/0
{ "file_path": "flutter/packages/flutter/test/rendering/table_border_test.dart", "repo_id": "flutter", "token_count": 2371 }
680
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/scheduler.dart'; @Deprecated('scheduler_tester is not compatible with dart:async') // flutter_ignore: deprecation_syntax (see anal...
flutter/packages/flutter/test/scheduler/scheduler_tester.dart/0
{ "file_path": "flutter/packages/flutter/test/scheduler/scheduler_tester.dart", "repo_id": "flutter", "token_count": 188 }
681
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { TestWid...
flutter/packages/flutter/test/services/browser_context_menu_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/browser_context_menu_test.dart", "repo_id": "flutter", "token_count": 1010 }
682
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('...
flutter/packages/flutter/test/services/mouse_tracking_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/mouse_tracking_test.dart", "repo_id": "flutter", "token_count": 397 }
683
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert' show jsonDecode; import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flut...
flutter/packages/flutter/test/services/text_input_test.dart/0
{ "file_path": "flutter/packages/flutter/test/services/text_input_test.dart", "repo_id": "flutter", "token_count": 17602 }
684
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class TestPaintingContext...
flutter/packages/flutter/test/widgets/animated_size_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/animated_size_test.dart", "repo_id": "flutter", "token_count": 7790 }
685
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidg...
flutter/packages/flutter/test/widgets/baseline_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/baseline_test.dart", "repo_id": "flutter", "token_count": 2070 }
686
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; // Assuming that the test container is 800x600. The height of the ...
flutter/packages/flutter/test/widgets/clamp_overscrolls_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/clamp_overscrolls_test.dart", "repo_id": "flutter", "token_count": 1933 }
687
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/widgets/decorated_sliver_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/decorated_sliver_test.dart", "repo_id": "flutter", "token_count": 7622 }
688
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flut...
flutter/packages/flutter/test/widgets/editable_text_shortcuts_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/editable_text_shortcuts_test.dart", "repo_id": "flutter", "token_count": 46031 }
689
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('FractionallySizedBox', (WidgetTester ...
flutter/packages/flutter/test/widgets/fractionally_sized_box_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/fractionally_sized_box_test.dart", "repo_id": "flutter", "token_count": 1328 }
690
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.dart'; void main() { testWidgets('Can...
flutter/packages/flutter/test/widgets/icon_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/icon_test.dart", "repo_id": "flutter", "token_count": 6170 }
691
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; class TestRoute extends PageRouteBuilder<void> { TestRoute(Widge...
flutter/packages/flutter/test/widgets/inherited_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/inherited_theme_test.dart", "repo_id": "flutter", "token_count": 4234 }
692
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'test_widgets.dart'; void main() { testWidgets('ListView...
flutter/packages/flutter/test/widgets/list_view_builder_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/list_view_builder_test.dart", "repo_id": "flutter", "token_count": 5545 }
693
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { group('L...
flutter/packages/flutter/test/widgets/lookup_boundary_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/lookup_boundary_test.dart", "repo_id": "flutter", "token_count": 18169 }
694
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' show FlutterView; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dar...
flutter/packages/flutter/test/widgets/navigator_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/navigator_test.dart", "repo_id": "flutter", "token_count": 88050 }
695
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('PageStorage read and write', (Widget...
flutter/packages/flutter/test/widgets/page_storage_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/page_storage_test.dart", "repo_id": "flutter", "token_count": 1070 }
696
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; @immutable class Pair<T> ...
flutter/packages/flutter/test/widgets/render_object_element_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/render_object_element_test.dart", "repo_id": "flutter", "token_count": 2948 }
697
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'pac...
flutter/packages/flutter/test/widgets/router_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/router_test.dart", "repo_id": "flutter", "token_count": 26210 }
698
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('ClampingScrollS...
flutter/packages/flutter/test/widgets/scroll_simulation_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/scroll_simulation_test.dart", "repo_id": "flutter", "token_count": 2469 }
699
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @TestOn('browser') // This file contains web-only library. library; import 'dart:js_interop'; import 'package:flutter/foundation.dart'; import 'package:f...
flutter/packages/flutter/test/widgets/selectable_region_context_menu_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/selectable_region_context_menu_test.dart", "repo_id": "flutter", "token_count": 1998 }
700
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'semantics_tester.d...
flutter/packages/flutter/test/widgets/semantics_clipping_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/semantics_clipping_test.dart", "repo_id": "flutter", "token_count": 1985 }
701
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/widgets/shader_mask_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/shader_mask_test.dart", "repo_id": "flutter", "token_count": 1515 }
702
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('SliverList reverse children (with ke...
flutter/packages/flutter/test/widgets/sliver_list_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/sliver_list_test.dart", "repo_id": "flutter", "token_count": 5696 }
703
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart...
flutter/packages/flutter/test/widgets/slivers_protocol_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/slivers_protocol_test.dart", "repo_id": "flutter", "token_count": 1366 }
704
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; const BoxDecoration kBoxDecorationA = BoxDecoration( color: Colo...
flutter/packages/flutter/test/widgets/test_widgets.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/test_widgets.dart", "repo_id": "flutter", "token_count": 465 }
705
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; impor...
flutter/packages/flutter/test/widgets/tree_shape_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/tree_shape_test.dart", "repo_id": "flutter", "token_count": 14067 }
706
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void verify(WidgetTester...
flutter/packages/flutter/test/widgets/wrap_test.dart/0
{ "file_path": "flutter/packages/flutter/test/widgets/wrap_test.dart", "repo_id": "flutter", "token_count": 14806 }
707
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/services.dart'; void main() { // Changes made in https://github.com/flutter/flutter/pull/122446 final clipboardData1 = Clipboa...
flutter/packages/flutter/test_fixes/services/services.dart/0
{ "file_path": "flutter/packages/flutter/test_fixes/services/services.dart", "repo_id": "flutter", "token_count": 484 }
708
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:io'; import 'package:fuchsia_remote_debug_protocol/fuchsia_remote_debug_protocol.dart'; import 'error.dart'; class _DummyPortForwarder impl...
flutter/packages/flutter_driver/lib/src/common/fuchsia_compat.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/common/fuchsia_compat.dart", "repo_id": "flutter", "token_count": 1020 }
709
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'timeline.dart'; /// GC related timeline events. /// /// All these events occur only on the UI thread and are non overlapping. const Set<String> kG...
flutter/packages/flutter_driver/lib/src/driver/gc_summarizer.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/driver/gc_summarizer.dart", "repo_id": "flutter", "token_count": 651 }
710
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/scheduler.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutte...
flutter/packages/flutter_driver/lib/src/extension/wait_conditions.dart/0
{ "file_path": "flutter/packages/flutter_driver/lib/src/extension/wait_conditions.dart", "repo_id": "flutter", "token_count": 2099 }
711
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter_driver/src/driver/timeline.dart'; import '../../common.dart'; void main() { group('Timeline', () { test('parses JSON', () {...
flutter/packages/flutter_driver/test/src/real_tests/timeline_test.dart/0
{ "file_path": "flutter/packages/flutter_driver/test/src/real_tests/timeline_test.dart", "repo_id": "flutter", "token_count": 1741 }
712
name: flutter_goldens 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_test: sdk: ...
flutter/packages/flutter_goldens/pubspec.yaml/0
{ "file_path": "flutter/packages/flutter_goldens/pubspec.yaml", "repo_id": "flutter", "token_count": 951 }
713
{ "datePickerHourSemanticsLabelFew": "$hour sata", "datePickerMinuteSemanticsLabelFew": "$minute minute", "timerPickerHourLabelFew": "sata", "timerPickerMinuteLabelFew": "min", "timerPickerSecondLabelFew": "sec.", "datePickerHourSemanticsLabelOne": "$hour sat", "datePickerHourSemanticsLabelOther": "$hour ...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb", "repo_id": "flutter", "token_count": 536 }
714
{ "datePickerHourSemanticsLabelTwo": "$hour בדיוק", "datePickerHourSemanticsLabelMany": "$hour בדיוק", "datePickerMinuteSemanticsLabelTwo": "$minute דקות", "datePickerMinuteSemanticsLabelMany": "$minute דקות", "timerPickerHourLabelTwo": "שעות", "timerPickerHourLabelMany": "שעות", "timerPickerMinuteLabelTw...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb", "repo_id": "flutter", "token_count": 751 }
715
{ "datePickerHourSemanticsLabelFew": "$hour val.", "datePickerHourSemanticsLabelMany": "$hour val.", "datePickerMinuteSemanticsLabelFew": "$minute min.", "datePickerMinuteSemanticsLabelMany": "$minute min.", "timerPickerHourLabelFew": "val.", "timerPickerHourLabelMany": "val.", "timerPickerMinuteLabelFew"...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb", "repo_id": "flutter", "token_count": 617 }
716
{ "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Partilhar…", "lookUpButtonLabel": "Procurar", "noSpellCheckReplacementsLabel": "Não foram encontradas substituições", "menuDismissLabel": "Ignorar menu", "searchTextFieldPlaceholderLabel": "Pesquise", "tabSemanticsLabel": "Separador $tabIn...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb", "repo_id": "flutter", "token_count": 429 }
717
{ "datePickerHourSemanticsLabelFew": "$hour години", "datePickerHourSemanticsLabelMany": "$hour годин", "datePickerMinuteSemanticsLabelFew": "$minute хвилини", "datePickerMinuteSemanticsLabelMany": "$minute хвилин", "timerPickerHourLabelFew": "години", "timerPickerHourLabelMany": "годин", "timerPickerMinu...
flutter/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb", "repo_id": "flutter", "token_count": 774 }
718
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Naviqasiya menyusunu açın", "backButtonTooltip": "Geri", "closeButtonTooltip": "Bağlayın", "deleteButtonTooltip": "Silin", "nextMonthTooltip": "Növbəti ay", "previousMonthTooltip": "Keçən ay", "nextPageTooltip": "N...
flutter/packages/flutter_localizations/lib/src/l10n/material_az.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_az.arb", "repo_id": "flutter", "token_count": 2714 }
719
{ "lookUpButtonLabel": "Regarder en haut", "searchWebButtonLabel": "Rechercher sur le Web", "shareButtonLabel": "Partager…", "scanTextButtonLabel": "Balayer un texte", "menuDismissLabel": "Ignorer le menu", "expansionTileExpandedHint": "toucher deux fois pour réduire", "expansionTileCollapsedHint": "touch...
flutter/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb", "repo_id": "flutter", "token_count": 2296 }
720
{ "scriptCategory": "\u0074\u0061\u006c\u006c", "timeOfDayFormat": "\u0048\u003a\u006d\u006d", "openAppDrawerTooltip": "\u0ca8\u0ccd\u0caf\u0cbe\u0cb5\u0cbf\u0c97\u0cc7\u0cb6\u0ca8\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0ca4\u0cc6\u0cb0\u0cc6\u0caf\u0cbf\u0cb0\u0cbf", "backButtonTooltip": "\u0cb9\u0cb...
flutter/packages/flutter_localizations/lib/src/l10n/material_kn.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_kn.arb", "repo_id": "flutter", "token_count": 9851 }
721
{ "scriptCategory": "tall", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ", "backButtonTooltip": "ପଛକୁ ଫେରନ୍ତୁ", "closeButtonTooltip": "ବନ୍ଦ କରନ୍ତୁ", "deleteButtonTooltip": "ଡିଲିଟ୍ କରନ୍ତୁ", "nextMonthTooltip": "ପରବର୍ତ୍ତୀ ମାସ", "previousMonthTooltip": "ପୂର୍ବ ମାସ", "nextPage...
flutter/packages/flutter_localizations/lib/src/l10n/material_or.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_or.arb", "repo_id": "flutter", "token_count": 5381 }
722
{ "scriptCategory": "dense", "timeOfDayFormat": "h:mm a", "showAccountsLabel": "கணக்குகளைக் காட்டும்", "hideAccountsLabel": "கணக்குகளை மறைக்கும்", "okButtonLabel": "சரி", "continueButtonLabel": "தொடர்", "nextPageTooltip": "அடுத்த பக்கம்", "previousPageTooltip": "முந்தைய பக்கம்", "firstPageTooltip": "ம...
flutter/packages/flutter_localizations/lib/src/l10n/material_ta.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/material_ta.arb", "repo_id": "flutter", "token_count": 6068 }
723
{ "reorderItemToStart": "আৰম্ভণিলৈ স্থানান্তৰ কৰক", "reorderItemToEnd": "শেষলৈ স্থানান্তৰ কৰক", "reorderItemUp": "ওপৰলৈ নিয়ক", "reorderItemDown": "তললৈ স্থানান্তৰ কৰক", "reorderItemLeft": "বাওঁফাললৈ স্থানান্তৰ কৰক", "reorderItemRight": "সোঁফাললৈ স্থানান্তৰ কৰক" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_as.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_as.arb", "repo_id": "flutter", "token_count": 327 }
724
{ "reorderItemToStart": "Déplacer vers le début", "reorderItemToEnd": "Déplacer vers la fin", "reorderItemUp": "Déplacer vers le haut", "reorderItemDown": "Déplacer vers le bas", "reorderItemLeft": "Déplacer vers la gauche", "reorderItemRight": "Déplacer vers la droite" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_fr.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_fr.arb", "repo_id": "flutter", "token_count": 112 }
725
{ "reorderItemToStart": "ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម", "reorderItemToEnd": "ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់", "reorderItemUp": "ផ្លាស់ទី​ឡើង​លើ", "reorderItemDown": "ផ្លាស់ទី​ចុះ​ក្រោម", "reorderItemLeft": "ផ្លាស់ទី​ទៅ​ឆ្វេង", "reorderItemRight": "ផ្លាស់ទីទៅ​ស្តាំ" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_km.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_km.arb", "repo_id": "flutter", "token_count": 388 }
726
{ "reorderItemToStart": "Sogeza hadi mwanzo", "reorderItemToEnd": "Sogeza hadi mwisho", "reorderItemUp": "Sogeza juu", "reorderItemDown": "Sogeza chini", "reorderItemLeft": "Sogeza kushoto", "reorderItemRight": "Sogeza kulia" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_sw.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_sw.arb", "repo_id": "flutter", "token_count": 104 }
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/widgets.dart'; import 'l10n/generated_widgets_localizations.dart'; /// Localized values...
flutter/packages/flutter_localizations/lib/src/widgets_localizations.dart/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/widgets_localizations.dart", "repo_id": "flutter", "token_count": 732 }
728
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:ui' as ui; import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import '...
flutter/packages/flutter_test/lib/src/accessibility.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/accessibility.dart", "repo_id": "flutter", "token_count": 9334 }
729
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; /// The [RestorationManager] used for tests. /// /// Unlike the real [Re...
flutter/packages/flutter_test/lib/src/restoration.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/restoration.dart", "repo_id": "flutter", "token_count": 879 }
730
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('collectAllElements goes in LTR DFS',...
flutter/packages/flutter_test/test/all_elements_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/all_elements_test.dart", "repo_id": "flutter", "token_count": 441 }
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 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import ...
flutter/packages/flutter_test/test/display_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/display_test.dart", "repo_id": "flutter", "token_count": 2434 }
732
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; final List<FlutterErrorDetails> errors = ...
flutter/packages/flutter_test/test/semantics_checker/flutter_test_config.dart/0
{ "file_path": "flutter/packages/flutter_test/test/semantics_checker/flutter_test_config.dart", "repo_id": "flutter", "token_count": 834 }
733
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; class RecognizableTestException implemen...
flutter/packages/flutter_test/test/test_default_binary_messenger_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/test_default_binary_messenger_test.dart", "repo_id": "flutter", "token_count": 1416 }
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. // Do not add package imports to this file. import 'dart:convert'; // flutter_ignore: dart_convert_import. import 'dart:io'; // flutter_ignore: dart_io_imp...
flutter/packages/flutter_tools/bin/tool_backend.dart/0
{ "file_path": "flutter/packages/flutter_tools/bin/tool_backend.dart", "repo_id": "flutter", "token_count": 1964 }
735
// This script is used to warm the Gradle cache by downloading the Flutter dependencies // used during the build. This script is invoked when `flutter precache` is run. // // Command: // gradle -b <flutter-sdk>packages/flutter_tools/gradle/resolve_dependencies.gradle // resolveDependencies // // This way, Gradle ...
flutter/packages/flutter_tools/gradle/resolve_dependencies.gradle/0
{ "file_path": "flutter/packages/flutter_tools/gradle/resolve_dependencies.gradle", "repo_id": "flutter", "token_count": 867 }
736
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="catalog - custom_semantics" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/custom_semantics.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___custom_semantics.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___custom_semantics.xml.copy.tmpl", "repo_id": "flutter", "token_count": 96 }
737
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="manual_tests - card_collection" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/dev/manual_tests/lib/card_collection.dart" /> <method /> </configuration> </component>
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___card_collection.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___card_collection.xml.copy.tmpl", "repo_id": "flutter", "token_count": 97 }
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 'dart:async'; import 'package:meta/meta.dart'; import 'package:process/process.dart'; import '../application_package.dart'; import '../base/common...
flutter/packages/flutter_tools/lib/src/android/android_device.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/android_device.dart", "repo_id": "flutter", "token_count": 18459 }
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:meta/meta.dart'; import '../../base/file_system.dart'; import '../../base/project_migrator.dart'; import '../../base/version.dart'; import...
flutter/packages/flutter_tools/lib/src/android/migrations/android_studio_java_gradle_conflict_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/migrations/android_studio_java_gradle_conflict_migration.dart", "repo_id": "flutter", "token_count": 1848 }
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 'dart:convert'; import 'dart:io' as io show Directory, File, Link, Process, ProcessException, ProcessResult, ProcessSignal, ProcessStartMode, system...
flutter/packages/flutter_tools/lib/src/base/error_handling_io.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/error_handling_io.dart", "repo_id": "flutter", "token_count": 9267 }
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 'platform.dart'; /// Class containing some message strings that can be produced by Flutter tools. // // This allows partial reimplementations of th...
flutter/packages/flutter_tools/lib/src/base/user_messages.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/user_messages.dart", "repo_id": "flutter", "token_count": 6788 }
742
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:meta/meta.dart'; import '../../android/deferred_components_gen_snapshot_validator.dart'; import '../../base/deferred_component.dart'; impo...
flutter/packages/flutter_tools/lib/src/build_system/targets/deferred_components.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/targets/deferred_components.dart", "repo_id": "flutter", "token_count": 1116 }
743
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:pub_semver/pub_semver.dart'; import 'base/logger.dart'; import 'build_info.dart'; import 'cmake_project.dart'; /// Extracts the `BINARY_N...
flutter/packages/flutter_tools/lib/src/cmake.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/cmake.dart", "repo_id": "flutter", "token_count": 1425 }
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 '../base/analyze_size.dart'; import '../base/common.dart'; import '../base/logger.dart'; import '../base/os.dart'; import '../build_info.dart'; imp...
flutter/packages/flutter_tools/lib/src/commands/build_linux.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/build_linux.dart", "repo_id": "flutter", "token_count": 1322 }
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:process/process.dart'; import '../base/common.dart'; import '../base/file_system.dart'; import '../base/io.dart'; import '../base/logger.d...
flutter/packages/flutter_tools/lib/src/commands/downgrade.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/downgrade.dart", "repo_id": "flutter", "token_count": 2623 }
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:meta/meta.dart'; import 'package:package_config/package_config_types.dart'; import '../asset.dart'; import '../base/common.dart'; import '...
flutter/packages/flutter_tools/lib/src/commands/test.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/test.dart", "repo_id": "flutter", "token_count": 11072 }
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 'dart:async'; import 'package:meta/meta.dart'; import 'package:package_config/package_config.dart'; import 'package:process/process.dart'; import ...
flutter/packages/flutter_tools/lib/src/dart/pub.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/dart/pub.dart", "repo_id": "flutter", "token_count": 9051 }
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:meta/meta.dart'; import 'base/async_guard.dart'; import 'base/terminal.dart'; import 'globals.dart' as globals; class ValidatorTask { V...
flutter/packages/flutter_tools/lib/src/doctor_validator.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/doctor_validator.dart", "repo_id": "flutter", "token_count": 3287 }
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 '../base/common.dart'; import '../base/file_system.dart'; import '../base/io.dart'; import '../base/net.dart'; import '../base...
flutter/packages/flutter_tools/lib/src/fuchsia/fuchsia_pm.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/fuchsia/fuchsia_pm.dart", "repo_id": "flutter", "token_count": 2698 }
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 'package:meta/meta.dart'; import 'package:process/process.dart'; import 'package:unified_analytics/unified_analytics.dart'; i...
flutter/packages/flutter_tools/lib/src/ios/mac.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/mac.dart", "repo_id": "flutter", "token_count": 11495 }
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:mustache_template/mustache_template.dart'; import '../base/template.dart'; /// An indirection around mustache use to allow google3 to use...
flutter/packages/flutter_tools/lib/src/isolated/mustache_template.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/isolated/mustache_template.dart", "repo_id": "flutter", "token_count": 171 }
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 '../base/platform.dart'; import '../doctor_validator.dart'; import '../features.dart'; /// The windows-specific implementation of a [Workflow]. ///...
flutter/packages/flutter_tools/lib/src/linux/linux_workflow.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/linux/linux_workflow.dart", "repo_id": "flutter", "token_count": 290 }
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 '../../base/file_system.dart'; import '../../base/project_migrator.dart'; import '../../xcode_project.dart'; /// Update the minimum macOS deploymen...
flutter/packages/flutter_tools/lib/src/macos/migrations/macos_deployment_target_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/macos/migrations/macos_deployment_target_migration.dart", "repo_id": "flutter", "token_count": 849 }
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:pub_semver/pub_semver.dart'; import 'package:yaml/yaml.dart'; import 'base/common.dart'; import 'base/file_system.dart'; import 'platform_...
flutter/packages/flutter_tools/lib/src/plugins.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/plugins.dart", "repo_id": "flutter", "token_count": 5368 }
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:convert/convert.dart'; import 'package:crypto/crypto.dart'; import '../convert.dart'; import '../persistent_tool_state.dart'; /// This me...
flutter/packages/flutter_tools/lib/src/reporting/first_run.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/reporting/first_run.dart", "repo_id": "flutter", "token_count": 2006 }
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 '../convert.dart'; import 'test_device.dart'; import 'watcher.dart'; /// Prints JSON events when running a test in --machine mode. class EventPrin...
flutter/packages/flutter_tools/lib/src/test/event_printer.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/test/event_printer.dart", "repo_id": "flutter", "token_count": 665 }
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 'dart:async'; import 'package:vm_service/vm_service.dart' as vm_service; import 'base/common.dart'; import 'base/error_handling_io.dart'; import '...
flutter/packages/flutter_tools/lib/src/tracing.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/tracing.dart", "repo_id": "flutter", "token_count": 3115 }
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:meta/meta.dart'; import 'package:process/process.dart'; import '../application_package.dart'; import '../base/common.dart'; import '../bas...
flutter/packages/flutter_tools/lib/src/web/web_device.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/web/web_device.dart", "repo_id": "flutter", "token_count": 4959 }
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 'base/error_handling_io.dart'; import 'base/file_system.dart'; import 'base/utils.dart'; import 'build_info.dart'; import 'bundle.dart' as bundle; i...
flutter/packages/flutter_tools/lib/src/xcode_project.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/xcode_project.dart", "repo_id": "flutter", "token_count": 9536 }
760
#include "../../Flutter/Flutter-Release.xcconfig" #include "Warnings.xcconfig"
flutter/packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Configs/Release.xcconfig/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Configs/Release.xcconfig", "repo_id": "flutter", "token_count": 32 }
761
# Project-level configuration. cmake_minimum_required(VERSION 3.14) project({{projectName}} LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. set(BINARY_NAME "{{projectName}}") # Explicitly opt in to modern CMake behaviors to avoid w...
flutter/packages/flutter_tools/templates/app_shared/windows.tmpl/CMakeLists.txt.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_shared/windows.tmpl/CMakeLists.txt.tmpl", "repo_id": "flutter", "token_count": 1609 }
762
// Generated file. Do not edit. include ':app' rootProject.name = 'android_generated' setBinding(new Binding([gradle: this])) evaluate(new File(settingsDir, 'include_flutter.groovy'))
flutter/packages/flutter_tools/templates/module/android/host_app_ephemeral/settings.gradle.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/android/host_app_ephemeral/settings.gradle.copy.tmpl", "repo_id": "flutter", "token_count": 61 }
763
name: {{projectName}} description: {{description}} # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. # Both the version and the builder number may be overridden in flutte...
flutter/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl", "repo_id": "flutter", "token_count": 1048 }
764
# {{projectName}} {{description}} ## Getting Started This project is a starting point for a Flutter [FFI package](https://docs.flutter.dev/development/platform-integration/c-interop), a specialized package that includes native code directly invoked with Dart FFI. ## Project structure This template uses the followi...
flutter/packages/flutter_tools/templates/package_ffi/README.md.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/package_ffi/README.md.tmpl", "repo_id": "flutter", "token_count": 439 }
765
// In order to *not* need this ignore, consider extracting the "web" version // of your plugin as a separate package, instead of inlining it in the same // package as the core of your plugin. // ignore: avoid_web_libraries_in_flutter import 'dart:html' as html show window; import 'package:flutter_web_plugins/flutter_w...
flutter/packages/flutter_tools/templates/plugin/lib/projectName_web.dart.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/plugin/lib/projectName_web.dart.tmpl", "repo_id": "flutter", "token_count": 281 }
766
{ "appTitle": "{{projectName}}", "@appTitle": { "description": "The title of the application" } }
flutter/packages/flutter_tools/templates/skeleton/lib/src/localization/app_en.arb.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/skeleton/lib/src/localization/app_en.arb.tmpl", "repo_id": "flutter", "token_count": 40 }
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:file/memory.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/base/logger.dart'; import 'p...
flutter/packages/flutter_tools/test/commands.shard/hermetic/build_darwin_framework_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/commands.shard/hermetic/build_darwin_framework_test.dart", "repo_id": "flutter", "token_count": 10018 }
768