text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
/* * 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.project; import com.intellij.ide.util.importProject.ModuleDescriptor; import com.intellij.ide.util.importProject.ProjectDescript...
flutter-intellij/flutter-idea/src/io/flutter/project/FlutterProjectStructureDetector.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/project/FlutterProjectStructureDetector.java", "repo_id": "flutter-intellij", "token_count": 3735 }
451
/* * Copyright 2016 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.intellij.execution.actions.ConfigurationContext; import com.intellij.execution.actions.ConfigurationFromContext;...
flutter-intellij/flutter-idea/src/io/flutter/run/FlutterRunConfigurationProducer.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/FlutterRunConfigurationProducer.java", "repo_id": "flutter-intellij", "token_count": 1909 }
452
<?xml version="1.0" encoding="UTF-8"?> <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="io.flutter.run.bazel.FlutterBazelConfigurationEditorForm"> <grid id="27dc6" binding="myMainPanel" default-binding="true" layout-manager="GridLayoutManager" row-count="9" column-count="3" same-size-...
flutter-intellij/flutter-idea/src/io/flutter/run/bazel/FlutterBazelConfigurationEditorForm.form/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/bazel/FlutterBazelConfigurationEditorForm.form", "repo_id": "flutter-intellij", "token_count": 2608 }
453
/* * 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.run.common; import com.intellij.execution.Executor; import com.intellij.execution.configurations.RunConfiguration; import com.in...
flutter-intellij/flutter-idea/src/io/flutter/run/common/ConsoleProps.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/common/ConsoleProps.java", "repo_id": "flutter-intellij", "token_count": 1104 }
454
/* * 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.daemon; import com.google.common.base.Joiner; import com.google.common.base.Objects; import com.google.common.collect.Immuta...
flutter-intellij/flutter-idea/src/io/flutter/run/daemon/DeviceDaemon.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/daemon/DeviceDaemon.java", "repo_id": "flutter-intellij", "token_count": 6501 }
455
<?xml version="1.0" encoding="UTF-8"?> <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="io.flutter.run.test.TestForm"> <grid id="27dc6" binding="form" layout-manager="GridLayoutManager" row-count="11" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-...
flutter-intellij/flutter-idea/src/io/flutter/run/test/TestForm.form/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/test/TestForm.form", "repo_id": "flutter-intellij", "token_count": 3162 }
456
/* * Copyright 2016 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.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonPrimitive; import com.goo...
flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSdk.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSdk.java", "repo_id": "flutter-intellij", "token_count": 9219 }
457
package io.flutter.test; import com.google.gson.*; import com.intellij.execution.testframework.TestConsoleProperties; import com.intellij.execution.testframework.sm.ServiceMessageBuilder; import com.intellij.execution.testframework.sm.runner.OutputToGeneralTestEventsConverter; import com.intellij.openapi.diagnostic.Lo...
flutter-intellij/flutter-idea/src/io/flutter/test/DartTestEventsConverterZ.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/test/DartTestEventsConverterZ.java", "repo_id": "flutter-intellij", "token_count": 11264 }
458
/* * 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.utils; import com.intellij.lang.ASTNode; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.vfs.LocalFil...
flutter-intellij/flutter-idea/src/io/flutter/utils/IconPreviewGenerator.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/IconPreviewGenerator.java", "repo_id": "flutter-intellij", "token_count": 2909 }
459
/* * 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.utils.animation; /** * A mapping of the unit interval to the unit interval. * <p> * A curve must map t=0.0 to 0.0 and t=1.0 t...
flutter-intellij/flutter-idea/src/io/flutter/utils/animation/Curve.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/animation/Curve.java", "repo_id": "flutter-intellij", "token_count": 492 }
460
/* * Copyright 2023 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.view; import com.intellij.ui.content.ContentManager; import javax.swing.*; public interface EmbeddedTab { void loadUrl(Strin...
flutter-intellij/flutter-idea/src/io/flutter/view/EmbeddedTab.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/EmbeddedTab.java", "repo_id": "flutter-intellij", "token_count": 118 }
461
/* * 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.view; import com.intellij.icons.AllIcons; import io.flutter.run.daemon.FlutterApp; import io.flutter.vmService.ServiceExtensions...
flutter-intellij/flutter-idea/src/io/flutter/view/PerformanceOverlayAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/PerformanceOverlayAction.java", "repo_id": "flutter-intellij", "token_count": 183 }
462
/* * 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.Arrays; import java.util.List; public class ToggleableServiceExtensionDescription<T> extends Servic...
flutter-intellij/flutter-idea/src/io/flutter/vmService/ToggleableServiceExtensionDescription.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/ToggleableServiceExtensionDescription.java", "repo_id": "flutter-intellij", "token_count": 410 }
463
/* * 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/FlutterOutlineKind.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/FlutterOutlineKind.java", "repo_id": "flutter-intellij", "token_count": 435 }
464
/* * 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. */ package io.flutter.analytics; import org.jetbrains.annotations.NotNull; import java.util.ArrayList; import java.util.List; import java.util.Map; ...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/analytics/MockAnalyticsTransport.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/analytics/MockAnalyticsTransport.java", "repo_id": "flutter-intellij", "token_count": 176 }
465
/* * 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.ide; import com.intellij.openapi.application.WriteAction; import com.intellij.openapi.module.Module; import com.intellij.openapi...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/ide/FlutterCodeInsightFixtureTestCase.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/ide/FlutterCodeInsightFixtureTestCase.java", "repo_id": "flutter-intellij", "token_count": 2143 }
466
/* * 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.run.bazel; import io.flutter.testing.ProjectFixture; import io.flutter.testing.Testing; import org.junit.Rule; import org.junit....
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/bazel/BazelConfigurationFactoryTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/bazel/BazelConfigurationFactoryTest.java", "repo_id": "flutter-intellij", "token_count": 366 }
467
package io.flutter.utils; import org.junit.Test; import static org.junit.Assert.assertEquals; public class UrlUtilsTest { @Test public void testGenerateHtmlFragmentWithHrefTags() { assertEquals( UrlUtils.generateHtmlFragmentWithHrefTags("Open http://link.com"), "Open <...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/UrlUtilsTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/UrlUtilsTest.java", "repo_id": "flutter-intellij", "token_count": 343 }
468
/* * 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/Event.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Event.java", "repo_id": "flutter-intellij", "token_count": 4032 }
469
/* * 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/InstanceRef.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/InstanceRef.java", "repo_id": "flutter-intellij", "token_count": 3053 }
470
/* * 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/Script.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Script.java", "repo_id": "flutter-intellij", "token_count": 627 }
471
/* * Copyright (c) 2012, 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/logging/Logger.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/logging/Logger.java", "repo_id": "flutter-intellij", "token_count": 629 }
472
/* * 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.android; import com.intellij.openapi.roots.libraries.LibraryProperties; import com.intellij.util.xmlb.XmlSerializerUtil; import ...
flutter-intellij/flutter-studio/src/io/flutter/android/AndroidModuleLibraryProperties.java/0
{ "file_path": "flutter-intellij/flutter-studio/src/io/flutter/android/AndroidModuleLibraryProperties.java", "repo_id": "flutter-intellij", "token_count": 267 }
473
/* * 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 com.android.tools.idea.tests.gui.framework; import static com.google.common.base.Charsets.UTF_8; import static com.google.common.io.Files.a...
flutter-intellij/flutter-studio/testSrc/com/android/tools/idea/tests/gui/framework/FlutterGuiTestRule.java/0
{ "file_path": "flutter-intellij/flutter-studio/testSrc/com/android/tools/idea/tests/gui/framework/FlutterGuiTestRule.java", "repo_id": "flutter-intellij", "token_count": 5458 }
474
cd %KOKORO_ARTIFACTS_DIR%\github\flutter-intellij-kokoro rem Use choco to install dart so we get the latest version without having to edit this script rem Can't find where choco puts dart-sdk rem choco -y install dart-sdk rem call RefreshEnv.cmd rem Tests don't run on Windows 7 rem call tool\kokoro\test.bat
flutter-intellij/kokoro/gcp_windows/kokoro_test.bat/0
{ "file_path": "flutter-intellij/kokoro/gcp_windows/kokoro_test.bat", "repo_id": "flutter-intellij", "token_count": 101 }
475
// 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. // Map plugin ID to JetBrains registry ID. const Map<String, String> pluginRegistryIds = { 'io.flutter': '9212', 'io.flutter.as': '10139', // Currently u...
flutter-intellij/tool/plugin/lib/globals.dart/0
{ "file_path": "flutter-intellij/tool/plugin/lib/globals.dart", "repo_id": "flutter-intellij", "token_count": 204 }
476
<!-- when updating this file also update https://github.com/flutter/.github/blob/main/CODE_OF_CONDUCT.md --> # Code of conduct The Flutter project expects Flutter's contributors to act professionally and respectfully. Flutter contributors are expected to maintain the safety and dignity of Flutter's social environment...
flutter/CODE_OF_CONDUCT.md/0
{ "file_path": "flutter/CODE_OF_CONDUCT.md", "repo_id": "flutter", "token_count": 717 }
477
@ECHO off REM Copyright 2014 The Flutter Authors. All rights reserved. REM Use of this source code is governed by a BSD-style license that can be REM found in the LICENSE file. REM A script to exit caller script with the last status code. REM This can be used with ampersand without `SETLOCAL ENABLEDELAYEDEXPANSION`. R...
flutter/bin/internal/exit_with_errorlevel.bat/0
{ "file_path": "flutter/bin/internal/exit_with_errorlevel.bat", "repo_id": "flutter", "token_count": 147 }
478
This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious. The tests in this directory are run in the `framework_te...
flutter/dev/README.md/0
{ "file_path": "flutter/dev/README.md", "repo_id": "flutter", "token_count": 75 }
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 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'use_cases/use_cases.dar...
flutter/dev/a11y_assessments/lib/main.dart/0
{ "file_path": "flutter/dev/a11y_assessments/lib/main.dart", "repo_id": "flutter", "token_count": 890 }
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 'package:a11y_assessments/main.dart'; import 'package:a11y_assessments/use_cases/use_cases.dart'; import 'package:flutter/material.dart'; import 'pa...
flutter/dev/a11y_assessments/test/accessibility_guideline_test.dart/0
{ "file_path": "flutter/dev/a11y_assessments/test/accessibility_guideline_test.dart", "repo_id": "flutter", "token_count": 436 }
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 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'package:flutter_driver/flutter_driver.dart'; import 'package:path/path.dart' as p; i...
flutter/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart/0
{ "file_path": "flutter/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart", "repo_id": "flutter", "token_count": 971 }
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 'package:flutter/material.dart'; class HeavyGridViewPage extends StatelessWidget { const HeavyGridViewPage({super.key}); @override Widget bu...
flutter/dev/benchmarks/macrobenchmarks/lib/src/heavy_grid_view.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/heavy_grid_view.dart", "repo_id": "flutter", "token_count": 316 }
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 'package:flutter/material.dart'; class TextPage extends StatelessWidget { const TextPage({super.key}); @override Widget build(BuildContext c...
flutter/dev/benchmarks/macrobenchmarks/lib/src/text.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/text.dart", "repo_id": "flutter", "token_count": 280 }
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_driver/flutter_driver.dart'; import 'package:macrobenchmarks/common.dart'; import 'util.dart'; void main() { macroPerfTest( ...
flutter/dev/benchmarks/macrobenchmarks/test_driver/fullscreen_textfield_perf_test.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/test_driver/fullscreen_textfield_perf_test.dart", "repo_id": "flutter", "token_count": 224 }
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. import 'package:flutter_driver/flutter_driver.dart'; import 'package:macrobenchmarks/common.dart'; import 'package:test/test.dart' hide TypeMatcher, isInst...
flutter/dev/benchmarks/macrobenchmarks/test_driver/util.dart/0
{ "file_path": "flutter/dev/benchmarks/macrobenchmarks/test_driver/util.dart", "repo_id": "flutter", "token_count": 778 }
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 'dart:convert' show json; import 'dart:math' as math; double _doNormal( {required double mean, required double stddev, required double x}) { ...
flutter/dev/benchmarks/microbenchmarks/lib/common.dart/0
{ "file_path": "flutter/dev/benchmarks/microbenchmarks/lib/common.dart", "repo_id": "flutter", "token_count": 1551 }
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. import 'package:flutter/foundation.dart'; import '../common.dart'; const int _kNumIterations = 10; const int _kNumWarmUp = 100; class Data { Data(this...
flutter/dev/benchmarks/microbenchmarks/lib/language/compute_bench.dart/0
{ "file_path": "flutter/dev/benchmarks/microbenchmarks/lib/language/compute_bench.dart", "repo_id": "flutter", "token_count": 416 }
488
#include "Generated.xcconfig"
flutter/dev/benchmarks/test_apps/stocks/ios/Flutter/Release.xcconfig/0
{ "file_path": "flutter/dev/benchmarks/test_apps/stocks/ios/Flutter/Release.xcconfig", "repo_id": "flutter", "token_count": 12 }
489
// Copyright 2014 The Flutter 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 FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`. import 'stock_strings.dart'; /// The translations for Spanish Castilian (`es`). class Stoc...
flutter/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart/0
{ "file_path": "flutter/dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart", "repo_id": "flutter", "token_count": 169 }
490
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:stocks/main.dart' as stocks; import 'package:stock...
flutter/dev/benchmarks/test_apps/stocks/test/search_test.dart/0
{ "file_path": "flutter/dev/benchmarks/test_apps/stocks/test/search_test.dart", "repo_id": "flutter", "token_count": 717 }
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. import 'package:analyzer/dart/analysis/results.dart'; import 'package:analyzer/dart/ast/ast.dart'; import 'package:analyzer/dart/ast/visitor.dart'; import ...
flutter/dev/bots/custom_rules/no_double_clamp.dart/0
{ "file_path": "flutter/dev/bots/custom_rules/no_double_clamp.dart", "repo_id": "flutter", "token_count": 1273 }
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. // This file is used by ../analyze_snippet_code_test.dart, which depends on the // precise contents (including especially the comments) of this file. // E...
flutter/dev/bots/test/analyze-snippet-code-test-input/known_broken_documentation.dart/0
{ "file_path": "flutter/dev/bots/test/analyze-snippet-code-test-input/known_broken_documentation.dart", "repo_id": "flutter", "token_count": 1517 }
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:async'; import 'dart:core' hide print; import 'dart:io' as system show exit; import 'dart:io' hide exit; import 'dart:math' as math; import '...
flutter/dev/bots/utils.dart/0
{ "file_path": "flutter/dev/bots/utils.dart", "repo_id": "flutter", "token_count": 3476 }
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:args/command_runner.dart'; import 'package:file/file.dart' show File; import 'package:meta/meta.dart' show visibleForTesting; import 'cont...
flutter/dev/conductor/core/lib/src/next.dart/0
{ "file_path": "flutter/dev/conductor/core/lib/src/next.dart", "repo_id": "flutter", "token_count": 5007 }
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 'dart:io'; import 'package:args/args.dart'; import 'package:file/local.dart'; import 'package:glob/glob.dart'; import 'package:path/path.dart' as p...
flutter/dev/customer_testing/run_tests.dart/0
{ "file_path": "flutter/dev/customer_testing/run_tests.dart", "repo_id": "flutter", "token_count": 1733 }
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. // This test runs `flutter test` on the `trivial_widget_test.dart` four times. // // The first time, the result is ignored, on the basis that it's warming ...
flutter/dev/devicelab/bin/tasks/flutter_test_performance.dart/0
{ "file_path": "flutter/dev/devicelab/bin/tasks/flutter_test_performance.dart", "repo_id": "flutter", "token_count": 2099 }
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/apk_utils.dart'; import 'package:flutter_devicelab/framework/framework.dart'; import 'package:flutter_devicelab...
flutter/dev/devicelab/bin/tasks/gradle_plugin_bundle_test.dart/0
{ "file_path": "flutter/dev/devicelab/bin/tasks/gradle_plugin_bundle_test.dart", "repo_id": "flutter", "token_count": 3064 }
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 'dart:io'; import 'package:flutter_devicelab/framework/apk_utils.dart'; import 'package:flutter_devicelab/framework/framework.dart'; import 'packag...
flutter/dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart/0
{ "file_path": "flutter/dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart", "repo_id": "flutter", "token_count": 4728 }
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 'package:flutter_devicelab/framework/framework.dart'; import 'package:flutter_devicelab/tasks/plugin_tests.dart'; Future<void> main() async { awa...
flutter/dev/devicelab/bin/tasks/plugin_test.dart/0
{ "file_path": "flutter/dev/devicelab/bin/tasks/plugin_test.dart", "repo_id": "flutter", "token_count": 262 }
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 'package:args/command_runner.dart'; import '../framework/cocoon.dart'; import '../framework/metrics_center.dart'; class UploadResultsCommand exten...
flutter/dev/devicelab/lib/command/upload_results.dart/0
{ "file_path": "flutter/dev/devicelab/lib/command/upload_results.dart", "repo_id": "flutter", "token_count": 983 }
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 'dart:io'; import 'package:path/path.dart' as path; import '../framework/task_result.dart'; import '../framework/utils.dart'; /// Run each benchm...
flutter/dev/devicelab/lib/tasks/analysis.dart/0
{ "file_path": "flutter/dev/devicelab/lib/tasks/analysis.dart", "repo_id": "flutter", "token_count": 1274 }
502
// Copyright 2014 The Flutter Authors. 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' show Directory, Process; import 'package:path/path.dart' as path; import '../framework/devices.dart' as adb; import '../framework/framew...
flutter/dev/devicelab/lib/tasks/platform_channels_benchmarks.dart/0
{ "file_path": "flutter/dev/devicelab/lib/tasks/platform_channels_benchmarks.dart", "repo_id": "flutter", "token_count": 652 }
503
// Copyright 2014 The Flutter Authors. 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/runner.dart'; import 'common.dart'; void main() { final Map<String, String> isolateParams = <String, String...
flutter/dev/devicelab/test/runner_test.dart/0
{ "file_path": "flutter/dev/devicelab/test/runner_test.dart", "repo_id": "flutter", "token_count": 516 }
504
{ "name": "flutter", "package": "flutter", "author": { "name": "The Flutter Team", "link": "https://flutter.dev" }, "index": "index.html", "icon32x32": "flutter/static-assets/favicon.png", "allowJS": true, "ExternalURL": "https://api.flutter.dev", "selectors": { "#exceptions span.name a": ...
flutter/dev/docs/dashing.json/0
{ "file_path": "flutter/dev/docs/dashing.json", "repo_id": "flutter", "token_count": 609 }
505
<script async="" defer="" src="../assets/api_survey.js"></script>
flutter/dev/docs/survey.html/0
{ "file_path": "flutter/dev/docs/survey.html", "repo_id": "flutter", "token_count": 21 }
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. package com.yourcompany.platforminteraction; import java.util.HashMap; import java.util.Map; import java.util.List; import java.util.ArrayList; import jav...
flutter/dev/integration_tests/android_semantics_testing/android/app/src/main/java/com/yourcompany/platforminteraction/MainActivity.java/0
{ "file_path": "flutter/dev/integration_tests/android_semantics_testing/android/app/src/main/java/com/yourcompany/platforminteraction/MainActivity.java", "repo_id": "flutter", "token_count": 3259 }
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. // ignore_for_file: avoid_dynamic_calls import 'dart:convert'; import 'package:meta/meta.dart'; import 'constants.dart'; /// A semantics node created f...
flutter/dev/integration_tests/android_semantics_testing/lib/src/common.dart/0
{ "file_path": "flutter/dev/integration_tests/android_semantics_testing/lib/src/common.dart", "repo_id": "flutter", "token_count": 2410 }
508
# android\_verified\_input Integration test that confirms that MotionEvents delivered to platform views are verified.
flutter/dev/integration_tests/android_verified_input/README.md/0
{ "file_path": "flutter/dev/integration_tests/android_verified_input/README.md", "repo_id": "flutter", "token_count": 27 }
509
# channels Integration test of platform channels.
flutter/dev/integration_tests/channels/README.md/0
{ "file_path": "flutter/dev/integration_tests/channels/README.md", "repo_id": "flutter", "token_count": 12 }
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 'package:flutter_driver/flutter_driver.dart'; import 'package:test/test.dart' hide TypeMatcher, isInstanceOf; Future<void> main() async { late Fl...
flutter/dev/integration_tests/deferred_components_test/test_driver/main_test.dart/0
{ "file_path": "flutter/dev/integration_tests/deferred_components_test/test_driver/main_test.dart", "repo_id": "flutter", "token_count": 412 }
511
// Copyright 2014 The Flutter 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 "dev.flutter.flutter-gradle-plugin" } def localProperties = new Properties() def localPropertiesFile = r...
flutter/dev/integration_tests/flavors/android/app/build.gradle/0
{ "file_path": "flutter/dev/integration_tests/flavors/android/app/build.gradle", "repo_id": "flutter", "token_count": 446 }
512
// This xcconfig used for both the paid and free flavor, but the plugins are not different between // them. Pick one. #include? "Pods/Target Support Files/Pods-Free App/Pods-Free App.debug free.xcconfig" #include "Generated.xcconfig"
flutter/dev/integration_tests/flavors/ios/Flutter/Debug.xcconfig/0
{ "file_path": "flutter/dev/integration_tests/flavors/ios/Flutter/Debug.xcconfig", "repo_id": "flutter", "token_count": 74 }
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. export 'animation_demo.dart'; export 'calculator_demo.dart'; export 'colors_demo.dart'; export 'contacts_demo.dart'; export 'cupertino/cupertino.dart'; exp...
flutter/dev/integration_tests/flutter_gallery/lib/demo/all.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/all.dart", "repo_id": "flutter", "token_count": 203 }
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 'dart:math' show Random; import 'package:flutter/cupertino.dart'; import '../../gallery/demo.dart'; class CupertinoRefreshControlDemo extends Sta...
flutter/dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_refresh_demo.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_refresh_demo.dart", "repo_id": "flutter", "token_count": 4609 }
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 'package:intl/intl.dart'; import '../../gallery/demo.dart'; class _InputDropdown extends StatelessWidget {...
flutter/dev/integration_tests/flutter_gallery/lib/demo/material/date_and_time_picker_demo.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/material/date_and_time_picker_demo.dart", "repo_id": "flutter", "token_count": 3219 }
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 '../../gallery/demo.dart'; class PersistentBottomSheetDemo extends StatefulWidget { const PersistentBott...
flutter/dev/integration_tests/flutter_gallery/lib/demo/material/persistent_bottom_sheet_demo.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/material/persistent_bottom_sheet_demo.dart", "repo_id": "flutter", "token_count": 1240 }
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 'package:flutter/material.dart'; const Color kShrinePink50 = Color(0xFFFEEAE6); const Color kShrinePink100 = Color(0xFFFEDBD0); const Color kShrine...
flutter/dev/integration_tests/flutter_gallery/lib/demo/shrine/colors.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/shrine/colors.dart", "repo_id": "flutter", "token_count": 225 }
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 'package:flutter/material.dart'; import 'transformations_demo_board.dart'; import 'transformations_demo_color_picker.dart'; // The panel for editin...
flutter/dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo_edit_board_point.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo_edit_board_point.dart", "repo_id": "flutter", "token_count": 407 }
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/material.dart'; @immutable class GalleryTextScaleValue { const GalleryTextScaleValue(this.scale, this.label); final double? s...
flutter/dev/integration_tests/flutter_gallery/lib/gallery/scales.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/lib/gallery/scales.dart", "repo_id": "flutter", "token_count": 633 }
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. import 'package:flutter/material.dart'; import 'package:flutter_gallery/demo/material/drawer_demo.dart'; import 'package:flutter_test/flutter_test.dart'; ...
flutter/dev/integration_tests/flutter_gallery/test/demo/material/drawer_demo_test.dart/0
{ "file_path": "flutter/dev/integration_tests/flutter_gallery/test/demo/material/drawer_demo_test.dart", "repo_id": "flutter", "token_count": 474 }
521
name: gradle_deprecated_settings description: Integration test for the current settings.gradle. environment: sdk: '>=3.2.0-0 <4.0.0' dependencies: flutter: sdk: flutter camera: 0.10.5+9 camera_android: 0.10.8+16 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" came...
flutter/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml/0
{ "file_path": "flutter/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml", "repo_id": "flutter", "token_count": 625 }
522
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialVi...
flutter/dev/integration_tests/ios_add2app_life_cycle/ios_add2app/Launch Screen.storyboard/0
{ "file_path": "flutter/dev/integration_tests/ios_add2app_life_cycle/ios_add2app/Launch Screen.storyboard", "repo_id": "flutter", "token_count": 2138 }
523
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:ui' as ui; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:ffi_package/f...
flutter/dev/integration_tests/ios_host_app/flutterapp/lib/main/0
{ "file_path": "flutter/dev/integration_tests/ios_host_app/flutterapp/lib/main", "repo_id": "flutter", "token_count": 2273 }
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:dual_screen/dual_screen.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'deferred_widget.da...
flutter/dev/integration_tests/new_gallery/lib/routes.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/routes.dart", "repo_id": "flutter", "token_count": 2460 }
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:flutter/material.dart'; import '../../data/gallery_options.dart'; import '../../gallery_localizations.dart'; import '../../layout/adaptive...
flutter/dev/integration_tests/new_gallery/lib/studies/fortnightly/app.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/studies/fortnightly/app.dart", "repo_id": "flutter", "token_count": 2964 }
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:flutter/widgets.dart'; import '../../../gallery_localizations.dart'; import '../charts/pie_chart.dart'; import '../data.dart'; import '../...
flutter/dev/integration_tests/new_gallery/lib/studies/rally/tabs/budgets.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/studies/rally/tabs/budgets.dart", "repo_id": "flutter", "token_count": 557 }
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 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'model/email_store.dart'; class SearchPage extends StatelessWidge...
flutter/dev/integration_tests/new_gallery/lib/studies/reply/search_page.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/studies/reply/search_page.dart", "repo_id": "flutter", "token_count": 2192 }
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 'dart:math'; import 'package:flutter/material.dart'; import '../../../data/gallery_options.dart'; import '../../../layout/text_scale.dart'; import...
flutter/dev/integration_tests/new_gallery/lib/studies/shrine/supplemental/asymmetric_view.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/lib/studies/shrine/supplemental/asymmetric_view.dart", "repo_id": "flutter", "token_count": 3802 }
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/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:gallery/main.dart'; void main() { testWidgets('...
flutter/dev/integration_tests/new_gallery/test/pages/home_test.dart/0
{ "file_path": "flutter/dev/integration_tests/new_gallery/test/pages/home_test.dart", "repo_id": "flutter", "token_count": 411 }
530
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. const String kDefaultTextField = 'default_textfield'; const String kHeightText = 'height_text'; const String kUnfocusButton = 'unfocus_button'; const Strin...
flutter/dev/integration_tests/ui/lib/keys.dart/0
{ "file_path": "flutter/dev/integration_tests/ui/lib/keys.dart", "repo_id": "flutter", "token_count": 122 }
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. import 'package:flutter_driver/flutter_driver.dart'; import 'package:test/test.dart' hide TypeMatcher, isInstanceOf; // Connect and disconnect from the em...
flutter/dev/integration_tests/ui/test_driver/empty_test.dart/0
{ "file_path": "flutter/dev/integration_tests/ui/test_driver/empty_test.dart", "repo_id": "flutter", "token_count": 199 }
532
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // @dart = 2.12 import 'dart:html' as html; // Verify that web applications can be run in sound mode. void main() { const bool isWeak = <int?>[] is Lis...
flutter/dev/integration_tests/web/lib/sound_mode.dart/0
{ "file_path": "flutter/dev/integration_tests/web/lib/sound_mode.dart", "repo_id": "flutter", "token_count": 197 }
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. import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; void main() { runApp(const MaterialApp( title: 'Focus Demo', hom...
flutter/dev/manual_tests/lib/focus.dart/0
{ "file_path": "flutter/dev/manual_tests/lib/focus.dart", "repo_id": "flutter", "token_count": 3188 }
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. // This script looks at the current commit and branch of the git repository in // which it was run, and finds the contemporary commit in the master branch ...
flutter/dev/tools/bin/find_commit.dart/0
{ "file_path": "flutter/dev/tools/bin/find_commit.dart", "repo_id": "flutter", "token_count": 1322 }
535
{ "version": "v0_206", "md.comp.text-button.container.height": 40.0, "md.comp.text-button.container.shape": "md.sys.shape.corner.full", "md.comp.text-button.disabled.label-text.color": "onSurface", "md.comp.text-button.disabled.label-text.opacity": 0.38, "md.comp.text-button.focus.indicator.color": "second...
flutter/dev/tools/gen_defaults/data/button_text.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/button_text.json", "repo_id": "flutter", "token_count": 655 }
536
{ "version": "v0_206", "md.comp.full-screen-dialog.container.color": "surface", "md.comp.full-screen-dialog.container.elevation": "md.sys.elevation.level0", "md.comp.full-screen-dialog.container.shape": "md.sys.shape.corner.none", "md.comp.full-screen-dialog.header.action.focus.label-text.color": "primary", ...
flutter/dev/tools/gen_defaults/data/dialog_fullscreen.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/dialog_fullscreen.json", "repo_id": "flutter", "token_count": 707 }
537
{ "version": "v0_206", "md.comp.navigation-rail.active.focus.icon.color": "onSecondaryContainer", "md.comp.navigation-rail.active.focus.label-text.color": "onSurface", "md.comp.navigation-rail.active.focus.state-layer.color": "onSurface", "md.comp.navigation-rail.active.hover.icon.color": "onSecondaryContain...
flutter/dev/tools/gen_defaults/data/navigation_rail.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/navigation_rail.json", "repo_id": "flutter", "token_count": 1018 }
538
{ "version": "v0_206", "md.comp.filled-text-field.active-indicator.color": "onSurfaceVariant", "md.comp.filled-text-field.active-indicator.height": 1.0, "md.comp.filled-text-field.caret.color": "primary", "md.comp.filled-text-field.container.color": "surfaceContainerHighest", "md.comp.filled-text-field.con...
flutter/dev/tools/gen_defaults/data/text_field_filled.json/0
{ "file_path": "flutter/dev/tools/gen_defaults/data/text_field_filled.json", "repo_id": "flutter", "token_count": 1939 }
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 'template.dart'; class CardTemplate extends TokenTemplate { const CardTemplate(this.tokenGroup, super.blockName, super.fileName, super.tokens, { ...
flutter/dev/tools/gen_defaults/lib/card_template.dart/0
{ "file_path": "flutter/dev/tools/gen_defaults/lib/card_template.dart", "repo_id": "flutter", "token_count": 490 }
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 'template.dart'; import 'token_logger.dart'; class MotionTemplate extends TokenTemplate { /// Since we generate the tokens dynamically, we need t...
flutter/dev/tools/gen_defaults/lib/motion_template.dart/0
{ "file_path": "flutter/dev/tools/gen_defaults/lib/motion_template.dart", "repo_id": "flutter", "token_count": 1342 }
541
// Copyright 2014 The Flutter Authors. 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 TextFieldTemplate extends TokenTemplate { const TextFieldTemplate(super.blockName, super.fileName, super.tokens); @over...
flutter/dev/tools/gen_defaults/lib/text_field_template.dart/0
{ "file_path": "flutter/dev/tools/gen_defaults/lib/text_field_template.dart", "repo_id": "flutter", "token_count": 327 }
542
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <map> // DO NOT EDIT -- DO NOT EDIT -- DO NOT EDIT // This file is generated by // flutter/flutter:dev/tools/gen_keycodes/bin/gen_keycodes.dart a...
flutter/dev/tools/gen_keycodes/data/glfw_keyboard_map_cc.tmpl/0
{ "file_path": "flutter/dev/tools/gen_keycodes/data/glfw_keyboard_map_cc.tmpl", "repo_id": "flutter", "token_count": 323 }
543
{ "Hyper": { "names": { "name": "Hyper", "chromium": "Hyper" }, "scanCodes": { "usb": 16 } }, "Super": { "names": { "name": "Super", "chromium": "Super" }, "scanCodes": { "usb": 17 } }, "Fn": { "names": { "name": "Fn", "chromi...
flutter/dev/tools/gen_keycodes/data/physical_key_data.g.json/0
{ "file_path": "flutter/dev/tools/gen_keycodes/data/physical_key_data.g.json", "repo_id": "flutter", "token_count": 36267 }
544
// Copyright 2014 The Flutter Authors. 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:path/path.dart' as path; import 'base_code_gen.dart'; import 'constants.dart'; import 'logical_key_data.dart'; import 'physical_key_data.d...
flutter/dev/tools/gen_keycodes/lib/keyboard_keys_code_gen.dart/0
{ "file_path": "flutter/dev/tools/gen_keycodes/lib/keyboard_keys_code_gen.dart", "repo_id": "flutter", "token_count": 2753 }
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 'dart:convert'; import 'dart:io'; const String registry = 'https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry'; //...
flutter/dev/tools/localization/bin/gen_subtag_registry.dart/0
{ "file_path": "flutter/dev/tools/localization/bin/gen_subtag_registry.dart", "repo_id": "flutter", "token_count": 445 }
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 'dart:io'; import 'dart:math'; import 'package:collection/collection.dart'; import 'package:meta/meta.dart'; import 'package:vector_math/vector_mat...
flutter/dev/tools/vitool/lib/vitool.dart/0
{ "file_path": "flutter/dev/tools/vitool/lib/vitool.dart", "repo_id": "flutter", "token_count": 6919 }
547
<svg id="svg_build_00" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" > <path id="path_1" d=" z" fill="#000000" /> </svg>
flutter/dev/tools/vitool/test_assets/leading_space_path_command.svg/0
{ "file_path": "flutter/dev/tools/vitool/test_assets/leading_space_path_command.svg", "repo_id": "flutter", "token_count": 64 }
548
Flutter Examples ================ This directory contains several examples of using Flutter. To run an example, use `flutter run` inside that example's directory. See the [getting started guide](https://flutter.dev/getting-started/) to install the `flutter` tool. For additional samples, see the [`flutter/samples`](ht...
flutter/examples/README.md/0
{ "file_path": "flutter/examples/README.md", "repo_id": "flutter", "token_count": 437 }
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. import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; /// Flutter code sample for [CupertinoContextMenu]. void main() => runAp...
flutter/examples/api/lib/cupertino/context_menu/cupertino_context_menu.0.dart/0
{ "file_path": "flutter/examples/api/lib/cupertino/context_menu/cupertino_context_menu.0.dart", "repo_id": "flutter", "token_count": 1160 }
550