text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
/* * Copyright 2019 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.vmService; import java.util.List; public class ServiceExtensionDescription<T> { private final String extension; private fin...
flutter-intellij/flutter-idea/src/io/flutter/vmService/ServiceExtensionDescription.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/ServiceExtensionDescription.java", "repo_id": "flutter-intellij", "token_count": 296 }
454
/* * Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file * for details. All rights reserved. Use of this source code is governed by a * BSD-style license that can be found in the LICENSE file. * * This file has been automatically generated. Please do not edit it manually. * To regenerate the...
flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/ExtractWidgetOptions.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/ExtractWidgetOptions.java", "repo_id": "flutter-intellij", "token_count": 947 }
455
name: sample_tests description: Sample tests used as test data for the Flutter IntelliJ plugin. version: 0.0.1 environment: sdk: '>=3.0.0-0.0.dev <4.0.0' dev_dependencies: lints: ^2.0.0 meta: any test: ^1.17.0
flutter-intellij/flutter-idea/testData/sample_tests/pubspec.yaml/0
{ "file_path": "flutter-intellij/flutter-idea/testData/sample_tests/pubspec.yaml", "repo_id": "flutter-intellij", "token_count": 95 }
456
/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter; import org.junit.Test; import static io.flutter.FlutterUtils.isValidDartIdentifier; import static io.flutter.FlutterUtils.isV...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/FlutterUtilsTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/FlutterUtilsTest.java", "repo_id": "flutter-intellij", "token_count": 514 }
457
/* * Copyright 2021 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.editor; import com.intellij.psi.PsiElement; import com.intellij.psi.impl.source.tree.LeafPsiElement; import com.jetbrains.lang.d...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/editor/FlutterColorProviderTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/editor/FlutterColorProviderTest.java", "repo_id": "flutter-intellij", "token_count": 2659 }
458
/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.run; import com.google.common.collect.ImmutableList; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/FlutterPositionMapperTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/FlutterPositionMapperTest.java", "repo_id": "flutter-intellij", "token_count": 1874 }
459
/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.sdk; import com.intellij.openapi.util.SystemInfo; import org.junit.Test; import static org.junit.Assert.assertEquals; public c...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/sdk/FlutterSdkUtilsTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/sdk/FlutterSdkUtilsTest.java", "repo_id": "flutter-intellij", "token_count": 1341 }
460
/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.utils; import org.junit.Test; import static org.junit.Assert.assertArrayEquals; public class StdoutJsonParserTest { @Test ...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/StdoutJsonParserTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/StdoutJsonParserTest.java", "repo_id": "flutter-intellij", "token_count": 1674 }
461
/* * Copyright (c) 2015, the Dart project authors. * * Licensed under the Eclipse Public License v1.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.eclipse.org/legal/epl-v10.html * * Unless required by applicable law or...
flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/ErrorKind.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/ErrorKind.java", "repo_id": "flutter-intellij", "token_count": 367 }
462
/* * Copyright (c) 2015, the Dart project authors. * * Licensed under the Eclipse Public License v1.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.eclipse.org/legal/epl-v10.html * * Unless required by applicable law or...
flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Message.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Message.java", "repo_id": "flutter-intellij", "token_count": 861 }
463
/* * Copyright (c) 2015, the Dart project authors. * * Licensed under the Eclipse Public License v1.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.eclipse.org/legal/epl-v10.html * * Unless required by applicable law or...
flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Response.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Response.java", "repo_id": "flutter-intellij", "token_count": 368 }
464
/* * Copyright (c) 2015, the Dart project authors. * * Licensed under the Eclipse Public License v1.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.eclipse.org/legal/epl-v10.html * * Unless required by applicable law or...
flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Timeline.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Timeline.java", "repo_id": "flutter-intellij", "token_count": 536 }
465
/* * Copyright (c) 2015, the Dart project authors. * * Licensed under the Eclipse Public License v1.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.eclipse.org/legal/epl-v10.html * * Unless required by applicable law or...
flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/internal/ResponseSink.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/internal/ResponseSink.java", "repo_id": "flutter-intellij", "token_count": 252 }
466
/* * Copyright 2018 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.actions; import com.android.tools.idea.gradle.project.importing.GradleProjectImporter; import com.intellij.ide.GeneralSettings; ...
flutter-intellij/flutter-studio/src/io/flutter/actions/OpenAndroidModule.java/0
{ "file_path": "flutter-intellij/flutter-studio/src/io/flutter/actions/OpenAndroidModule.java", "repo_id": "flutter-intellij", "token_count": 1472 }
467
package org.jetbrains.kotlin.tools.projectWizard.wizard; import com.intellij.ide.util.projectWizard.EmptyModuleBuilder; // This class definition is required to prevent an exception during extension initialization. public class NewProjectWizardModuleBuilder extends EmptyModuleBuilder { }
flutter-intellij/flutter-studio/src/org/jetbrains/kotlin/tools/projectWizard/wizard/NewProjectWizardModuleBuilder.java/0
{ "file_path": "flutter-intellij/flutter-studio/src/org/jetbrains/kotlin/tools/projectWizard/wizard/NewProjectWizardModuleBuilder.java", "repo_id": "flutter-intellij", "token_count": 74 }
468
/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.tests.util; import com.android.tools.idea.tests.gui.framework.FlutterGuiTestRule; import com.android.tools.idea.tests.gui.framew...
flutter-intellij/flutter-studio/testSrc/io/flutter/tests/util/WizardUtils.java/0
{ "file_path": "flutter-intellij/flutter-studio/testSrc/io/flutter/tests/util/WizardUtils.java", "repo_id": "flutter-intellij", "token_count": 1220 }
469
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1080 1080" style="enable-background:new 0 0 1...
flutter-intellij/resources/META-INF/pluginIcon.svg/0
{ "file_path": "flutter-intellij/resources/META-INF/pluginIcon.svg", "repo_id": "flutter-intellij", "token_count": 2214 }
470
# # Copyright 2020 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # # Replace <KEY> with JxBrowser license key and save this file as jxbrowser.properties jxbrowser.license.key=<KEY>
flutter-intellij/resources/jxbrowser/jxbrowser.properties.template/0
{ "file_path": "flutter-intellij/resources/jxbrowser/jxbrowser.properties.template", "repo_id": "flutter-intellij", "token_count": 79 }
471
<?xml version="1.0" encoding="UTF-8"?> <!-- This script is the compiler-driver for the plugin tool and is not intended to be used elsewhere. Run this script with the current working directory set to the root directory of the Flutter plugin project. Include -D arguments to define these properties: idea.product, idea.ve...
flutter-intellij/tool/plugin/compile.xml/0
{ "file_path": "flutter-intellij/tool/plugin/compile.xml", "repo_id": "flutter-intellij", "token_count": 1755 }
472
// VSCode workspace settings that are shared among all users of this project. // This only affects subdirectories of this project. { // VSCode formats files on save by default. Since Flutter source code is // hand-formatted, the default settings are changed to prevent inadvertent // reformatting of code. ...
flutter/.vscode/settings.json/0
{ "file_path": "flutter/.vscode/settings.json", "repo_id": "flutter", "token_count": 214 }
473
squash
flutter/bin/internal/engine.merge_method/0
{ "file_path": "flutter/bin/internal/engine.merge_method", "repo_id": "flutter", "token_count": 3 }
474
#!/usr/bin/env bash # Copyright 2014 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # ---------------------------------- NOTE ---------------------------------- # # # Please keep the logic in this file consistent with the...
flutter/bin/internal/update_dart_sdk.sh/0
{ "file_path": "flutter/bin/internal/update_dart_sdk.sh", "repo_id": "flutter", "token_count": 2504 }
475
// Copyright 2014 The Flutter Authors. 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 'auto_complete.dart'; import 'badge.dart'; import 'check_box_list_tile.dart'; import 'date_picker.dart'; imp...
flutter/dev/a11y_assessments/lib/use_cases/use_cases.dart/0
{ "file_path": "flutter/dev/a11y_assessments/lib/use_cases/use_cases.dart", "repo_id": "flutter", "token_count": 322 }
476
// Copyright 2014 The Flutter Authors. 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:a11y_assessments/use_cases/text_field.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; impo...
flutter/dev/a11y_assessments/test/text_field_test.dart/0
{ "file_path": "flutter/dev/a11y_assessments/test/text_field_test.dart", "repo_id": "flutter", "token_count": 384 }
477
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; class TestTestBinding extends AutomatedTestWidgetsFlutterBindin...
flutter/dev/automated_tests/flutter_test/test_async_utils_unguarded_test.dart/0
{ "file_path": "flutter/dev/automated_tests/flutter_test/test_async_utils_unguarded_test.dart", "repo_id": "flutter", "token_count": 238 }
478
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:io' as system; import 'package:flutter_test/flutter_test.dart'; // this is a test to make sure our tests consider engine crashes to be failu...
flutter/dev/automated_tests/test_smoke_test/crash1_test.dart/0
{ "file_path": "flutter/dev/automated_tests/test_smoke_test/crash1_test.dart", "repo_id": "flutter", "token_count": 311 }
479
// Copyright 2014 The Flutter Authors. 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/material.dart'; // Various tests to verify that animated image filtered layers do not // dirty children ev...
flutter/dev/benchmarks/macrobenchmarks/lib/src/animated_blur_backdrop_filter.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/animated_blur_backdrop_filter.dart", "repo_id": "flutter", "token_count": 985 }
480
// Copyright 2014 The Flutter Authors. 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'; import 'package:flutter/material.dart'; enum FilterType { opacity, rotateTransform, rotateFilter, } class Filter...
flutter/dev/benchmarks/macrobenchmarks/lib/src/filtered_child_animation.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/filtered_child_animation.dart", "repo_id": "flutter", "token_count": 2977 }
481
// Copyright 2014 The Flutter Authors. 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'; class SimpleScroll extends StatelessWidget { const SimpleScroll({super.key}); @override Widget build(BuildC...
flutter/dev/benchmarks/macrobenchmarks/lib/src/simple_scroll.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/simple_scroll.dart", "repo_id": "flutter", "token_count": 178 }
482
// Copyright 2014 The Flutter Authors. 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/scheduler.dart'; import 'pa...
flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_material_3_semantics.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_material_3_semantics.dart", "repo_id": "flutter", "token_count": 1434 }
483
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert' show json; import 'dart:js_interop'; import 'dart:math' as math; import 'package:web/web.dart' as web; import ...
flutter/dev/benchmarks/macrobenchmarks/lib/web_benchmarks.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/web_benchmarks.dart", "repo_id": "flutter", "token_count": 6417 }
484
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:macrobenchmarks/common.dart'; import 'util.dart...
flutter/dev/benchmarks/macrobenchmarks/test/fullscreen_textfield_perf_e2e.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/test/fullscreen_textfield_perf_e2e.dart", "repo_id": "flutter", "token_count": 242 }
485
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. allprojects { repositories { google() mavenCentral() } } rootProject.buildDir = '../build' subprojects { project.buildDir = "...
flutter/dev/benchmarks/microbenchmarks/android/build.gradle/0
{ "file_path": "flutter/dev/benchmarks/microbenchmarks/android/build.gradle", "repo_id": "flutter", "token_count": 247 }
486
// Copyright 2014 The Flutter Authors. 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'; /// Data for velocity_tracker_bench.dart final List<PointerEvent> velocityEventData = <PointerEvent>[ const Poin...
flutter/dev/benchmarks/microbenchmarks/lib/gestures/data/velocity_tracker_data.dart/0
{ "file_path": "flutter/dev/benchmarks/microbenchmarks/lib/gestures/data/velocity_tracker_data.dart", "repo_id": "flutter", "token_count": 19555 }
487
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. plugins { id 'com.android.application' id 'kotlin-android' } android { signingConfigs { self { } } namespace "dev.flu...
flutter/dev/benchmarks/multiple_flutters/android/app/build.gradle/0
{ "file_path": "flutter/dev/benchmarks/multiple_flutters/android/app/build.gradle", "repo_id": "flutter", "token_count": 640 }
488
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package dev.benchmarks.platform_views_layout_hybrid_composition; import android.content.Context; import androidx.annotation.Nullable; import io.flutter.pl...
flutter/dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewFactory.java/0
{ "file_path": "flutter/dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewFactory.java", "repo_id": "flutter", "token_count": 609 }
489
# Regenerating the i18n files The files in this directory are used to generate `stock_strings.dart`, which contains the `StockStrings` class. This localizations class is used by the stocks application to look up localized message strings. The stocks app uses the [Dart `intl` package](https://github.com/dart-lang/intl)...
flutter/dev/benchmarks/test_apps/stocks/lib/i18n/regenerate.md/0
{ "file_path": "flutter/dev/benchmarks/test_apps/stocks/lib/i18n/regenerate.md", "repo_id": "flutter", "token_count": 300 }
490
#!/usr/bin/env bash # Copyright 2014 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. set -ex readonly SCRIPTS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" readonly ROOT_DIR="$SCRIPTS_DIR/.." function is_expected_fa...
flutter/dev/bots/codelabs_build_test.sh/0
{ "file_path": "flutter/dev/bots/codelabs_build_test.sh", "repo_id": "flutter", "token_count": 447 }
491
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Runs the tests for the flutter/flutter repository. // // // By default, test output is filtered and only errors are shown. (If a // particular test take...
flutter/dev/bots/test.dart/0
{ "file_path": "flutter/dev/bots/test.dart", "repo_id": "flutter", "token_count": 35954 }
492
// Copyright 2014 The Flutter 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 reduced test set tag is missing. This should fail analysis. @Tags(<String>['some-other-tag']) library; import 'package:test/test.dart'; import 'go...
flutter/dev/bots/test/analyze-test-input/root/packages/foo/golden_missing_tag.dart/0
{ "file_path": "flutter/dev/bots/test/analyze-test-input/root/packages/foo/golden_missing_tag.dart", "repo_id": "flutter", "token_count": 120 }
493
// Copyright 2014 The Flutter Authors. 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:file/memory.dart'; import '../tool_subsharding.dart'; import 'common.dart'; void main() { group('generateMetrics', (...
flutter/dev/bots/test/tool_subsharding_test.dart/0
{ "file_path": "flutter/dev/bots/test/tool_subsharding_test.dart", "repo_id": "flutter", "token_count": 2771 }
494
// Copyright 2014 The Flutter Authors. 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/file.dart' show File; import 'globals.dart'; import 'proto/conductor_state.pb.dart' as pb; import 'repository.dart'; import 'state.da...
flutter/dev/conductor/core/lib/src/context.dart/0
{ "file_path": "flutter/dev/conductor/core/lib/src/context.dart", "repo_id": "flutter", "token_count": 548 }
495
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:args/command_runner.dart'; import 'package:file/file.dart'; import 'package:platform/platform.dart'; import './proto/conductor_state.pb.da...
flutter/dev/conductor/core/lib/src/status.dart/0
{ "file_path": "flutter/dev/conductor/core/lib/src/status.dart", "repo_id": "flutter", "token_count": 646 }
496
// Copyright 2014 The Flutter Authors. 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:collection/collection.dart'; import 'package:meta/meta.dart'; @immutable class CustomerTest { factory CustomerTest(Fi...
flutter/dev/customer_testing/lib/customer_test.dart/0
{ "file_path": "flutter/dev/customer_testing/lib/customer_test.dart", "repo_id": "flutter", "token_count": 2433 }
497
// Copyright 2014 The Flutter Authors. 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_devicelab/framework/devices.dart'; import 'package:flutter_devicelab/framework/framework.dart'; import 'package:flutter_devicelab/f...
flutter/dev/devicelab/bin/tasks/drive_perf_debug_warning.dart/0
{ "file_path": "flutter/dev/devicelab/bin/tasks/drive_perf_debug_warning.dart", "repo_id": "flutter", "token_count": 542 }
498
// Copyright 2014 The Flutter Authors. 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_devicelab/framework/devices.dart'; import 'package:flutter_devicelab/framework/framework.dart'; import 'package:flutter_devicelab/f...
flutter/dev/devicelab/bin/tasks/hot_mode_dev_cycle_ios_simulator.dart/0
{ "file_path": "flutter/dev/devicelab/bin/tasks/hot_mode_dev_cycle_ios_simulator.dart", "repo_id": "flutter", "token_count": 358 }
499
// Copyright 2014 The Flutter Authors. 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'; /// A result of running a single task. class TaskResult { TaskResult.buildOnly() : succeeded = true, ...
flutter/dev/devicelab/lib/framework/task_result.dart/0
{ "file_path": "flutter/dev/devicelab/lib/framework/task_result.dart", "repo_id": "flutter", "token_count": 1490 }
500
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'package:path/path.dart' as path; import '../framework/devices.dart'; import '../fra...
flutter/dev/devicelab/lib/tasks/native_assets_test.dart/0
{ "file_path": "flutter/dev/devicelab/lib/tasks/native_assets_test.dart", "repo_id": "flutter", "token_count": 2745 }
501
// Copyright 2014 The Flutter Authors. 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_devicelab/framework/metrics_center.dart'; import 'package:metrics_center/metrics_center.dart'; import 'common.dart'; class FakeFl...
flutter/dev/devicelab/test/metrics_center_test.dart/0
{ "file_path": "flutter/dev/devicelab/test/metrics_center_test.dart", "repo_id": "flutter", "token_count": 2664 }
502
/* Styles for handling custom code snippets */ .snippet-container { padding: 10px; overflow: auto; } .snippet-description { padding: 8px 40px 12px 8px; } .snippet-container pre { max-height: 500px; overflow: auto; padding: 10px; margin: 0px; } .snippet-container ::-webkit-scrollbar { width: 12px; } ...
flutter/dev/docs/assets/snippets.css/0
{ "file_path": "flutter/dev/docs/assets/snippets.css", "repo_id": "flutter", "token_count": 974 }
503
name: renderers environment: sdk: '>=3.2.0-0 <4.0.0'
flutter/dev/docs/renderers/pubspec.yaml/0
{ "file_path": "flutter/dev/docs/renderers/pubspec.yaml", "repo_id": "flutter", "token_count": 31 }
504
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'package:android_semantics_testing/android_semantics_testing.dart'; import 'package:android_semantics_t...
flutter/dev/integration_tests/android_semantics_testing/integration_test/main_test.dart/0
{ "file_path": "flutter/dev/integration_tests/android_semantics_testing/integration_test/main_test.dart", "repo_id": "flutter", "token_count": 11357 }
505
// Copyright 2014 The Flutter Authors. 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:android_semantics_testing/android_semantics_testing.dart'; import 'package:flutter_test/flutter_test.dart'; // JSON matching a serialized ...
flutter/dev/integration_tests/android_semantics_testing/test/android_semantics_testing_test.dart/0
{ "file_path": "flutter/dev/integration_tests/android_semantics_testing/test/android_semantics_testing_test.dart", "repo_id": "flutter", "token_count": 1144 }
506
// Copyright 2014 The Flutter Authors. 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/services.dart'; import 'page.dart'; class WindowManagerIntegrationsPag...
flutter/dev/integration_tests/android_views/lib/wm_integrations.dart/0
{ "file_path": "flutter/dev/integration_tests/android_views/lib/wm_integrations.dart", "repo_id": "flutter", "token_count": 1920 }
507
// Copyright 2014 The Flutter Authors. 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 'basic_messaging.dart'; import 'test_step.dart'; Future<TestStepResult> methodCallJson...
flutter/dev/integration_tests/channels/lib/src/method_calls.dart/0
{ "file_path": "flutter/dev/integration_tests/channels/lib/src/method_calls.dart", "repo_id": "flutter", "token_count": 1196 }
508
#include "../../Flutter/Flutter-Debug.xcconfig" #include "Warnings.xcconfig"
flutter/dev/integration_tests/channels/macos/Runner/Configs/Debug.xcconfig/0
{ "file_path": "flutter/dev/integration_tests/channels/macos/Runner/Configs/Debug.xcconfig", "repo_id": "flutter", "token_count": 32 }
509
package io.flutter.integration.deferred_components_test import io.flutter.embedding.android.FlutterActivity class MainActivity : FlutterActivity()
flutter/dev/integration_tests/deferred_components_test/android/app/src/main/kotlin/io/flutter/integration/deferred_components_test/MainActivity.kt/0
{ "file_path": "flutter/dev/integration_tests/deferred_components_test/android/app/src/main/kotlin/io/flutter/integration/deferred_components_test/MainActivity.kt", "repo_id": "flutter", "token_count": 43 }
510
// Copyright 2014 The Flutter Authors. 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/material.dart'; import 'package:flutter_driver/driver_extension.dart'; import 'component1.dart' deferred as ...
flutter/dev/integration_tests/deferred_components_test/lib/main.dart/0
{ "file_path": "flutter/dev/integration_tests/deferred_components_test/lib/main.dart", "repo_id": "flutter", "token_count": 1073 }
511
#include "Generated.xcconfig"
flutter/dev/integration_tests/external_textures/ios/Flutter/Debug.xcconfig/0
{ "file_path": "flutter/dev/integration_tests/external_textures/ios/Flutter/Debug.xcconfig", "repo_id": "flutter", "token_count": 12 }
512
{ "images" : [ { "size" : "20x20", "idiom" : "iphone", "filename" : "Icon-40.png", "scale" : "2x" }, { "size" : "20x20", "idiom" : "iphone", "filename" : "Icon-60.png", "scale" : "3x" }, { "size" : "29x29", "idiom" : "iphone", "file...
flutter/dev/integration_tests/flutter_gallery/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json", "repo_id": "flutter", "token_count": 1400 }
513
// Copyright 2014 The Flutter Authors. 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 '../../gallery/demo.dart'; class CupertinoButtonsDemo extends StatefulWidget { const CupertinoButtonsDe...
flutter/dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_buttons_demo.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_buttons_demo.dart", "repo_id": "flutter", "token_count": 1811 }
514
// Copyright 2014 The Flutter Authors. 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 '../../gallery/demo.dart'; const String _kGalleryAssetsPackage = 'flutter_gallery_assets'; enum CardDemoT...
flutter/dev/integration_tests/flutter_gallery/lib/demo/material/cards_demo.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/material/cards_demo.dart", "repo_id": "flutter", "token_count": 6184 }
515
// Copyright 2014 The Flutter Authors. 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 '../../gallery/demo.dart'; class ModalBottomSheetDemo extends StatelessWidget { const ModalBottomSheetDe...
flutter/dev/integration_tests/flutter_gallery/lib/demo/material/modal_bottom_sheet_demo.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/material/modal_bottom_sheet_demo.dart", "repo_id": "flutter", "token_count": 593 }
516
// Copyright 2014 The Flutter Authors. 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 'backdrop.dart'; import 'category_menu_page.dart'; import 'colors.dart'; import 'expanding_bottom_sheet.dar...
flutter/dev/integration_tests/flutter_gallery/lib/demo/shrine/app.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/shrine/app.dart", "repo_id": "flutter", "token_count": 1392 }
517
// Copyright 2014 The Flutter Authors. 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 Vertices; import 'package:flutter/material.dart'; import 'transformations_demo_board.dart'; import 'transformations_demo_edit_board_p...
flutter/dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo.dart", "repo_id": "flutter", "token_count": 2562 }
518
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:developer'; import 'dart:math' as math; import 'package:flutter/gestures.dart' show DragStartBehavior; import 'package:flutter/material.dart'...
flutter/dev/integration_tests/flutter_gallery/lib/gallery/home.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/gallery/home.dart", "repo_id": "flutter", "token_count": 5941 }
519
// Copyright 2014 The Flutter Authors. 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/services.dart'; import 'package:flutter_gallery/demo/cupertino/cupertino_navigation_demo.d...
flutter/dev/integration_tests/flutter_gallery/test/demo/cupertino/cupertino_navigation_demo_test.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/test/demo/cupertino/cupertino_navigation_demo_test.dart", "repo_id": "flutter", "token_count": 528 }
520
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // See //dev/devicelab/bin/tasks/flutter_gallery__memory_nav.dart import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter/sc...
flutter/dev/integration_tests/flutter_gallery/test_memory/memory_nav.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/test_memory/memory_nav.dart", "repo_id": "flutter", "token_count": 968 }
521
# iOS Add2App Life Cycle Test This application demonstrates some basic functionality for Add2App, along with a native iOS ViewController as a baseline and to demonstrate interaction. The following functionality is currently implemented: 1. A regular iOS view controller (UIViewController), similar to the default `...
flutter/dev/integration_tests/ios_add2app_life_cycle/README.md/0
{ "file_path": "flutter/dev/integration_tests/ios_add2app_life_cycle/README.md", "repo_id": "flutter", "token_count": 328 }
522
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleDisplayName</key> <string>watch Extension</string> <k...
flutter/dev/integration_tests/ios_app_with_extensions/ios/watch Extension/Info.plist/0
{ "file_path": "flutter/dev/integration_tests/ios_app_with_extensions/ios/watch Extension/Info.plist", "repo_id": "flutter", "token_count": 498 }
523
platform :ios, '12.0' flutter_application_path = '../hello' load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb') target 'Host' do install_all_flutter_pods flutter_application_path end post_install do |installer| flutter_post_install(installer) end
flutter/dev/integration_tests/ios_host_app_swift/Podfile/0
{ "file_path": "flutter/dev/integration_tests/ios_host_app_swift/Podfile", "repo_id": "flutter", "token_count": 100 }
524
// Copyright 2014 The Flutter Authors. 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_driver/driver_extension.dart'; void main() { // ...
flutter/dev/integration_tests/ios_platform_view_tests/lib/main.dart/0
{ "file_path": "flutter/dev/integration_tests/ios_platform_view_tests/lib/main.dart", "repo_id": "flutter", "token_count": 3114 }
525
// Copyright 2014 The Flutter Authors. 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:animations/animations.dart'; import 'package:flutter/material.dart'; import '../../gallery_localizations.dart'; // BEGIN openContainerTran...
flutter/dev/integration_tests/new_gallery/lib/demos/reference/motion_demo_container_transition.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/demos/reference/motion_demo_container_transition.dart", "repo_id": "flutter", "token_count": 11175 }
526
// Copyright 2014 The Flutter Authors. 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:intl/intl.dart' as intl; import 'gallery_localizations.dart'; /// The translations for English (`en`). class GalleryLocalizationsEn exten...
flutter/dev/integration_tests/new_gallery/lib/gallery_localizations_en.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/gallery_localizations_en.dart", "repo_id": "flutter", "token_count": 39484 }
527
// Copyright 2014 The Flutter Authors. 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 'package:flutter/material.dart'; // Color gradients. const Color pinkLeft = Color(0xFFFF5983); const Color pinkRight = Color(0x...
flutter/dev/integration_tests/new_gallery/lib/pages/settings_icon/metrics.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/pages/settings_icon/metrics.dart", "repo_id": "flutter", "token_count": 1171 }
528
// Copyright 2014 The Flutter Authors. 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 'email_model.dart'; const String _avatarsLocation = 'reply/avatars'; class EmailStore with ChangeNotifier ...
flutter/dev/integration_tests/new_gallery/lib/studies/reply/model/email_store.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/studies/reply/model/email_store.dart", "repo_id": "flutter", "token_count": 3379 }
529
// Copyright 2014 The Flutter Authors. 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'; class MaterialDemoThemeData { static final ThemeData themeData = Theme...
flutter/dev/integration_tests/new_gallery/lib/themes/material_demo_theme_data.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/themes/material_demo_theme_data.dart", "repo_id": "flutter", "token_count": 1270 }
530
#include "Generated.xcconfig"
flutter/dev/integration_tests/non_nullable/ios/Flutter/Debug.xcconfig/0
{ "file_path": "flutter/dev/integration_tests/non_nullable/ios/Flutter/Debug.xcconfig", "repo_id": "flutter", "token_count": 12 }
531
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package com.yourcompany.platforminteraction; import androidx.annotation.NonNull; import io.flutter.embedding.android.FlutterActivity; import io.flutter.em...
flutter/dev/integration_tests/platform_interaction/android/app/src/main/java/com/yourcompany/platforminteraction/MainActivity.java/0
{ "file_path": "flutter/dev/integration_tests/platform_interaction/android/app/src/main/java/com/yourcompany/platforminteraction/MainActivity.java", "repo_id": "flutter", "token_count": 246 }
532
# spell_check A Flutter project for testing spell check for [EditableText].
flutter/dev/integration_tests/spell_check/README.md/0
{ "file_path": "flutter/dev/integration_tests/spell_check/README.md", "repo_id": "flutter", "token_count": 20 }
533
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // TODO(camsim99): Revert this timeout change after effects are investigated. @Timeout(Duration(seconds: 60)) library; import 'package:flutter/material.da...
flutter/dev/integration_tests/spell_check/integration_test/integration_test.dart/0
{ "file_path": "flutter/dev/integration_tests/spell_check/integration_test/integration_test.dart", "repo_id": "flutter", "token_count": 2146 }
534
// Copyright 2014 The Flutter Authors. 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'; import 'package:flutter/material.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter_driver/d...
flutter/dev/integration_tests/ui/lib/frame_number.dart/0
{ "file_path": "flutter/dev/integration_tests/ui/lib/frame_number.dart", "repo_id": "flutter", "token_count": 579 }
535
<!DOCTYPE HTML> <!-- Copyright 2014 The Flutter Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <html> <head> <meta charset="UTF-8"> <meta content="IE=Edge" http-equiv="X-UA-Compatible"> <title>Integration test. App load with flu...
flutter/dev/integration_tests/web/web/index_with_flutterjs_el_nonce.html/0
{ "file_path": "flutter/dev/integration_tests/web/web/index_with_flutterjs_el_nonce.html", "repo_id": "flutter", "token_count": 705 }
536
// Copyright 2014 The Flutter Authors. 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 MyApp()); class MyApp extends StatelessWidget { const MyApp({super.key}); @overr...
flutter/dev/integration_tests/web_e2e_tests/lib/text_editing_main.dart/0
{ "file_path": "flutter/dev/integration_tests/web_e2e_tests/lib/text_editing_main.dart", "repo_id": "flutter", "token_count": 1508 }
537
// Copyright 2014 The Flutter Authors. 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:html'; import 'dart:js_util' as js_util; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flut...
flutter/dev/integration_tests/web_e2e_tests/test_driver/text_editing_integration.dart/0
{ "file_path": "flutter/dev/integration_tests/web_e2e_tests/test_driver/text_editing_integration.dart", "repo_id": "flutter", "token_count": 3355 }
538
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data'; import 'package:flutter/services.dart'; const MethodChannel _kMethodChannel = MethodChannel('tests.flutter.dev/windows_startu...
flutter/dev/integration_tests/windows_startup_test/lib/windows.dart/0
{ "file_path": "flutter/dev/integration_tests/windows_startup_test/lib/windows.dart", "repo_id": "flutter", "token_count": 440 }
539
// Copyright 2014 The Flutter Authors. 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'; class ColorDemoHome extends StatelessWidget { const ColorDemoHome({super.key}); @override Widget build(Buil...
flutter/dev/manual_tests/lib/color_testing_demo.dart/0
{ "file_path": "flutter/dev/manual_tests/lib/color_testing_demo.dart", "repo_id": "flutter", "token_count": 1087 }
540
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:io'; import 'package:flutter_test/flutter_test.dart'; import '../../../packages/flutter/test/image_data.dart'; // Retu...
flutter/dev/manual_tests/test/mock_image_http.dart/0
{ "file_path": "flutter/dev/manual_tests/test/mock_image_http.dart", "repo_id": "flutter", "token_count": 544 }
541
{ "version": "v0_206", "md.comp.filled-button.container.color": "primary", "md.comp.filled-button.container.elevation": "md.sys.elevation.level0", "md.comp.filled-button.container.height": 40.0, "md.comp.filled-button.container.shadow-color": "shadow", "md.comp.filled-button.container.shape": "md.sys.shape...
flutter/dev/tools/gen_defaults/data/button_filled.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/button_filled.json", "repo_id": "flutter", "token_count": 901 }
542
{ "version": "v0_206", "md.comp.date-input.modal.container.color": "surfaceContainerHigh", "md.comp.date-input.modal.container.elevation": "md.sys.elevation.level3", "md.comp.date-input.modal.container.height": 512.0, "md.comp.date-input.modal.container.shape": "md.sys.shape.corner.extra-large", "md.comp.d...
flutter/dev/tools/gen_defaults/data/date_picker_input_modal.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/date_picker_input_modal.json", "repo_id": "flutter", "token_count": 309 }
543
{ "version": "v0_206", "md.sys.motion.duration.extra-long1Ms": 700.0, "md.sys.motion.duration.extra-long2Ms": 800.0, "md.sys.motion.duration.extra-long3Ms": 900.0, "md.sys.motion.duration.extra-long4Ms": 1000.0, "md.sys.motion.duration.long1Ms": 450.0, "md.sys.motion.duration.long2Ms": 500.0, "md.sys.m...
flutter/dev/tools/gen_defaults/data/motion.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/motion.json", "repo_id": "flutter", "token_count": 664 }
544
{ "version": "v0_206", "md.comp.snackbar.action.focus.label-text.color": "inversePrimary", "md.comp.snackbar.action.focus.state-layer.color": "inversePrimary", "md.comp.snackbar.action.focus.state-layer.opacity": "md.sys.state.focus.state-layer-opacity", "md.comp.snackbar.action.hover.label-text.color": "inv...
flutter/dev/tools/gen_defaults/data/snackbar.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/snackbar.json", "repo_id": "flutter", "token_count": 848 }
545
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'template.dart'; class BottomAppBarTemplate extends TokenTemplate { const BottomAppBarTemplate(super.blockName, super.fileName, super.tokens, { ...
flutter/dev/tools/gen_defaults/lib/bottom_app_bar_template.dart/0
{ "file_path": "flutter/dev/tools/gen_defaults/lib/bottom_app_bar_template.dart", "repo_id": "flutter", "token_count": 373 }
546
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'template.dart'; class InputDecoratorTemplate extends TokenTemplate { const InputDecoratorTemplate(super.blockName, super.fileName, super.tokens,...
flutter/dev/tools/gen_defaults/lib/input_decorator_template.dart/0
{ "file_path": "flutter/dev/tools/gen_defaults/lib/input_decorator_template.dart", "repo_id": "flutter", "token_count": 4167 }
547
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'template.dart'; class SwitchTemplate extends TokenTemplate { const SwitchTemplate(super.blockName, super.fileName, super.tokens, { super.col...
flutter/dev/tools/gen_defaults/lib/switch_template.dart/0
{ "file_path": "flutter/dev/tools/gen_defaults/lib/switch_template.dart", "repo_id": "flutter", "token_count": 3181 }
548
{ "Space": { "name": "Space", "value": 32, "keyLabel": " ", "names": { "gtk": [ "KP_Space" ], "windows": [ "SPACE" ], "android": [ "SPACE" ], "glfw": [ "SPACE" ] }, "values": { "gtk": [ 65408 ],...
flutter/dev/tools/gen_keycodes/data/logical_key_data.g.json/0
{ "file_path": "flutter/dev/tools/gen_keycodes/data/logical_key_data.g.json", "repo_id": "flutter", "token_count": 88126 }
549
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /// Maps iOS's special key labels to logical key names. /// /// See https://developer.apple.com/documentation/uikit/uikeycommand/input_strings_for_special_...
flutter/dev/tools/gen_keycodes/lib/data.dart/0
{ "file_path": "flutter/dev/tools/gen_keycodes/lib/data.dart", "repo_id": "flutter", "token_count": 396 }
550
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'package:path/path.dart' as path; import '../localizations_utils.dart'; const Strin...
flutter/dev/tools/localization/bin/gen_date_localizations.dart/0
{ "file_path": "flutter/dev/tools/localization/bin/gen_date_localizations.dart", "repo_id": "flutter", "token_count": 3090 }
551
<svg id="svg_build_00" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" > <path id="path_1" d="M 1.0 !!!" fill="#000000" /> </svg>
flutter/dev/tools/vitool/test_assets/illegal_path.svg/0
{ "file_path": "flutter/dev/tools/vitool/test_assets/illegal_path.svg", "repo_id": "flutter", "token_count": 68 }
552
// Copyright 2014 The Flutter Authors. 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/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import 'common.dart'; vo...
flutter/dev/tracing_tests/test/inflate_widget_update_test.dart/0
{ "file_path": "flutter/dev/tracing_tests/test/inflate_widget_update_test.dart", "repo_id": "flutter", "token_count": 676 }
553