text stringlengths 6 13.6M | id stringlengths 13 176 | metadata dict | __index_level_0__ int64 0 1.69k |
|---|---|---|---|
// Copyright 2013 The Flutter Authors. 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 io;
import 'package:header_guard_check/src/header_file.dart';
import 'package:litetest/litetest.dart';
import 'package:path/path.dart'... | engine/tools/header_guard_check/test/header_file_test.dart/0 | {
"file_path": "engine/tools/header_guard_check/test/header_file_test.dart",
"repo_id": "engine",
"token_count": 5002
} | 450 |
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
name: licenses
publish_to: none
environment:
sdk: '>=3.2.0-0 <4.0.0'
# Do not add any dependencies that require more than what is provided
# in //third_par... | engine/tools/licenses/pubspec.yaml/0 | {
"file_path": "engine/tools/licenses/pubspec.yaml",
"repo_id": "engine",
"token_count": 548
} | 451 |
// Copyright 2013 The Flutter Authors. 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' as convert;
import 'dart:io' as io show Directory, File;
import 'package:path/path.dart' as p;
import 'build_config.dart';
/// Thi... | engine/tools/pkg/engine_build_configs/lib/src/build_config_loader.dart/0 | {
"file_path": "engine/tools/pkg/engine_build_configs/lib/src/build_config_loader.dart",
"repo_id": "engine",
"token_count": 921
} | 452 |
// Copyright 2013 The Flutter Authors. 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 io;
import 'package:git_repo_tools/git_repo_tools.dart';
import 'package:litetest/litetest.dart';
import 'package:process_fakes/proces... | engine/tools/pkg/git_repo_tools/test/git_repo_tools_test.dart/0 | {
"file_path": "engine/tools/pkg/git_repo_tools/test/git_repo_tools_test.dart",
"repo_id": "engine",
"token_count": 2861
} | 453 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_VULKAN_PROCS_VULKAN_INTERFACE_H_
#define FLUTTER_VULKAN_PROCS_VULKAN_INTERFACE_H_
#include <string>
#include "flutter/fml/build_config.h"... | engine/vulkan/procs/vulkan_interface.h/0 | {
"file_path": "engine/vulkan/procs/vulkan_interface.h",
"repo_id": "engine",
"token_count": 876
} | 454 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_VULKAN_VULKAN_WINDOW_H_
#define FLUTTER_VULKAN_VULKAN_WINDOW_H_
#include <memory>
#include <tuple>
#include <utility>
#include <vector>
#... | engine/vulkan/vulkan_window.h/0 | {
"file_path": "engine/vulkan/vulkan_window.h",
"repo_id": "engine",
"token_count": 848
} | 455 |
name: web_engine_tester
# Keep the SDK version range in sync with lib/web_ui/pubspec.yaml
environment:
sdk: '>=3.2.0-0 <4.0.0'
dependencies:
js: 0.6.4
stream_channel: 2.1.1
test: 1.24.8
webkit_inspection_protocol: 1.0.0
stack_trace: 1.10.0
ui:
path: ../../lib/web_ui
| engine/web_sdk/web_engine_tester/pubspec.yaml/0 | {
"file_path": "engine/web_sdk/web_engine_tester/pubspec.yaml",
"repo_id": "engine",
"token_count": 136
} | 456 |
<component name="libraryTable">
<library name="com.google.guava:guava:28.2-jre" type="repository">
<properties maven-id="com.google.guava:guava:28.2-jre" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/28.2-jre/guava-28.2-jre.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/co... | flutter-intellij/.idea/libraries/com_google_guava_guava_28_2_jre.xml/0 | {
"file_path": "flutter-intellij/.idea/libraries/com_google_guava_guava_28_2_jre.xml",
"repo_id": "flutter-intellij",
"token_count": 520
} | 457 |
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
[github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new).
## Steps to Reproduce
_Please tell us what you were doing and what went wrong_
## Version info
Please paste the output of running `... | flutter-intellij/ISSUE_TEMPLATE.md/0 | {
"file_path": "flutter-intellij/ISSUE_TEMPLATE.md",
"repo_id": "flutter-intellij",
"token_count": 136
} | 458 |
/*
* 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.tests.gui
import com.intellij.openapi.util.SystemInfo.isMac
import com.intellij.testGuiFramework.fixtures.ActionButtonFixture
i... | flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/InspectorTest.kt/0 | {
"file_path": "flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/InspectorTest.kt",
"repo_id": "flutter-intellij",
"token_count": 2193
} | 459 |
/*
* 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;
import java.util.Arrays;
import java.util.List;
public class FlutterConstants {
// From: https://github.com/dart-lang/sdk/... | flutter-intellij/flutter-idea/src/io/flutter/FlutterConstants.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/FlutterConstants.java",
"repo_id": "flutter-intellij",
"token_count": 1124
} | 460 |
/*
* 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.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.project.Project;
import io.flutter.Fl... | flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterCleanAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterCleanAction.java",
"repo_id": "flutter-intellij",
"token_count": 326
} | 461 |
/*
* 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.actions;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.i... | flutter-intellij/flutter-idea/src/io/flutter/actions/OpenSimulatorAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/OpenSimulatorAction.java",
"repo_id": "flutter-intellij",
"token_count": 463
} | 462 |
package io.flutter.analytics;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Sets;
import com.google.dart.server.AnalysisServerListener;
import com.google.dart.server.RequestListener;
import com.google.dart.server.ResponseListener;
import... | flutter-intellij/flutter-idea/src/io/flutter/analytics/FlutterAnalysisServerListener.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/analytics/FlutterAnalysisServerListener.java",
"repo_id": "flutter-intellij",
"token_count": 9709
} | 463 |
/*
* 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.console;
import com.intellij.execution.ConsoleFolding;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.... | flutter-intellij/flutter-idea/src/io/flutter/console/FlutterConsoleFolding.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/console/FlutterConsoleFolding.java",
"repo_id": "flutter-intellij",
"token_count": 596
} | 464 |
/*
* 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.editor;
/*
* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style li... | flutter-intellij/flutter-idea/src/io/flutter/editor/EditorPositionService.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/EditorPositionService.java",
"repo_id": "flutter-intellij",
"token_count": 853
} | 465 |
/*
* 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.editor;
import com.intellij.openapi.editor.Document;
import com.intellij.openapi.editor.ex.EditorEx;
import com.intellij.openapi... | flutter-intellij/flutter-idea/src/io/flutter/editor/InlineWidgetViewModelData.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/InlineWidgetViewModelData.java",
"repo_id": "flutter-intellij",
"token_count": 295
} | 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.editor;
import com.intellij.openapi.editor.markup.RangeHighlighter;
import org.dartlang.analysis.server.protocol.FlutterOutline;... | flutter-intellij/flutter-idea/src/io/flutter/editor/WidgetIndentsPassData.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/WidgetIndentsPassData.java",
"repo_id": "flutter-intellij",
"token_count": 433
} | 467 |
/*
* 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.inspector;
import io.flutter.vmService.HeapMonitor;
import org.dartlang.vm.service.element.MemoryUsage;
import java.text.Decima... | flutter-intellij/flutter-idea/src/io/flutter/inspector/HeapState.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/HeapState.java",
"repo_id": "flutter-intellij",
"token_count": 622
} | 468 |
/*
* 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.inspector;
import com.google.common.collect.ArrayListMultimap;
import com.intellij.ide.browsers.BrowserLauncher;
import com.inte... | flutter-intellij/flutter-idea/src/io/flutter/inspector/WidgetPerfTipsPanel.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/WidgetPerfTipsPanel.java",
"repo_id": "flutter-intellij",
"token_count": 2132
} | 469 |
/*
* 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.module.settings;
import org.jetbrains.annotations.NotNull;
import javax.swing.*;
import java.io.IOException;
import java.net.In... | flutter-intellij/flutter-idea/src/io/flutter/module/settings/FlutterCreateParams.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/module/settings/FlutterCreateParams.java",
"repo_id": "flutter-intellij",
"token_count": 427
} | 470 |
/*
* 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.perf;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.HashMultimap;
import com.google.c... | flutter-intellij/flutter-idea/src/io/flutter/perf/FlutterWidgetPerf.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/perf/FlutterWidgetPerf.java",
"repo_id": "flutter-intellij",
"token_count": 8324
} | 471 |
/*
* 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.perf;
import com.google.common.collect.LinkedListMultimap;
import com.google.common.collect.Multimap;
import com.intellij.icons.... | flutter-intellij/flutter-idea/src/io/flutter/perf/WidgetPerfLinter.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/perf/WidgetPerfLinter.java",
"repo_id": "flutter-intellij",
"token_count": 2792
} | 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.preview;
import com.intellij.ide.util.PropertiesComponent;
import com.intellij.openapi.project.DumbAware;
import com.intellij.op... | flutter-intellij/flutter-idea/src/io/flutter/preview/PreviewViewFactory.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/preview/PreviewViewFactory.java",
"repo_id": "flutter-intellij",
"token_count": 578
} | 473 |
/*
* 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.ExecutionResult;
import com.intellij.execution.runners.ExecutionEnvironment;
import com.intel... | flutter-intellij/flutter-idea/src/io/flutter/run/FlutterDebugProcess.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/FlutterDebugProcess.java",
"repo_id": "flutter-intellij",
"token_count": 2309
} | 474 |
/*
* 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.ExecutionException;
import com.intellij.execution.configurations.GeneralCommandLine;
import c... | flutter-intellij/flutter-idea/src/io/flutter/run/SdkFields.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/SdkFields.java",
"repo_id": "flutter-intellij",
"token_count": 3553
} | 475 |
/*
* 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.bazelTest;
import com.intellij.execution.actions.ConfigurationContext;
import com.intellij.openapi.util.Ref;
import com.inte... | flutter-intellij/flutter-idea/src/io/flutter/run/bazelTest/BazelWatchTestConfigProducer.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/bazelTest/BazelWatchTestConfigProducer.java",
"repo_id": "flutter-intellij",
"token_count": 397
} | 476 |
/*
* 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.run.coverage;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.SystemInfo;
import com.intellij.rt... | flutter-intellij/flutter-idea/src/io/flutter/run/coverage/LcovInfo.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/coverage/LcovInfo.java",
"repo_id": "flutter-intellij",
"token_count": 1529
} | 477 |
/*
* 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.test;
import com.intellij.execution.Location;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiFile;
import co... | flutter-intellij/flutter-idea/src/io/flutter/run/test/FlutterTestLocationProvider.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/test/FlutterTestLocationProvider.java",
"repo_id": "flutter-intellij",
"token_count": 508
} | 478 |
/*
* 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.sdk;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.process.ColoredProcessHandler;
import org.j... | flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterCommandStartResult.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterCommandStartResult.java",
"repo_id": "flutter-intellij",
"token_count": 439
} | 479 |
/*
* 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.settings;
/**
* Persists Flutter settings for a session.
*/
public class FlutterUIConfig {
private static final FlutterUICon... | flutter-intellij/flutter-idea/src/io/flutter/settings/FlutterUIConfig.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/settings/FlutterUIConfig.java",
"repo_id": "flutter-intellij",
"token_count": 228
} | 480 |
/*
* 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.utils;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.module.Module;
import com.intelli... | flutter-intellij/flutter-idea/src/io/flutter/utils/EnableDartSupportForModule.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/EnableDartSupportForModule.java",
"repo_id": "flutter-intellij",
"token_count": 773
} | 481 |
/*
* Copyright 2022 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 java.nio.*;
public abstract class TypedDataList {
public
abstract String getValue(int i);
public abstrac... | flutter-intellij/flutter-idea/src/io/flutter/utils/TypedDataList.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/TypedDataList.java",
"repo_id": "flutter-intellij",
"token_count": 1450
} | 482 |
/*
* 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.utils.math;
/**
* This code is ported from the Dart vector_math package.
*/
public class VectorUtil {
public static double c... | flutter-intellij/flutter-idea/src/io/flutter/utils/math/VectorUtil.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/math/VectorUtil.java",
"repo_id": "flutter-intellij",
"token_count": 503
} | 483 |
/*
* 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.view;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Joiner;
import com.intellij.openapi.... | flutter-intellij/flutter-idea/src/io/flutter/view/InspectorPanel.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/InspectorPanel.java",
"repo_id": "flutter-intellij",
"token_count": 21390
} | 484 |
/*
* 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.vmService;
import com.google.gson.JsonObject;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.util.EventDi... | flutter-intellij/flutter-idea/src/io/flutter/vmService/FlutterFramesMonitor.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/FlutterFramesMonitor.java",
"repo_id": "flutter-intellij",
"token_count": 1551
} | 485 |
package io.flutter.vmService.frame;
import com.intellij.xdebugger.frame.XExecutionStack;
import com.intellij.xdebugger.frame.XSuspendContext;
import io.flutter.vmService.DartVmServiceDebugProcess;
import io.flutter.vmService.IsolatesInfo;
import org.dartlang.vm.service.element.Frame;
import org.dartlang.vm.service.ele... | flutter-intellij/flutter-idea/src/io/flutter/vmService/frame/DartVmServiceSuspendContext.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/frame/DartVmServiceSuspendContext.java",
"repo_id": "flutter-intellij",
"token_count": 923
} | 486 |
The sdk.tar file is an archive of a previous directory
named `sdk`. It apparently was not used. I causes a
lot of compilation errors. If no problems arise from
removing it then this file and sdk.tar can be removed.
| flutter-intellij/flutter-idea/testData/README-sdk.md/0 | {
"file_path": "flutter-intellij/flutter-idea/testData/README-sdk.md",
"repo_id": "flutter-intellij",
"token_count": 56
} | 487 |
/*
* 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.utils.math;
import org.junit.Test;
import java.util.ArrayList;
import static io.flutter.utils.math.TestUtils.*;
import static ... | flutter-intellij/flutter-idea/testSrc/integration/io/flutter/utils/math/Matrix4Test.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/integration/io/flutter/utils/math/Matrix4Test.java",
"repo_id": "flutter-intellij",
"token_count": 10728
} | 488 |
/*
* 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.devtools;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
publi... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/devtools/DevToolsUtilsTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/devtools/DevToolsUtilsTest.java",
"repo_id": "flutter-intellij",
"token_count": 348
} | 489 |
/*
* 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.perf;
import com.google.common.collect.Lists;
import com.google.gson.JsonObject;
import com.intellij.codeHighlighting.Background... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/perf/FlutterWidgetPerfTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/perf/FlutterWidgetPerfTest.java",
"repo_id": "flutter-intellij",
"token_count": 7827
} | 490 |
/*
* 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.test;
import io.flutter.run.test.TestFields.Scope;
import org.jdom.Element;
import org.junit.Test;
import static org.junit.... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/test/TestFieldsTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/test/TestFieldsTest.java",
"repo_id": "flutter-intellij",
"token_count": 1195
} | 491 |
/*
* 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 com.intellij.testFramework.fixtures.IdeaProjectTestFixture;
import io.flutter.testing.ProjectFixture;
import io.fl... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/FlutterModuleUtilsTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/FlutterModuleUtilsTest.java",
"repo_id": "flutter-intellij",
"token_count": 334
} | 492 |
/*
* 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/BoundVariable.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/BoundVariable.java",
"repo_id": "flutter-intellij",
"token_count": 706
} | 493 |
/*
* 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/Func.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Func.java",
"repo_id": "flutter-intellij",
"token_count": 1248
} | 494 |
/*
* 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/LogRecord.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/LogRecord.java",
"repo_id": "flutter-intellij",
"token_count": 687
} | 495 |
/*
* 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/RPCError.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/RPCError.java",
"repo_id": "flutter-intellij",
"token_count": 1202
} | 496 |
/*
* 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/Stack.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Stack.java",
"repo_id": "flutter-intellij",
"token_count": 1029
} | 497 |
/*
* 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/BlockingRequestSink.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/internal/BlockingRequestSink.java",
"repo_id": "flutter-intellij",
"token_count": 770
} | 498 |
/*
* 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.actions;
import com.intellij.icons.AllIcons;
import com.intellij.ide.impl.NewProjectUtil;
import com.intellij.ide.projectWizard.... | flutter-intellij/flutter-studio/src/io/flutter/actions/FlutterNewProjectAction.java/0 | {
"file_path": "flutter-intellij/flutter-studio/src/io/flutter/actions/FlutterNewProjectAction.java",
"repo_id": "flutter-intellij",
"token_count": 634
} | 499 |
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package io.flutter.utils;
import com.intellij.openapi.externalSystem.model.task.ExternalSystemTaskId;
import com.intellij.openapi.externalSystem.model.task.ExternalSystemTaskNoti... | flutter-intellij/flutter-studio/src/io/flutter/utils/FlutterExternalSystemTaskNotificationListener.java/0 | {
"file_path": "flutter-intellij/flutter-studio/src/io/flutter/utils/FlutterExternalSystemTaskNotificationListener.java",
"repo_id": "flutter-intellij",
"token_count": 336
} | 500 |
/*
* 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.gui;
import static com.google.common.truth.Truth.assertThat;
import com.android.tools.idea.tests.gui.framework.FlutterGui... | flutter-intellij/flutter-studio/testSrc/io/flutter/tests/gui/NewModuleTest.java/0 | {
"file_path": "flutter-intellij/flutter-studio/testSrc/io/flutter/tests/gui/NewModuleTest.java",
"repo_id": "flutter-intellij",
"token_count": 1440
} | 501 |
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<programRunner implementation="io.flutter.run.coverage.FlutterCoverageProgramRunner"/>
<coverageEngine implementation="io.flutter.run.coverage.FlutterCoverageEngine"/>
<coverageRunner implementation="io.flutter.run.coverage.FlutterCoverageRunner... | flutter-intellij/resources/META-INF/flutter-coverage.xml/0 | {
"file_path": "flutter-intellij/resources/META-INF/flutter-coverage.xml",
"repo_id": "flutter-intellij",
"token_count": 143
} | 502 |
{
"amber.primary": "ffffc107",
"amber[50]": "fffff8e1",
"amber[100]": "ffffecb3",
"amber[200]": "ffffe082",
"amber[300]": "ffffd54f",
"amber[400]": "ffffca28",
"amber[500]": "ffffc107",
"amber[600]": "ffffb300",
"amber[700]": "ffffa000",
"amber[800]": "ffff8f00",
"amber[900]": "ffff6f00",
"amberAccent.prima... | flutter-intellij/resources/flutter/colors/material.json/0 | {
"file_path": "flutter-intellij/resources/flutter/colors/material.json",
"repo_id": "flutter-intellij",
"token_count": 4690
} | 503 |
<!--
~ 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.
-->
<html>
<body>
Flutter package dependency check.
<!-- tooltip end -->
Checks whether a Flutter <code><a href="https://dart.dev/tools/pub/pubs... | flutter-intellij/resources/inspectionDescriptions/FlutterDependency.html/0 | {
"file_path": "flutter-intellij/resources/inspectionDescriptions/FlutterDependency.html",
"repo_id": "flutter-intellij",
"token_count": 144
} | 504 |
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
| flutter-intellij/third_party/gradle/wrapper/gradle-wrapper.properties/0 | {
"file_path": "flutter-intellij/third_party/gradle/wrapper/gradle-wrapper.properties",
"repo_id": "flutter-intellij",
"token_count": 73
} | 505 |
# Flutter Plugin Maintenance Tool
The previous builder for the Flutter plugin was written in Ant. An expert in Ant would probably have no trouble maintaining it, but we have no such expert available. In order to increase stability and productivity we transformed the builder into a Dart command line tool, inspired by ... | flutter-intellij/tool/plugin/README.md/0 | {
"file_path": "flutter-intellij/tool/plugin/README.md",
"repo_id": "flutter-intellij",
"token_count": 1398
} | 506 |
@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 ---------------------------------- NOTE ----------------------------------
REM
REM Please keep the logic in this file consistent with the ... | flutter/bin/flutter.bat/0 | {
"file_path": "flutter/bin/flutter.bat",
"repo_id": "flutter",
"token_count": 757
} | 507 |
@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 ---------------------------------- NOTE ----------------------------------
REM
REM Please keep the logic in this file consistent with the ... | flutter/bin/internal/shared.bat/0 | {
"file_path": "flutter/bin/internal/shared.bat",
"repo_id": "flutter",
"token_count": 3513
} | 508 |
// Copyright 2014 The Flutter Authors. 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 'use_cases.dart';
class TextButtonUseCase extends UseCase {
@override
String get name => 'TextButton'... | flutter/dev/a11y_assessments/lib/use_cases/text_button.dart/0 | {
"file_path": "flutter/dev/a11y_assessments/lib/use_cases/text_button.dart",
"repo_id": "flutter",
"token_count": 521
} | 509 |
// Copyright 2014 The Flutter Authors. 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/use_cases.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
Futur... | flutter/dev/a11y_assessments/test/test_utils.dart/0 | {
"file_path": "flutter/dev/a11y_assessments/test/test_utils.dart",
"repo_id": "flutter",
"token_count": 188
} | 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.
const String kCullOpacityRouteName = '/cull_opacity';
const String kCubicBezierRouteName = '/cubic_bezier';
const String kBackdropFilterRouteName = '/backd... | flutter/dev/benchmarks/macrobenchmarks/lib/common.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/common.dart",
"repo_id": "flutter",
"token_count": 1351
} | 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.
import 'dart:ui' as ui;
import 'package:flutter/material.dart';
Future<ui.Image> loadImage(String asset) async {
final ui.ImmutableBuffer buffer = awa... | flutter/dev/benchmarks/macrobenchmarks/lib/src/draw_atlas.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/draw_atlas.dart",
"repo_id": "flutter",
"token_count": 1293
} | 512 |
// Copyright 2014 The Flutter Authors. 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';
import 'package:flutter/material.dart';
class RasterCacheUseMemory extends StatefulWidget {
const RasterCacheUseM... | flutter/dev/benchmarks/macrobenchmarks/lib/src/raster_cache_use_memory.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/raster_cache_use_memory.dart",
"repo_id": "flutter",
"token_count": 2329
} | 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 'dart:ui' as ui;
import 'package:flutter/material.dart';
import 'recorder.dart';
class BenchWidgetRecorder extends WidgetRecorder {
BenchWidget... | flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_harness.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_harness.dart",
"repo_id": "flutter",
"token_count": 537
} | 514 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| flutter/dev/benchmarks/macrobenchmarks/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "flutter",
"token_count": 32
} | 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/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:macrobenchmarks/common.dart';
import 'util.dart';
... | flutter/dev/benchmarks/macrobenchmarks/test/picture_cache_perf_e2e.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/test/picture_cache_perf_e2e.dart",
"repo_id": "flutter",
"token_count": 437
} | 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_driver/flutter_driver.dart';
import 'package:macrobenchmarks/common.dart';
import 'util.dart';
void main() {
macroPerfTest(
... | flutter/dev/benchmarks/macrobenchmarks/test_driver/post_backdrop_filter_perf_test.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/test_driver/post_backdrop_filter_perf_test.dart",
"repo_id": "flutter",
"token_count": 360
} | 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:math' as math;
import 'package:flutter/rendering.dart';
import '../common.dart';
const int _kNumIterations = 10000000;
const int _kNumWarmU... | flutter/dev/benchmarks/microbenchmarks/lib/geometry/matrix_utils_transform_bench.dart/0 | {
"file_path": "flutter/dev/benchmarks/microbenchmarks/lib/geometry/matrix_utils_transform_bench.dart",
"repo_id": "flutter",
"token_count": 1819
} | 518 |
name: microbenchmarks
description: Small benchmarks for very specific parts of the Flutter framework.
environment:
sdk: '>=3.2.0-0 <4.0.0'
dependencies:
meta: 1.12.0
flutter:
sdk: flutter
flutter_test:
sdk: flutter
stocks:
path: ../test_apps/stocks
test: 1.25.2
flutter_gallery_assets: 1.0.2
... | flutter/dev/benchmarks/microbenchmarks/pubspec.yaml/0 | {
"file_path": "flutter/dev/benchmarks/microbenchmarks/pubspec.yaml",
"repo_id": "flutter",
"token_count": 3661
} | 519 |
#Tue Sep 27 5:06 AM PST 2022
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
| flutter/dev/benchmarks/multiple_flutters/android/gradle/wrapper/gradle-wrapper.properties/0 | {
"file_path": "flutter/dev/benchmarks/multiple_flutters/android/gradle/wrapper/gradle-wrapper.properties",
"repo_id": "flutter",
"token_count": 84
} | 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. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application ... | flutter/dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/AndroidManifest.xml/0 | {
"file_path": "flutter/dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/AndroidManifest.xml",
"repo_id": "flutter",
"token_count": 539
} | 521 |
// Copyright 2014 The Flutter Authors. 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_driver/driver_extension.dart';
import 'android_platform_view.dart';
vo... | flutter/dev/benchmarks/platform_views_layout_hybrid_composition/lib/main.dart/0 | {
"file_path": "flutter/dev/benchmarks/platform_views_layout_hybrid_composition/lib/main.dart",
"repo_id": "flutter",
"token_count": 1283
} | 522 |
// Copyright 2014 The Flutter Authors. 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 'stock_types.dart';
class StockSettings extends StatefulWidget {
const StockSettings(this.configuration,... | flutter/dev/benchmarks/test_apps/stocks/lib/stock_settings.dart/0 | {
"file_path": "flutter/dev/benchmarks/test_apps/stocks/lib/stock_settings.dart",
"repo_id": "flutter",
"token_count": 3039
} | 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.
// To run this, from the root of the Flutter repository:
// bin/cache/dart-sdk/bin/dart --enable-asserts dev/bots/analyze_snippet_code.dart
// In genera... | flutter/dev/bots/analyze_snippet_code.dart/0 | {
"file_path": "flutter/dev/bots/analyze_snippet_code.dart",
"repo_id": "flutter",
"token_count": 17947
} | 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 'dart:async';
import 'dart:convert';
import 'dart:core' hide print;
import 'dart:io' as io;
import 'package:path/path.dart' as path;
import 'utils... | flutter/dev/bots/run_command.dart/0 | {
"file_path": "flutter/dev/bots/run_command.dart",
"repo_id": "flutter",
"token_count": 2533
} | 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.
/// Mack class definition for testing.
/// Should not be tag-enforced, no analysis failures should be found.
void matchesGoldenFile(Object key) {
return;... | flutter/dev/bots/test/analyze-test-input/root/packages/foo/golden_class.dart/0 | {
"file_path": "flutter/dev/bots/test/analyze-test-input/root/packages/foo/golden_class.dart",
"repo_id": "flutter",
"token_count": 83
} | 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 'dart:io' as io;
import '../run_command.dart';
import '../utils.dart';
import 'common.dart';
void main() {
// These tests only run on Linux. Th... | flutter/dev/bots/test/run_command_test.dart/0 | {
"file_path": "flutter/dev/bots/test/run_command_test.dart",
"repo_id": "flutter",
"token_count": 1024
} | 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:async';
import 'dart:convert';
import 'dart:io' as io;
import 'package:file/file.dart';
import 'package:meta/meta.dart';
import 'package:plat... | flutter/dev/conductor/core/lib/src/repository.dart/0 | {
"file_path": "flutter/dev/conductor/core/lib/src/repository.dart",
"repo_id": "flutter",
"token_count": 10090
} | 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:conductor_core/src/proto/conductor_state.pbenum.dart';
import 'package:conductor_core/src/version.dart';
import 'common.dart';
void main(... | flutter/dev/conductor/core/test/version_test.dart/0 | {
"file_path": "flutter/dev/conductor/core/test/version_test.dart",
"repo_id": "flutter",
"token_count": 2323
} | 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 'dart:io';
import 'dart:typed_data';
import 'package:flutter_devicelab/framework/devices.dart';
import 'package:flutter_devicelab/framework/framewo... | flutter/dev/devicelab/bin/tasks/flavors_test_macos.dart/0 | {
"file_path": "flutter/dev/devicelab/bin/tasks/flavors_test_macos.dart",
"repo_id": "flutter",
"token_count": 1327
} | 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.
import 'package:flutter_devicelab/framework/framework.dart';
/// Smoke test of a task that fails with an exception.
Future<void> main() async {
await ta... | flutter/dev/devicelab/bin/tasks/smoke_test_throws.dart/0 | {
"file_path": "flutter/dev/devicelab/bin/tasks/smoke_test_throws.dart",
"repo_id": "flutter",
"token_count": 106
} | 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 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:meta/meta.dart';
import 'package:vm_service/vm_service.dart';
import 'cocoo... | flutter/dev/devicelab/lib/framework/runner.dart/0 | {
"file_path": "flutter/dev/devicelab/lib/framework/runner.dart",
"repo_id": "flutter",
"token_count": 3976
} | 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.
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:path/path.dart' as path;
import 'package:process/process.dart';
import '../... | flutter/dev/devicelab/lib/tasks/hot_mode_tests.dart/0 | {
"file_path": "flutter/dev/devicelab/lib/tasks/hot_mode_tests.dart",
"repo_id": "flutter",
"token_count": 5330
} | 533 |
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f)... | flutter/dev/docs/analytics-header.html/0 | {
"file_path": "flutter/dev/docs/analytics-header.html",
"repo_id": "flutter",
"token_count": 184
} | 534 |
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true
flutter.hostAppProjectName=SampleApp
| flutter/dev/integration_tests/android_custom_host_app/gradle.properties/0 | {
"file_path": "flutter/dev/integration_tests/android_custom_host_app/gradle.properties",
"repo_id": "flutter",
"token_count": 65
} | 535 |
// Copyright 2014 The Flutter Authors. 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 'text_field_constants.dart';
export 'text_field_constants.dart';
/// A page with a normal text field and ... | flutter/dev/integration_tests/android_semantics_testing/lib/src/tests/text_field_page.dart/0 | {
"file_path": "flutter/dev/integration_tests/android_semantics_testing/lib/src/tests/text_field_page.dart",
"repo_id": "flutter",
"token_count": 507
} | 536 |
# ==============================================================================
# The contents of this file are automatically generated and it is not
# recommended to modify this file manually.
# ==============================================================================
#
# In order to prevent unexpected splitting... | flutter/dev/integration_tests/deferred_components_test/deferred_components_loading_units.yaml/0 | {
"file_path": "flutter/dev/integration_tests/deferred_components_test/deferred_components_loading_units.yaml",
"repo_id": "flutter",
"token_count": 340
} | 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:async';
import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart';
import 'package:flutter/services.dart';
import 'packa... | flutter/dev/integration_tests/external_textures/lib/frame_rate_main.dart/0 | {
"file_path": "flutter/dev/integration_tests/external_textures/lib/frame_rate_main.dart",
"repo_id": "flutter",
"token_count": 2135
} | 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.
export 'cupertino_activity_indicator_demo.dart';
export 'cupertino_alert_demo.dart';
export 'cupertino_buttons_demo.dart';
export 'cupertino_navigation_dem... | flutter/dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino.dart",
"repo_id": "flutter",
"token_count": 206
} | 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';
import '../../gallery/demo.dart';
class BottomAppBarDemo extends StatefulWidget {
const BottomAppBarDemo({super... | flutter/dev/integration_tests/flutter_gallery/lib/demo/material/bottom_app_bar_demo.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/material/bottom_app_bar_demo.dart",
"repo_id": "flutter",
"token_count": 6477
} | 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 'package:flutter/material.dart';
import '../../gallery/demo.dart';
enum _MaterialListType {
/// A list tile that contains a single line of text.... | flutter/dev/integration_tests/flutter_gallery/lib/demo/material/list_demo.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/material/list_demo.dart",
"repo_id": "flutter",
"token_count": 4332
} | 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 'package:flutter/gestures.dart' show DragStartBehavior;
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import '../... | flutter/dev/integration_tests/flutter_gallery/lib/demo/material/text_form_field_demo.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/material/text_form_field_demo.dart",
"repo_id": "flutter",
"token_count": 5910
} | 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.
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:scoped_model/scoped_model.dart';
import '../model/app_state_model... | flutter/dev/integration_tests/flutter_gallery/lib/demo/shrine/supplemental/product_card.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/lib/demo/shrine/supplemental/product_card.dart",
"repo_id": "flutter",
"token_count": 1351
} | 543 |
// Copyright 2014 The Flutter Authors. 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 '../demo/all.dart';
import 'icons.dart';
@immutable
class GalleryDemoCategory {
const GalleryDemoCategor... | flutter/dev/integration_tests/flutter_gallery/lib/gallery/demos.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/lib/gallery/demos.dart",
"repo_id": "flutter",
"token_count": 8189
} | 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:flutter/material.dart';
import 'package:flutter_gallery/demo/all.dart';
import 'package:flutter_gallery/gallery/app.dart';
import 'package:... | flutter/dev/integration_tests/flutter_gallery/test/accessibility_test.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/test/accessibility_test.dart",
"repo_id": "flutter",
"token_count": 12879
} | 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 'package:flutter/material.dart';
import 'package:flutter_gallery/gallery/app.dart' show GalleryApp;
import 'package:flutter_test/flutter_test.dart';... | flutter/dev/integration_tests/flutter_gallery/test/simple_smoke_test.dart/0 | {
"file_path": "flutter/dev/integration_tests/flutter_gallery/test/simple_smoke_test.dart",
"repo_id": "flutter",
"token_count": 928
} | 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 'package:flutter_driver/flutter_driver.dart';
import 'package:test/test.dart' hide TypeMatcher, isInstanceOf;
Future<void> main() async {
late Fl... | flutter/dev/integration_tests/hybrid_android_views/test_driver/main_test.dart/0 | {
"file_path": "flutter/dev/integration_tests/hybrid_android_views/test_driver/main_test.dart",
"repo_id": "flutter",
"token_count": 2107
} | 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 "MainViewController.h"
#import "AppDelegate.h"
#import "DualFlutterViewController.h"
#import "FullScreenViewController.h"
#import "HybridViewContr... | flutter/dev/integration_tests/ios_host_app/Host/MainViewController.m/0 | {
"file_path": "flutter/dev/integration_tests/ios_host_app/Host/MainViewController.m",
"repo_id": "flutter",
"token_count": 2191
} | 548 |
// Copyright 2014 The Flutter Authors. 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_localizations.dart';
// BEGIN cupertinoScrollbarDemo
class CupertinoScrollbarDemo extends ... | flutter/dev/integration_tests/new_gallery/lib/demos/cupertino/cupertino_scrollbar_demo.dart/0 | {
"file_path": "flutter/dev/integration_tests/new_gallery/lib/demos/cupertino/cupertino_scrollbar_demo.dart",
"repo_id": "flutter",
"token_count": 484
} | 549 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.