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/cupertino.dart'; /// Flutter code sample for [CupertinoActivityIndicator]. void main() => runApp(const CupertinoIndicatorApp()); ...
flutter/examples/api/lib/cupertino/activity_indicator/cupertino_activity_indicator.0.dart/0
{ "file_path": "flutter/examples/api/lib/cupertino/activity_indicator/cupertino_activity_indicator.0.dart", "repo_id": "flutter", "token_count": 1143 }
554
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [CupertinoRadio]. void main() => runApp(const CupertinoRadioApp()); class Cupertino...
flutter/examples/api/lib/cupertino/radio/cupertino_radio.0.dart/0
{ "file_path": "flutter/examples/api/lib/cupertino/radio/cupertino_radio.0.dart", "repo_id": "flutter", "token_count": 853 }
555
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [CupertinoTextFormFieldRow]. void main() => runApp(const FormSectionApp()); class F...
flutter/examples/api/lib/cupertino/text_form_field_row/cupertino_text_form_field_row.1.dart/0
{ "file_path": "flutter/examples/api/lib/cupertino/text_form_field_row/cupertino_text_form_field_row.1.dart", "repo_id": "flutter", "token_count": 742 }
556
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [SliverAppBar]. void main() { runApp(const StretchableSliverAppBar()); } class Str...
flutter/examples/api/lib/material/app_bar/sliver_app_bar.4.dart/0
{ "file_path": "flutter/examples/api/lib/material/app_bar/sliver_app_bar.4.dart", "repo_id": "flutter", "token_count": 1404 }
557
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for using [ButtonStyleButton.iconAlignment] parameter. void main() { runApp(const Butto...
flutter/examples/api/lib/material/button_style_button/button_style_button.icon_alignment.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/button_style_button/button_style_button.icon_alignment.0.dart", "repo_id": "flutter", "token_count": 3042 }
558
// Copyright 2014 The Flutter 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 sample demonstrates allowing a context menu to be shown in a widget // subtree in response to user gestures. import 'package:flutter/foundation.da...
flutter/examples/api/lib/material/context_menu/context_menu_controller.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/context_menu/context_menu_controller.0.dart", "repo_id": "flutter", "token_count": 1935 }
559
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [ExpansionTile] and [ExpansionTileController]. void main() { runApp(const Expansion...
flutter/examples/api/lib/material/expansion_tile/expansion_tile.1.dart/0
{ "file_path": "flutter/examples/api/lib/material/expansion_tile/expansion_tile.1.dart", "repo_id": "flutter", "token_count": 1359 }
560
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Flutter code sample InputChip. import 'package:flutter/material.dart'; void main() => runApp(const ChipApp()); class ChipApp extends StatelessWidget ...
flutter/examples/api/lib/material/input_chip/input_chip.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/input_chip/input_chip.0.dart", "repo_id": "flutter", "token_count": 1241 }
561
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for custom list items. void main() => runApp(const CustomListItemApp()); class CustomLis...
flutter/examples/api/lib/material/list_tile/custom_list_item.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/list_tile/custom_list_item.0.dart", "repo_id": "flutter", "token_count": 1548 }
562
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [MenuAnchor]. void main() => runApp(const MenuAnchorApp()); // This is the type use...
flutter/examples/api/lib/material/menu_anchor/menu_anchor.2.dart/0
{ "file_path": "flutter/examples/api/lib/material/menu_anchor/menu_anchor.2.dart", "repo_id": "flutter", "token_count": 820 }
563
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [PopupMenuButton]. // This is the type used by the popup menu below. enum SampleItem ...
flutter/examples/api/lib/material/popup_menu/popup_menu.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/popup_menu/popup_menu.0.dart", "repo_id": "flutter", "token_count": 730 }
564
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [RefreshIndicator]. void main() => runApp(con...
flutter/examples/api/lib/material/refresh_indicator/refresh_indicator.1.dart/0
{ "file_path": "flutter/examples/api/lib/material/refresh_indicator/refresh_indicator.1.dart", "repo_id": "flutter", "token_count": 1569 }
565
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [ScaffoldMessengerState.showMaterialBanner]. void main() => runApp(const ShowMaterial...
flutter/examples/api/lib/material/scaffold/scaffold_messenger_state.show_material_banner.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/scaffold/scaffold_messenger_state.show_material_banner.0.dart", "repo_id": "flutter", "token_count": 527 }
566
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [SelectionArea]. void main() => runApp(const SelectionAreaExampleApp()); class Selec...
flutter/examples/api/lib/material/selection_area/selection_area.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/selection_area/selection_area.0.dart", "repo_id": "flutter", "token_count": 389 }
567
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [Switch.adaptive]. void main() => runApp(const SwitchApp()); class SwitchApp extends...
flutter/examples/api/lib/material/switch/switch.4.dart/0
{ "file_path": "flutter/examples/api/lib/material/switch/switch.4.dart", "repo_id": "flutter", "token_count": 1566 }
568
// Copyright 2014 The Flutter Authors. 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() { runApp(const ThemeDataExampleApp()); } // This app's theme specifies an overall ColorScheme as we...
flutter/examples/api/lib/material/theme_data/theme_data.0.dart/0
{ "file_path": "flutter/examples/api/lib/material/theme_data/theme_data.0.dart", "repo_id": "flutter", "token_count": 1305 }
569
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [ScrollDirection]. void main() => runApp(con...
flutter/examples/api/lib/rendering/scroll_direction/scroll_direction.0.dart/0
{ "file_path": "flutter/examples/api/lib/rendering/scroll_direction/scroll_direction.0.dart", "repo_id": "flutter", "token_count": 2978 }
570
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [AnimatedSwitcher]. void main() => runApp(const AnimatedSwitcherExampleApp()); class...
flutter/examples/api/lib/widgets/animated_switcher/animated_switcher.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/animated_switcher/animated_switcher.0.dart", "repo_id": "flutter", "token_count": 773 }
571
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [ClipRRect]. void main() => runApp(const ClipRRectApp()); class ClipRRectApp extends...
flutter/examples/api/lib/widgets/basic/clip_rrect.1.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/basic/clip_rrect.1.dart", "repo_id": "flutter", "token_count": 617 }
572
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [WidgetBindingsObserver]. void main() => runApp(const WidgetBindingObserverExampleApp...
flutter/examples/api/lib/widgets/binding/widget_binding_observer.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/binding/widget_binding_observer.0.dart", "repo_id": "flutter", "token_count": 700 }
573
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [OrderedTraversalPolicy]. void main() => runApp(const OrderedTraversalPolicyExampleAp...
flutter/examples/api/lib/widgets/focus_traversal/ordered_traversal_policy.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/focus_traversal/ordered_traversal_policy.0.dart", "repo_id": "flutter", "token_count": 1021 }
574
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [AnimatedFractionallySizedBox]. void main() => runApp(const AnimatedFractionallySized...
flutter/examples/api/lib/widgets/implicit_animations/animated_fractionally_sized_box.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/implicit_animations/animated_fractionally_sized_box.0.dart", "repo_id": "flutter", "token_count": 789 }
575
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [Navigator.restorablePush]. void main() => runApp(const RestorablePushExampleApp()); ...
flutter/examples/api/lib/widgets/navigator/navigator.restorable_push.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/navigator/navigator.restorable_push.0.dart", "repo_id": "flutter", "token_count": 455 }
576
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [OverlayPortal]. void main() => runApp(const OverlayPortalExampleApp()); class Overl...
flutter/examples/api/lib/widgets/overlay/overlay_portal.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/overlay/overlay_portal.0.dart", "repo_id": "flutter", "token_count": 645 }
577
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [ScrollMetricsNotification]. void main() => runApp(const ScrollMetricsDemo()); class...
flutter/examples/api/lib/widgets/scroll_position/scroll_metrics_notification.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/scroll_position/scroll_metrics_notification.0.dart", "repo_id": "flutter", "token_count": 777 }
578
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; /// Flutter code sample for [Shortcuts]. void main() => runApp(const Shor...
flutter/examples/api/lib/widgets/shortcuts/shortcuts.1.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/shortcuts/shortcuts.1.dart", "repo_id": "flutter", "token_count": 1068 }
579
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [DefaultTextStyle]. void main() => runApp(const DefaultTextStyleApp()); class Defaul...
flutter/examples/api/lib/widgets/text/text.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/text/text.0.dart", "repo_id": "flutter", "token_count": 444 }
580
// Copyright 2014 The Flutter Authors. 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'; /// Flutter code sample for [ScaleTransition]. void main() => runApp(const ScaleTransitionExampleApp()); class S...
flutter/examples/api/lib/widgets/transitions/scale_transition.0.dart/0
{ "file_path": "flutter/examples/api/lib/widgets/transitions/scale_transition.0.dart", "repo_id": "flutter", "token_count": 549 }
581
#include "../../Flutter/Flutter-Debug.xcconfig" #include "Warnings.xcconfig"
flutter/examples/api/macos/Runner/Configs/Debug.xcconfig/0
{ "file_path": "flutter/examples/api/macos/Runner/Configs/Debug.xcconfig", "repo_id": "flutter", "token_count": 32 }
582
// Copyright 2014 The Flutter Authors. 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_api_samples/cupertino/dialog/cupertino_action_sheet.0.dart' as example; import 'package:fl...
flutter/examples/api/test/cupertino/dialog/cupertino_action_sheet.0_test.dart/0
{ "file_path": "flutter/examples/api/test/cupertino/dialog/cupertino_action_sheet.0_test.dart", "repo_id": "flutter", "token_count": 338 }
583
// Copyright 2014 The Flutter Authors. 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_api_samples/cupertino/search_field/cupertino_search_field.0.dart' as example; import 'pack...
flutter/examples/api/test/cupertino/search_field/cupertino_search_field.0_test.dart/0
{ "file_path": "flutter/examples/api/test/cupertino/search_field/cupertino_search_field.0_test.dart", "repo_id": "flutter", "token_count": 326 }
584
// Copyright 2014 The Flutter Authors. 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_api_samples/material/animated_icon/animated_icon.0.dart' as example; import 'package:fl...
flutter/examples/api/test/material/animated_icon/animated_icon.0_test.dart/0
{ "file_path": "flutter/examples/api/test/material/animated_icon/animated_icon.0_test.dart", "repo_id": "flutter", "token_count": 383 }
585
// Copyright 2014 The Flutter Authors. 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_api_samples/material/bottom_navigation_bar/bottom_navigation_bar.2.dart' as example; import...
flutter/examples/api/test/material/bottom_navigation_bar/bottom_navigation_bar.2_test.dart/0
{ "file_path": "flutter/examples/api/test/material/bottom_navigation_bar/bottom_navigation_bar.2_test.dart", "repo_id": "flutter", "token_count": 464 }
586
// Copyright 2014 The Flutter Authors. 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_api_samples/material/color_scheme/color_scheme.0.dart' as example; import 'package:flutter_...
flutter/examples/api/test/material/color_scheme/color_scheme.0_test.dart/0
{ "file_path": "flutter/examples/api/test/material/color_scheme/color_scheme.0_test.dart", "repo_id": "flutter", "token_count": 510 }
587
// Copyright 2014 The Flutter Authors. 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_api_samples/material/expansion_tile/expansion_tile.2.dart' as example; import 'package:flut...
flutter/examples/api/test/material/expansion_tile/expansion_tile.2_test.dart/0
{ "file_path": "flutter/examples/api/test/material/expansion_tile/expansion_tile.2_test.dart", "repo_id": "flutter", "token_count": 668 }
588
// Copyright 2014 The Flutter Authors. 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_api_samples/material/input_decorator/input_decoration.label_style_error.0.dart' as example;...
flutter/examples/api/test/material/input_decorator/input_decoration.label_style_error.0_test.dart/0
{ "file_path": "flutter/examples/api/test/material/input_decorator/input_decoration.label_style_error.0_test.dart", "repo_id": "flutter", "token_count": 269 }
589
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_api_samples/material/menu_anchor/radio_menu_button....
flutter/examples/api/test/material/menu_anchor/radio_menu_button.0_test.dart/0
{ "file_path": "flutter/examples/api/test/material/menu_anchor/radio_menu_button.0_test.dart", "repo_id": "flutter", "token_count": 1337 }
590
// Copyright 2014 The Flutter Authors. 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_api_samples/material/progress_indicator/circular_progress_indicator.1.dart' as example;...
flutter/examples/api/test/material/progress_indicator/circular_progress_indicator.1_test.dart/0
{ "file_path": "flutter/examples/api/test/material/progress_indicator/circular_progress_indicator.1_test.dart", "repo_id": "flutter", "token_count": 399 }
591
// Copyright 2014 The Flutter Authors. 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_api_samples/material/scaffold/scaffold_messenger_state.show_snack_bar.1.dart' as example; i...
flutter/examples/api/test/material/scaffold/scaffold_messenger_state.show_snack_bar.1_test.dart/0
{ "file_path": "flutter/examples/api/test/material/scaffold/scaffold_messenger_state.show_snack_bar.1_test.dart", "repo_id": "flutter", "token_count": 512 }
592
// Copyright 2014 The Flutter Authors. 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_api_samples/material/tooltip/tooltip.0.dart' as exa...
flutter/examples/api/test/material/tooltip/tooltip.0_test.dart/0
{ "file_path": "flutter/examples/api/test/material/tooltip/tooltip.0_test.dart", "repo_id": "flutter", "token_count": 523 }
593
// Copyright 2014 The Flutter Authors. 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_api_samples/services/keyboard_key/logical_keyboard_key.0.dart' as example; import 'package:...
flutter/examples/api/test/services/keyboard_key/logical_keyboard_key.0_test.dart/0
{ "file_path": "flutter/examples/api/test/services/keyboard_key/logical_keyboard_key.0_test.dart", "repo_id": "flutter", "token_count": 338 }
594
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_api_samples/widgets/actions/action.action_overridab...
flutter/examples/api/test/widgets/actions/action.action_overridable.0_test.dart/0
{ "file_path": "flutter/examples/api/test/widgets/actions/action.action_overridable.0_test.dart", "repo_id": "flutter", "token_count": 625 }
595
// Copyright 2014 The Flutter Authors. 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/material.dart'; import 'package:flutter_api_samples/widgets/basic/fitted_box.0.dart' as example; import 'package...
flutter/examples/api/test/widgets/basic/fitted_box.0_test.dart/0
{ "file_path": "flutter/examples/api/test/widgets/basic/fitted_box.0_test.dart", "repo_id": "flutter", "token_count": 304 }
596
// Copyright 2014 The Flutter Authors. 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_api_samples/widgets/form/form.0.dart' as example; import 'package:flutter_test/flutter_test...
flutter/examples/api/test/widgets/form/form.0_test.dart/0
{ "file_path": "flutter/examples/api/test/widgets/form/form.0_test.dart", "repo_id": "flutter", "token_count": 410 }
597
// Copyright 2014 The Flutter Authors. 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_api_samples/widgets/page_view/page_view.0.dart' as example; import 'package:flutter_test/fl...
flutter/examples/api/test/widgets/page_view/page_view.0_test.dart/0
{ "file_path": "flutter/examples/api/test/widgets/page_view/page_view.0_test.dart", "repo_id": "flutter", "token_count": 879 }
598
// Copyright 2014 The Flutter Authors. 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_api_samples/widgets/sliver/sliver_main_axis_group....
flutter/examples/api/test/widgets/sliver/sliver_main_axis_group.0_test.dart/0
{ "file_path": "flutter/examples/api/test/widgets/sliver/sliver_main_axis_group.0_test.dart", "repo_id": "flutter", "token_count": 493 }
599
# Example of embedding Flutter using FlutterView This project demonstrates how to embed Flutter within an iOS or Android application. On iOS, the iOS and Flutter components are built with Xcode. On Android, the Android and Flutter components are built with Android Studio or Gradle. You can read more about [accessing ...
flutter/examples/flutter_view/README.md/0
{ "file_path": "flutter/examples/flutter_view/README.md", "repo_id": "flutter", "token_count": 150 }
600
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="FnB-1o-m6P"> <device id...
flutter/examples/flutter_view/ios/Runner/Base.lproj/Main.storyboard/0
{ "file_path": "flutter/examples/flutter_view/ios/Runner/Base.lproj/Main.storyboard", "repo_id": "flutter", "token_count": 7700 }
601
#include "ephemeral/Flutter-Generated.xcconfig"
flutter/examples/hello_world/macos/Flutter/Flutter-Debug.xcconfig/0
{ "file_path": "flutter/examples/hello_world/macos/Flutter/Flutter-Debug.xcconfig", "repo_id": "flutter", "token_count": 19 }
602
#include "ephemeral/Flutter-Generated.xcconfig"
flutter/examples/layers/macos/Flutter/Flutter-Release.xcconfig/0
{ "file_path": "flutter/examples/layers/macos/Flutter/Flutter-Release.xcconfig", "repo_id": "flutter", "token_count": 19 }
603
// Copyright 2014 The Flutter Authors. 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:isolate'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; typedef OnProgressListener ...
flutter/examples/layers/services/isolate.dart/0
{ "file_path": "flutter/examples/layers/services/isolate.dart", "repo_id": "flutter", "token_count": 3103 }
604
// Copyright 2014 The Flutter Authors. 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 '../rendering/src/solid_color_box.dart'; // Solid color, RenderOb...
flutter/examples/layers/widgets/spinning_mixed.dart/0
{ "file_path": "flutter/examples/layers/widgets/spinning_mixed.dart", "repo_id": "flutter", "token_count": 1591 }
605
#include "../../Flutter/Flutter-Release.xcconfig" #include "Warnings.xcconfig"
flutter/examples/platform_channel/macos/Runner/Configs/Release.xcconfig/0
{ "file_path": "flutter/examples/platform_channel/macos/Runner/Configs/Release.xcconfig", "repo_id": "flutter", "token_count": 32 }
606
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "PlatformViewController.h" #import <Foundation/Foundation.h> @interface PlatformViewController () @property(weak, nonatomic) IBOutlet UILabel* co...
flutter/examples/platform_view/ios/Runner/PlatformViewController.m/0
{ "file_path": "flutter/examples/platform_view/ios/Runner/PlatformViewController.m", "repo_id": "flutter", "token_count": 336 }
607
# Flutter Texture An example to show how to use custom Flutter textures.
flutter/examples/texture/README.md/0
{ "file_path": "flutter/examples/texture/README.md", "repo_id": "flutter", "token_count": 19 }
608
targets: $default: sources: exclude: - "test/examples/sector_layout_test.dart"
flutter/packages/flutter/build.yaml/0
{ "file_path": "flutter/packages/flutter/build.yaml", "repo_id": "flutter", "token_count": 48 }
609
# Copyright 2014 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # For details regarding the *Flutter Fix* feature, see # https://flutter.dev/docs/development/tools/flutter-fix # Please add new fixes to the top of the file...
flutter/packages/flutter/lib/fix_data/fix_painting.yaml/0
{ "file_path": "flutter/packages/flutter/lib/fix_data/fix_painting.yaml", "repo_id": "flutter", "token_count": 1534 }
610
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /// The Flutter painting library. /// /// To use, import `package:flutter/painting.dart`. /// /// This library includes a variety of classes that wrap the ...
flutter/packages/flutter/lib/painting.dart/0
{ "file_path": "flutter/packages/flutter/lib/painting.dart", "repo_id": "flutter", "token_count": 885 }
611
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart'; import 'package:flutter/widgets.dart'; import 'button.dart'; import 'colors.dart'; import 'icons.dart'; import 'in...
flutter/packages/flutter/lib/src/cupertino/app.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/cupertino/app.dart", "repo_id": "flutter", "token_count": 7853 }
612
// Copyright 2014 The Flutter Authors. 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 'colors.dart'; /// An [IconThemeData] subclass that automatically ...
flutter/packages/flutter/lib/src/cupertino/icon_theme_data.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/cupertino/icon_theme_data.dart", "repo_id": "flutter", "token_count": 665 }
613
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'dart:ui' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'pa...
flutter/packages/flutter/lib/src/cupertino/slider.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/cupertino/slider.dart", "repo_id": "flutter", "token_count": 6451 }
614
The rule for packages in this directory is that they can depend on nothing but core Dart packages. They can't depend on `dart:ui`, they can't depend on any `package:`, and they can't depend on anything outside this directory. Currently they do depend on dart:ui, but only for `VoidCallback` and `clampDouble` (and maybe...
flutter/packages/flutter/lib/src/foundation/README.md/0
{ "file_path": "flutter/packages/flutter/lib/src/foundation/README.md", "repo_id": "flutter", "token_count": 190 }
615
// Copyright 2014 The Flutter 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 implements debugPrint in terms of print, so avoiding // calling "print" is sort of a non-starter here... // ignore_for_file: avoid_print impo...
flutter/packages/flutter/lib/src/foundation/print.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/foundation/print.dart", "repo_id": "flutter", "token_count": 2893 }
616
// Copyright 2014 The Flutter Authors. 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 clampDouble; import 'events.dart'; import 'recognizer.dart'; export 'dart:ui' show Offset, PointerDeviceKin...
flutter/packages/flutter/lib/src/gestures/force_press.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/gestures/force_press.dart", "repo_id": "flutter", "token_count": 4173 }
617
// Copyright 2014 The Flutter Authors. 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 'binding.dart'; import 'events.dart'; import 'lsq_solver.dart'; export 'dart:ui' show Offset, PointerDe...
flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart", "repo_id": "flutter", "token_count": 5649 }
618
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // AUTOGENERATED FILE DO NOT EDIT! // This file was generated by vitool. part of material_animated_icons; // ignore: use_string_in_part_of_directives const...
flutter/packages/flutter/lib/src/material/animated_icons/data/menu_arrow.g.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/animated_icons/data/menu_arrow.g.dart", "repo_id": "flutter", "token_count": 29543 }
619
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'theme.dart'; // Examples can ...
flutter/packages/flutter/lib/src/material/banner_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/banner_theme.dart", "repo_id": "flutter", "token_count": 2218 }
620
// Copyright 2014 The Flutter Authors. 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 'checkbox_theme.dart'; import 'color_scheme.dart'; import 'colors.dart'; import 'constants.dart'; import '...
flutter/packages/flutter/lib/src/material/checkbox.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/checkbox.dart", "repo_id": "flutter", "token_count": 13054 }
621
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'button_style.dart'; import 'co...
flutter/packages/flutter/lib/src/material/date_picker_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/date_picker_theme.dart", "repo_id": "flutter", "token_count": 14698 }
622
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'button_style.dart'; import 'theme.dart'; // Examples can assume:...
flutter/packages/flutter/lib/src/material/elevated_button_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/elevated_button_theme.dart", "repo_id": "flutter", "token_count": 1353 }
623
// Copyright 2014 The Flutter Authors. 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 'colors.dart'; import 'theme.dart'; /// A header used in a Material Design [GridTile]. /// /// Typically us...
flutter/packages/flutter/lib/src/material/grid_tile_bar.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/grid_tile_bar.dart", "repo_id": "flutter", "token_count": 1713 }
624
// Copyright 2014 The Flutter Authors. 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'; /// {@template widgets.material.magnifier.magnifi...
flutter/packages/flutter/lib/src/material/magnifier.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/magnifier.dart", "repo_id": "flutter", "token_count": 4235 }
625
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'...
flutter/packages/flutter/lib/src/material/navigation_drawer_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/navigation_drawer_theme.dart", "repo_id": "flutter", "token_count": 2974 }
626
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:math' as math; import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart';...
flutter/packages/flutter/lib/src/material/range_slider.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/range_slider.dart", "repo_id": "flutter", "token_count": 22537 }
627
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:math' as math; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutte...
flutter/packages/flutter/lib/src/material/slider.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/slider.dart", "repo_id": "flutter", "token_count": 24274 }
628
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui show BoxHeightStyle, BoxWidthStyle; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'pack...
flutter/packages/flutter/lib/src/material/text_field.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/text_field.dart", "repo_id": "flutter", "token_count": 21589 }
629
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' show lerpDouble; import 'package:flutter/foundation.dart'; import 'package:flutter/widgets.dart'; import 'theme.dart'; // Examples can ...
flutter/packages/flutter/lib/src/material/tooltip_theme.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/material/tooltip_theme.dart", "repo_id": "flutter", "token_count": 3887 }
630
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui show lerpDouble; import 'package:flutter/foundation.dart'; import 'basic_types.dart'; import 'borders.dart'; /// A border that fi...
flutter/packages/flutter/lib/src/painting/circle_border.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/circle_border.dart", "repo_id": "flutter", "token_count": 1840 }
631
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:ui' as ui show Codec, FrameInfo, Image; import 'package:flutter/foundation.dart'; import 'package:flutter/scheduler.dart...
flutter/packages/flutter/lib/src/painting/image_stream.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/image_stream.dart", "repo_id": "flutter", "token_count": 13416 }
632
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui show Locale, LocaleStringAttribute, ParagraphBuilder, SpellOutStringAttribute, StringAttribute; import 'package:flutter/foundation....
flutter/packages/flutter/lib/src/painting/text_span.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/painting/text_span.dart", "repo_id": "flutter", "token_count": 6600 }
633
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'object.dart'; import 'proxy_box.dart'; import 'proxy_sliver.dart'; import 'sliver.dart'; /// Paints a [Decoration] either before or after its chil...
flutter/packages/flutter/lib/src/rendering/decorated_sliver.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/decorated_sliver.dart", "repo_id": "flutter", "token_count": 1278 }
634
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math'; import 'dart:ui' as ui show Color; import 'package:flutter/animation.dart'; import 'package:flutter/foundation.dart'; import 'package:...
flutter/packages/flutter/lib/src/rendering/proxy_sliver.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/proxy_sliver.dart", "repo_id": "flutter", "token_count": 4706 }
635
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/painting.dart' hide Border; /// Border specification for [Table] widgets. /// /// This i...
flutter/packages/flutter/lib/src/rendering/table_border.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/rendering/table_border.dart", "repo_id": "flutter", "token_count": 3406 }
636
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' show TextDirection; import 'package:flutter/services.dart' show SystemChannels; import 'semantics_event.dart' show AnnounceSemanticsEven...
flutter/packages/flutter/lib/src/semantics/semantics_service.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/semantics/semantics_service.dart", "repo_id": "flutter", "token_count": 498 }
637
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; /// A class representing rich content (such as a PNG image) inserted via the /// system input method. /// /// Th...
flutter/packages/flutter/lib/src/services/keyboard_inserted_content.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/keyboard_inserted_content.dart", "repo_id": "flutter", "token_count": 607 }
638
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'keyboard_maps.g.dart'; import 'raw_keyboard.dart'; export 'package:flutter/foundation.dart' show Diagno...
flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart", "repo_id": "flutter", "token_count": 5227 }
639
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import '../../services.dart'; /// The direction in which an undo action should be performed, whether undo or re...
flutter/packages/flutter/lib/src/services/undo_manager.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/services/undo_manager.dart", "repo_id": "flutter", "token_count": 1368 }
640
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:flutter/services.dart'; import 'actions.dart'; import 'basic.dart'; import 'container.dart'; import 'editable_text.d...
flutter/packages/flutter/lib/src/widgets/autocomplete.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/autocomplete.dart", "repo_id": "flutter", "token_count": 6785 }
641
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/rendering.dart'; /// Positions the toolbar at [anchor] if it fits, otherwise moves it so that it /// just fits fully on-screen. //...
flutter/packages/flutter/lib/src/widgets/desktop_text_selection_toolbar_layout_delegate.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/desktop_text_selection_toolbar_layout_delegate.dart", "repo_id": "flutter", "token_count": 514 }
642
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'basic.dart'; import 'binding.dart'; import 'framework.dart'; import 'implicit_animations.dart'; import 'm...
flutter/packages/flutter/lib/src/widgets/heroes.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/heroes.dart", "repo_id": "flutter", "token_count": 14555 }
643
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'basic.dart'; import 'debug.dart'; import 'framework.dart'; // ...
flutter/packages/flutter/lib/src/widgets/localizations.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/localizations.dart", "repo_id": "flutter", "token_count": 7166 }
644
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'basic.dart'; import 'framework.dart'; import 'routes.dart'; /// A modal route that replaces the entire screen. /// /// The [PageRouteBuilder] subc...
flutter/packages/flutter/lib/src/widgets/pages.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/pages.dart", "repo_id": "flutter", "token_count": 1221 }
645
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter...
flutter/packages/flutter/lib/src/widgets/scroll_activity.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/scroll_activity.dart", "repo_id": "flutter", "token_count": 7334 }
646
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:math' as math; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter...
flutter/packages/flutter/lib/src/widgets/scrollbar.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/scrollbar.dart", "repo_id": "flutter", "token_count": 26717 }
647
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'basic.dart'; import 'debug.dart'; impo...
flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart", "repo_id": "flutter", "token_count": 5418 }
648
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/gestures.dart'; import 'package:flutter/rendering.dart'; import 'focus_manager.dart'; import 'focus_scope.dart'; import 'framework...
flutter/packages/flutter/lib/src/widgets/two_dimensional_scroll_view.dart/0
{ "file_path": "flutter/packages/flutter/lib/src/widgets/two_dimensional_scroll_view.dart", "repo_id": "flutter", "token_count": 2490 }
649
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(<String>['reduced-test-set']) library; import 'package:flutt...
flutter/packages/flutter/test/cupertino/activity_indicator_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/activity_indicator_test.dart", "repo_id": "flutter", "token_count": 2430 }
650
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('IconTheme.of works', (WidgetTester ...
flutter/packages/flutter/test/cupertino/icon_theme_data_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/icon_theme_data_test.dart", "repo_id": "flutter", "token_count": 556 }
651
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import ...
flutter/packages/flutter/test/cupertino/scrollbar_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/scrollbar_test.dart", "repo_id": "flutter", "token_count": 20509 }
652
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/cupertino.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { test('CupertinoTextTheme matches Apple Design re...
flutter/packages/flutter/test/cupertino/text_theme_test.dart/0
{ "file_path": "flutter/packages/flutter/test/cupertino/text_theme_test.dart", "repo_id": "flutter", "token_count": 892 }
653