text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
{ "reorderItemToStart": "Flytta till början", "reorderItemToEnd": "Flytta till slutet", "reorderItemUp": "Flytta uppåt", "reorderItemDown": "Flytta nedåt", "reorderItemLeft": "Flytta åt vänster", "reorderItemRight": "Flytta åt höger" }
flutter/packages/flutter_localizations/lib/src/l10n/widgets_sv.arb/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/l10n/widgets_sv.arb", "repo_id": "flutter", "token_count": 106 }
750
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:intl/date_symbol_data_custom.dart' as date_symbol_data_custom; import 'package:intl/date_symbols.dart' as intl; import '../l10n/generated_...
flutter/packages/flutter_localizations/lib/src/utils/date_localizations.dart/0
{ "file_path": "flutter/packages/flutter_localizations/lib/src/utils/date_localizations.dart", "repo_id": "flutter", "token_count": 396 }
751
include: ../analysis_options.yaml analyzer: exclude: - "test_fixes/**"
flutter/packages/flutter_test/analysis_options.yaml/0
{ "file_path": "flutter/packages/flutter_test/analysis_options.yaml", "repo_id": "flutter", "token_count": 31 }
752
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui' as ui; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/widgets.dart'; import '...
flutter/packages/flutter_test/lib/src/_matchers_web.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/_matchers_web.dart", "repo_id": "flutter", "token_count": 1989 }
753
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; /// An [Invocation] and the [stack] trace that led to it. /// /// Used ...
flutter/packages/flutter_test/lib/src/recording_canvas.dart/0
{ "file_path": "flutter/packages/flutter_test/lib/src/recording_canvas.dart", "repo_id": "flutter", "token_count": 2510 }
754
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('Fails correctly with configured scre...
flutter/packages/flutter_test/test/accessibility_window_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/accessibility_window_test.dart", "repo_id": "flutter", "token_count": 565 }
755
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:stack_trace/stack_trace.da...
flutter/packages/flutter_test/test/demangle_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/demangle_test.dart", "repo_id": "flutter", "token_count": 847 }
756
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('restartAndRestore', (WidgetTester tes...
flutter/packages/flutter_test/test/restoration_test.dart/0
{ "file_path": "flutter/packages/flutter_test/test/restoration_test.dart", "repo_id": "flutter", "token_count": 1172 }
757
# This file exists to simulate a project root. The testing library should stop # scanning for a `flutter_test_config.dart` file when it reaches this directory name: dummy environment: sdk: '>=3.2.0-0 <4.0.0' # PUBSPEC CHECKSUM: 0000
flutter/packages/flutter_test/test/test_config/project_root/pubspec.yaml/0
{ "file_path": "flutter/packages/flutter_test/test/test_config/project_root/pubspec.yaml", "repo_id": "flutter", "token_count": 81 }
758
@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. set FLUTTER_BIN_DIR=%FLUTTER_ROOT%\bin set DART_BIN_DIR=%FLUTTER_BIN_DIR%\cache\dart-sdk\bin "%DART_BIN_DIR%\dart" "%FLUTTER_ROOT%\packages\f...
flutter/packages/flutter_tools/bin/tool_backend.bat/0
{ "file_path": "flutter/packages/flutter_tools/bin/tool_backend.bat", "repo_id": "flutter", "token_count": 142 }
759
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file is included from `<module>/.android/include_flutter.groovy`, // so it can be versioned with the Flutter SDK. import java.nio.file.Paths File...
flutter/packages/flutter_tools/gradle/module_plugin_loader.gradle/0
{ "file_path": "flutter/packages/flutter_tools/gradle/module_plugin_loader.gradle", "repo_id": "flutter", "token_count": 765 }
760
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="catalog - custom_a11y_traversal" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="filePath" value="$PROJECT_DIR$/examples/catalog/lib/custom_a11y_traversal.dart" /> <method /> </configuration> </com...
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___custom_a11y_traversal.xml.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/catalog___custom_a11y_traversal.xml.tmpl", "repo_id": "flutter", "token_count": 106 }
761
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="manual_tests - actions" type="FlutterRunConfigurationType" factoryName="Flutter" singleton="false"> <option name="filePath" value="$PROJECT_DIR$/dev/manual_tests/lib/actions.dart" /> <method v="2" /> </configuration> </co...
flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___actions.xml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/.idea/runConfigurations/manual_tests___actions.xml.copy.tmpl", "repo_id": "flutter", "token_count": 102 }
762
<?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="FacetManager"> <facet type="android" name="Android"> <configuration> <option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/android/gen" /> <option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/androi...
flutter/packages/flutter_tools/ide_templates/intellij/examples/platform_view/android.iml.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/ide_templates/intellij/examples/platform_view/android.iml.copy.tmpl", "repo_id": "flutter", "token_count": 531 }
763
// Copyright 2014 The Flutter Authors. 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:async/async.dart'; import '../base/io.dart'; import '../convert.dart'; /// Default factory that creates a real Android console connection...
flutter/packages/flutter_tools/lib/src/android/android_console.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/android_console.dart", "repo_id": "flutter", "token_count": 791 }
764
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:process/process.dart'; import '../base/config.dart'; import '../base/file_system.dart'; import '../base/logger.dart'; import '../base/os.d...
flutter/packages/flutter_tools/lib/src/android/java.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/android/java.dart", "repo_id": "flutter", "token_count": 2671 }
765
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import '../base/file_system.dart'; import '../base/logger.dart'; import '../convert.dart'; import '../flutter_manifest.dart'; /// Represents a configured ...
flutter/packages/flutter_tools/lib/src/base/deferred_component.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/deferred_component.dart", "repo_id": "flutter", "token_count": 2711 }
766
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /// A class for making time based operations testable. class SystemClock { /// A const constructor to allow subclasses to be const. const SystemClock()...
flutter/packages/flutter_tools/lib/src/base/time.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/base/time.dart", "repo_id": "flutter", "token_count": 433 }
767
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:meta/meta.dart'; import 'package:package_config/package_config.dart'; import '../../base/file_system.dart'; import '../../build_info.dart'...
flutter/packages/flutter_tools/lib/src/build_system/targets/dart_plugin_registrant.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/build_system/targets/dart_plugin_registrant.dart", "repo_id": "flutter", "token_count": 1040 }
768
// Copyright 2014 The Flutter Authors. 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:crypto/crypto.dart'; import 'package:file/memory.dart'; import 'package:meta/meta.dart'; import 'package:process/proc...
flutter/packages/flutter_tools/lib/src/cache.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/cache.dart", "repo_id": "flutter", "token_count": 16419 }
769
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:meta/meta.dart'; import 'package:process/process.dart'; import '../artifacts.dart'; import '../base/common.dart'; import '../base/file_sys...
flutter/packages/flutter_tools/lib/src/commands/build_ios_framework.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/build_ios_framework.dart", "repo_id": "flutter", "token_count": 8487 }
770
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import '../android/android_workflow.dart'; import '../base/common.dart'; import '../globals.dart' as globals; import '../runner/flutter_command.dart'; cla...
flutter/packages/flutter_tools/lib/src/commands/doctor.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/doctor.dart", "repo_id": "flutter", "token_count": 696 }
771
// Copyright 2014 The Flutter Authors. 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:typed_data'; import 'package:meta/meta.dart'; import 'package:native_stack_traces/native_stack_traces.dart'; import '.....
flutter/packages/flutter_tools/lib/src/commands/symbolize.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/commands/symbolize.dart", "repo_id": "flutter", "token_count": 2542 }
772
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data'; import 'package:package_config/package_config.dart'; import '../base/common.dart'; import '../base/file_system.dart'; import '....
flutter/packages/flutter_tools/lib/src/dart/package_map.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/dart/package_map.dart", "repo_id": "flutter", "token_count": 611 }
773
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:meta/meta.dart'; import 'package:process/process.dart'; import 'package:unified_analytics/unified_analytics.dart'; i...
flutter/packages/flutter_tools/lib/src/doctor.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/doctor.dart", "repo_id": "flutter", "token_count": 10927 }
774
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:meta/meta.dart'; import '../artifacts.dart'; import '../base/common.dart'; import '../base/logger.dart'; import '../build_info.dart'; impo...
flutter/packages/flutter_tools/lib/src/fuchsia/fuchsia_kernel_compiler.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/fuchsia/fuchsia_kernel_compiler.dart", "repo_id": "flutter", "token_count": 1725 }
775
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:process/process.dart'; import '../base/io.dart'; import '../base/logger.dart'; import '../base/process.dart'; /// Wraps iproxy command li...
flutter/packages/flutter_tools/lib/src/ios/iproxy.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/ios/iproxy.dart", "repo_id": "flutter", "token_count": 717 }
776
// Copyright 2014 The Flutter Authors. 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:typed_data'; import 'package:dwds/data/build_result.dart'; import 'package:dwds/dwds.dart'; import 'package:logging/logg...
flutter/packages/flutter_tools/lib/src/isolated/devfs_web.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/isolated/devfs_web.dart", "repo_id": "flutter", "token_count": 15621 }
777
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:process/process.dart'; import '../base/io.dart'; import '../base/user_messages.dart'; import '../base/version.dart'; import '../doctor_val...
flutter/packages/flutter_tools/lib/src/linux/linux_doctor.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/linux/linux_doctor.dart", "repo_id": "flutter", "token_count": 2569 }
778
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import '../../base/file_system.dart'; import '../../base/project_migrator.dart'; import '../../globals.dart' as globals; import '../../ios/plist_parser.dar...
flutter/packages/flutter_tools/lib/src/macos/migrations/flutter_application_migration.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/macos/migrations/flutter_application_migration.dart", "repo_id": "flutter", "token_count": 665 }
779
// Copyright 2014 The Flutter Authors. 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:yaml/yaml.dart'; import 'base/common.dart'; import 'base/file_system.dart'; /// Constant for 'pluginClass' key in plugin maps. const Stri...
flutter/packages/flutter_tools/lib/src/platform_plugins.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/platform_plugins.dart", "repo_id": "flutter", "token_count": 6396 }
780
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. part of 'reporting.dart'; /// A generic usage even that does not involve custom dimensions. /// /// If sending values for custom dimensions is required, e...
flutter/packages/flutter_tools/lib/src/reporting/events.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/reporting/events.dart", "repo_id": "flutter", "token_count": 3096 }
781
// Copyright 2014 The Flutter Authors. 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:coverage/coverage.dart' as coverage; import 'package:meta/meta.dart'; import '../base/file_system.dart'; import '../base/io.dart'; import ...
flutter/packages/flutter_tools/lib/src/test/coverage_collector.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/test/coverage_collector.dart", "repo_id": "flutter", "token_count": 3767 }
782
// Copyright 2014 The Flutter Authors. 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:process/process.dart'; import '../application_package.dart'; import '../artifacts.dart'; import '../base/file_system...
flutter/packages/flutter_tools/lib/src/tester/flutter_tester.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/tester/flutter_tester.dart", "repo_id": "flutter", "token_count": 2809 }
783
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import '../base/context.dart'; import '../base/platform.dart'; import '../doctor_validator.dart'; import '../features.dart'; /// The [WindowsWorkflow] ins...
flutter/packages/flutter_tools/lib/src/windows/windows_workflow.dart/0
{ "file_path": "flutter/packages/flutter_tools/lib/src/windows/windows_workflow.dart", "repo_id": "flutter", "token_count": 330 }
784
#include "../../Flutter/Flutter-Debug.xcconfig" #include "Warnings.xcconfig"
flutter/packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Configs/Debug.xcconfig/0
{ "file_path": "flutter/packages/flutter_tools/templates/app_shared/macos.tmpl/Runner/Configs/Debug.xcconfig", "repo_id": "flutter", "token_count": 32 }
785
// Generated file. Do not edit. include ':app' setBinding(new Binding([gradle: this])) evaluate(new File(settingsDir.parentFile, '.android/include_flutter.groovy'))
flutter/packages/flutter_tools/templates/module/android/host_app_editable/settings.gradle.copy.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/android/host_app_editable/settings.gradle.copy.tmpl", "repo_id": "flutter", "token_count": 55 }
786
<?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="FacetManager"> <facet type="android" name="Android"> <configuration> <option name="ALLOW_USER_CONFIGURATION" value="false" /> <option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/.android/gen" /> ...
flutter/packages/flutter_tools/templates/module/common/projectName_android.iml.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/module/common/projectName_android.iml.tmpl", "repo_id": "flutter", "token_count": 572 }
787
group = "{{androidIdentifier}}" version = "1.0-SNAPSHOT" buildscript { ext.kotlin_version = "{{kotlinVersion}}" repositories { google() mavenCentral() } dependencies { classpath("com.android.tools.build:gradle:{{agpVersion}}") classpath("org.jetbrains.kotlin:kotlin-grad...
flutter/packages/flutter_tools/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl", "repo_id": "flutter", "token_count": 688 }
788
import 'package:plugin_platform_interface/plugin_platform_interface.dart'; import '{{projectName}}_method_channel.dart'; abstract class {{pluginDartClass}}Platform extends PlatformInterface { /// Constructs a {{pluginDartClass}}Platform. {{pluginDartClass}}Platform() : super(token: _token); static final Object...
flutter/packages/flutter_tools/templates/plugin/lib/projectName_platform_interface.dart.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/plugin/lib/projectName_platform_interface.dart.tmpl", "repo_id": "flutter", "token_count": 290 }
789
# {{projectName}} {{description}} ## Getting Started This project is a starting point for a Flutter [FFI plugin](https://docs.flutter.dev/development/platform-integration/c-interop), a specialized package that includes native code directly invoked with Dart FFI. ## Project structure This template uses the followin...
flutter/packages/flutter_tools/templates/plugin_ffi/README.md.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/plugin_ffi/README.md.tmpl", "repo_id": "flutter", "token_count": 941 }
790
import 'package:flutter/material.dart'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'sample_feature/sample_item_details_view.dart'; import 'sample_feature/sample_item_list_view.dart'; import 'settings/settings_controller.dart';...
flutter/packages/flutter_tools/templates/skeleton/lib/src/app.dart.tmpl/0
{ "file_path": "flutter/packages/flutter_tools/templates/skeleton/lib/src/app.dart.tmpl", "repo_id": "flutter", "token_count": 1293 }
791
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/memory.dart'; import 'package:flutter_tools/src/artifacts.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'pac...
flutter/packages/flutter_tools/test/commands.shard/hermetic/build_aar_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/commands.shard/hermetic/build_aar_test.dart", "repo_id": "flutter", "token_count": 1843 }
792
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/file.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/io.dart'; import 'package:flutter_tools/src/base...
flutter/packages/flutter_tools/test/commands.shard/hermetic/downgrade_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/commands.shard/hermetic/downgrade_test.dart", "repo_id": "flutter", "token_count": 3027 }
793
// Copyright 2014 The Flutter Authors. 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:typed_data'; import 'package:file/memory.dart'; import 'package:file_testing/file_testing.dart'; import 'package:flutter...
flutter/packages/flutter_tools/test/commands.shard/hermetic/symbolize_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/commands.shard/hermetic/symbolize_test.dart", "repo_id": "flutter", "token_count": 1978 }
794
{ "name": "fake-vs-code-install-for-tests", "version": "1.2.3" }
flutter/packages/flutter_tools/test/data/vscode/application/resources/app/package.json/0
{ "file_path": "flutter/packages/flutter_tools/test/data/vscode/application/resources/app/package.json", "repo_id": "flutter", "token_count": 34 }
795
// Copyright 2014 The Flutter Authors. 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_tools/src/android/build_validation.dart'; import 'package:flutter_tools/src/build_info.dart'; import '../../src/common.dart'; voi...
flutter/packages/flutter_tools/test/general.shard/android/build_validation_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/android/build_validation_test.dart", "repo_id": "flutter", "token_count": 850 }
796
// Copyright 2014 The Flutter Authors. 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:typed_data'; import 'package:file/file.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/as...
flutter/packages/flutter_tools/test/general.shard/asset_bundle_package_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/asset_bundle_package_test.dart", "repo_id": "flutter", "token_count": 9953 }
797
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'package:fake_async/fake_async.dart'; import 'package:flutter_tools/executable.dart'; import 'package:f...
flutter/packages/flutter_tools/test/general.shard/base/logger_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/base/logger_test.dart", "repo_id": "flutter", "token_count": 23119 }
798
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data'; import 'package:file/memory.dart'; import 'package:file_testing/file_testing.dart'; import 'package:flutter_tools/src/base/file_...
flutter/packages/flutter_tools/test/general.shard/build_system/file_store_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/build_system/file_store_test.dart", "repo_id": "flutter", "token_count": 2434 }
799
// Copyright 2014 The Flutter Authors. 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:file/memory.dart'; import 'package:file_testing/file_testing.dart'; import 'package:flutter_tools/src/artifact...
flutter/packages/flutter_tools/test/general.shard/build_system/targets/shader_compiler_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/build_system/targets/shader_compiler_test.dart", "repo_id": "flutter", "token_count": 7756 }
800
// Copyright 2014 The Flutter Authors. 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:file/file.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/artifacts.dart'; import 'packag...
flutter/packages/flutter_tools/test/general.shard/compile_incremental_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/compile_incremental_test.dart", "repo_id": "flutter", "token_count": 7884 }
801
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/file.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/bot_detector.dart'; import 'package:flutter_tool...
flutter/packages/flutter_tools/test/general.shard/dart/pub_get_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/dart/pub_get_test.dart", "repo_id": "flutter", "token_count": 15507 }
802
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/base/logger.dart'; import 'p...
flutter/packages/flutter_tools/test/general.shard/flutter_project_metadata_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/flutter_project_metadata_test.dart", "repo_id": "flutter", "token_count": 2634 }
803
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'package:flutter_tools/src/base/config.dart'; import 'package:flutter_tools/src/base/io.dart'; import '...
flutter/packages/flutter_tools/test/general.shard/ios/code_signing_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/ios/code_signing_test.dart", "repo_id": "flutter", "token_count": 9010 }
804
// Copyright 2014 The Flutter Authors. 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_tools/src/base/logger.dart'; import 'package:flutter_tools/src/base/process.dart'; import 'package:flutter_tools/src/ios/xcodeproj....
flutter/packages/flutter_tools/test/general.shard/ios/xcresult_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/ios/xcresult_test.dart", "repo_id": "flutter", "token_count": 4219 }
805
// Copyright 2014 The Flutter Authors. 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 'package:file/file.dart'; import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/file_system.dart'; impor...
flutter/packages/flutter_tools/test/general.shard/macos/application_package_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/macos/application_package_test.dart", "repo_id": "flutter", "token_count": 3286 }
806
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/base/logger.dart'; import 'p...
flutter/packages/flutter_tools/test/general.shard/project_file_invalidator_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/project_file_invalidator_test.dart", "repo_id": "flutter", "token_count": 2841 }
807
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/bot_detector.dart'; import 'package:flutter_tools/src/base/file_system.dart'; imp...
flutter/packages/flutter_tools/test/general.shard/runner/flutter_command_runner_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/runner/flutter_command_runner_test.dart", "repo_id": "flutter", "token_count": 4953 }
808
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/config.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'p...
flutter/packages/flutter_tools/test/general.shard/unified_analytics_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/unified_analytics_test.dart", "repo_id": "flutter", "token_count": 2066 }
809
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/memory.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/base/io.dart'; import 'packa...
flutter/packages/flutter_tools/test/general.shard/web/web_asset_server_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/general.shard/web/web_asset_server_test.dart", "repo_id": "flutter", "token_count": 1876 }
810
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file/file.dart'; import 'package:flutter_tools/src/base/io.dart'; import 'package:flutter_tools/src/base/logger.dart'; import 'package:flut...
flutter/packages/flutter_tools/test/host_cross_arch.shard/cache_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/host_cross_arch.shard/cache_test.dart", "repo_id": "flutter", "token_count": 742 }
811
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:file_testing/file_testing.dart'; import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/base/io.dart';...
flutter/packages/flutter_tools/test/integration.shard/android_plugin_example_app_build_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/integration.shard/android_plugin_example_app_build_test.dart", "repo_id": "flutter", "token_count": 1713 }
812
// Copyright 2014 The Flutter Authors. 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:dds/dap.dart'; import 'package:file/file.dart'; import 'package:flutter_tools/src/cache.dart'; import '../../src/common.dart'; import '../...
flutter/packages/flutter_tools/test/integration.shard/debug_adapter/test_adapter_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/integration.shard/debug_adapter/test_adapter_test.dart", "repo_id": "flutter", "token_count": 1972 }
813
// Copyright 2014 The Flutter Authors. 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:ffi' show Abi; import 'dart:io' as io; import 'package:file/file.dart'; import 'package:file_testing/file_testing.dart'; import 'package:flut...
flutter/packages/flutter_tools/test/integration.shard/flutter_build_windows_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/integration.shard/flutter_build_windows_test.dart", "repo_id": "flutter", "token_count": 1872 }
814
// Copyright 2014 The Flutter Authors. 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_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/base/logger.dart'; import 'package:flutter_tools/src/build_info...
flutter/packages/flutter_tools/test/integration.shard/shader_compiler_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/integration.shard/shader_compiler_test.dart", "repo_id": "flutter", "token_count": 1672 }
815
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // TODO(54566): Remove this file when issue is resolved. import 'deferred_components_config.dart'; import 'plugin_project.dart'; /// Project to test the ...
flutter/packages/flutter_tools/test/integration.shard/test_data/plugin_each_settings_gradle_project.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/integration.shard/test_data/plugin_each_settings_gradle_project.dart", "repo_id": "flutter", "token_count": 646 }
816
// Copyright 2014 The Flutter Authors. 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_tools/src/base/io.dart'; import '../src/common.dart'; import 'test_utils.dart'; void main() { // Regression test for https://gi...
flutter/packages/flutter_tools/test/integration.shard/variable_expansion_windows_test.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/integration.shard/variable_expansion_windows_test.dart", "repo_id": "flutter", "token_count": 315 }
817
// Copyright 2014 The Flutter Authors. 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_tools/src/build_system/build_system.dart'; class TestBuildSystem implements BuildSystem { /// Create a [Bu...
flutter/packages/flutter_tools/test/src/test_build_system.dart/0
{ "file_path": "flutter/packages/flutter_tools/test/src/test_build_system.dart", "repo_id": "flutter", "token_count": 708 }
818
// Copyright 2014 The Flutter Authors. 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'; late Process daemon; // To use, start from the console and enter: // version: print versi...
flutter/packages/flutter_tools/tool/daemon_client.dart/0
{ "file_path": "flutter/packages/flutter_tools/tool/daemon_client.dart", "repo_id": "flutter", "token_count": 1313 }
819
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @TestOn('chrome') // Uses web-only Flutter SDK library; import 'dart:async'; import 'dart:ui_web' as ui_web; import 'package:flutter/services.dart'; impo...
flutter/packages/flutter_web_plugins/test/plugin_event_channel_test.dart/0
{ "file_path": "flutter/packages/flutter_web_plugins/test/plugin_event_channel_test.dart", "repo_id": "flutter", "token_count": 1999 }
820
// Copyright 2014 The Flutter 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.example.integration_test_example; import androidx.test.rule.ActivityTestRule; import dev.flutter.plugins.integration_test.FlutterTestRunner; i...
flutter/packages/integration_test/example/android/app/src/androidTest/java/com/example/integration_test_example/FlutterActivityTest.java/0
{ "file_path": "flutter/packages/integration_test/example/android/app/src/androidTest/java/com/example/integration_test_example/FlutterActivityTest.java", "repo_id": "flutter", "token_count": 187 }
821
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import FlutterMacOS public class IntegrationTestPlugin: NSObject, FlutterPlugin { public static func register(with registrar: FlutterPluginRegistrar) {...
flutter/packages/integration_test/integration_test_macos/macos/Classes/IntegrationTestPlugin.swift/0
{ "file_path": "flutter/packages/integration_test/integration_test_macos/macos/Classes/IntegrationTestPlugin.swift", "repo_id": "flutter", "token_count": 250 }
822
// Copyright 2014 The Flutter Authors. 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:developer' as developer; import 'dart:io' show HttpClient, SocketException, WebSocket; import 'dart:ui'; import 'package...
flutter/packages/integration_test/lib/integration_test.dart/0
{ "file_path": "flutter/packages/integration_test/lib/integration_test.dart", "repo_id": "flutter", "token_count": 5894 }
823
// Copyright 2014 The Flutter Authors. 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 'package:flutter_test/flutter_test.dart'; import 'package:integration_test/integration_test.dart'; Future<void> main() asyn...
flutter/packages/integration_test/test/data/pass_test_script.dart/0
{ "file_path": "flutter/packages/integration_test/test/data/pass_test_script.dart", "repo_id": "flutter", "token_count": 277 }
824
#import "GeneratedPluginRegistrant.h"
flutter_clock/analog_clock/ios/Runner/Runner-Bridging-Header.h/0
{ "file_path": "flutter_clock/analog_clock/ios/Runner/Runner-Bridging-Header.h", "repo_id": "flutter_clock", "token_count": 12 }
825
#import "GeneratedPluginRegistrant.h"
flutter_clock/digital_clock/ios/Runner/Runner-Bridging-Header.h/0
{ "file_path": "flutter_clock/digital_clock/ios/Runner/Runner-Bridging-Header.h", "repo_id": "flutter_clock", "token_count": 12 }
826
buildscript { ext.kotlin_version = '1.7.10' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.4.2' // START: FlutterFire Configuration classpath 'com.google.gms:google-services:4.3.10' classpath 'com.googl...
gallery/android/build.gradle/0
{ "file_path": "gallery/android/build.gradle", "repo_id": "gallery", "token_count": 525 }
827
// This file is automatically generated by codeviewer_cli. // Do not edit this file. // Copyright 2019 The Flutter team. 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:gallery/codeview...
gallery/lib/codeviewer/code_segments.dart/0
{ "file_path": "gallery/lib/codeviewer/code_segments.dart", "repo_id": "gallery", "token_count": 1281468 }
828
// Copyright 2019 The Flutter team. 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_gen/gen_l10n/gallery_localizations.dart'; // BEGIN cupertinoSegmentedControlDemo class Cup...
gallery/lib/demos/cupertino/cupertino_segmented_control_demo.dart/0
{ "file_path": "gallery/lib/demos/cupertino/cupertino_segmented_control_demo.dart", "repo_id": "gallery", "token_count": 1311 }
829
// Copyright 2019 The Flutter team. 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_gen/gen_l10n/gallery_localizations.dart'; import 'package:gallery/demos/material/material_demo...
gallery/lib/demos/material/divider_demo.dart/0
{ "file_path": "gallery/lib/demos/material/divider_demo.dart", "repo_id": "gallery", "token_count": 1501 }
830
// Copyright 2019 The Flutter team. 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_gen/gen_l10n/gallery_localizations.dart'; // BEGIN colorsDemo const double kColorItemHeight...
gallery/lib/demos/reference/colors_demo.dart/0
{ "file_path": "gallery/lib/demos/reference/colors_demo.dart", "repo_id": "gallery", "token_count": 2802 }
831
# Localization ## Creating New Locale Messages When adding new strings to be localized, update `intl_en.arb`, which is used by this project as the template. When creating new entries, they have to be in the following format: ```arb "dartGetterVariableName": "english translation of the message", "@dartGetterVaria...
gallery/lib/l10n/README.md/0
{ "file_path": "gallery/lib/l10n/README.md", "repo_id": "gallery", "token_count": 635 }
832
{ "githubRepo": "Storfa {repoName} GitHub", "aboutDialogDescription": "I weld y cod ffynhonnell ar gyfer yr ap hwn, ewch i {repoLink}.", "deselect": "Dad-ddewis", "notSelected": "Heb ei dewis", "select": "Dewis", "selectable": "Dewisiadwy (pwyso'n hir)", "selected": "Wedi'i ddewis", "signIn": "MEWNGOFNO...
gallery/lib/l10n/intl_cy.arb/0
{ "file_path": "gallery/lib/l10n/intl_cy.arb", "repo_id": "gallery", "token_count": 20642 }
833
{ "loading": "Cargando", "deselect": "Desmarcar", "select": "Seleccionar", "selectable": "Se puede seleccionar (mantener pulsado)", "selected": "Seleccionado", "demo": "Demo", "bottomAppBar": "Barra de aplicaciones inferior", "notSelected": "No seleccionado", "demoCupertinoSearchTextFieldTitle": "Camp...
gallery/lib/l10n/intl_es.arb/0
{ "file_path": "gallery/lib/l10n/intl_es.arb", "repo_id": "gallery", "token_count": 19658 }
834
{ "loading": "בטעינה", "deselect": "ביטול הבחירה", "select": "בחירה", "selectable": "ניתן לבחירה (בלחיצה ארוכה)", "selected": "נבחר", "demo": "הדגמה", "bottomAppBar": "סרגל האפליקציה התחתון", "notSelected": "לא נבחר", "demoCupertinoSearchTextFieldTitle": "שדה טקסט לחיפוש", "demoCupertinoPicker": "בו...
gallery/lib/l10n/intl_he.arb/0
{ "file_path": "gallery/lib/l10n/intl_he.arb", "repo_id": "gallery", "token_count": 32515 }
835
{ "loading": "Įkeliama", "deselect": "Panaikinti pasirinkimą", "select": "Pasirinkti", "selectable": "Pasirenkama (ilgai paspaudus)", "selected": "Pasirinkta", "demo": "Demonstracinė versija", "bottomAppBar": "Apatinė programų juosta", "notSelected": "Nepasirinkta", "demoCupertinoSearchTextFieldTitle"...
gallery/lib/l10n/intl_lt.arb/0
{ "file_path": "gallery/lib/l10n/intl_lt.arb", "repo_id": "gallery", "token_count": 23060 }
836
{ "loading": "A carregar", "deselect": "Desmarcar", "select": "Selecionar", "selectable": "Selecionável (manter premido)", "selected": "Selecionado", "demo": "Demonstração", "bottomAppBar": "Barra de apps inferior", "notSelected": "Não selecionado", "demoCupertinoSearchTextFieldTitle": "Campo de texto...
gallery/lib/l10n/intl_pt_PT.arb/0
{ "file_path": "gallery/lib/l10n/intl_pt_PT.arb", "repo_id": "gallery", "token_count": 19904 }
837
{ "loading": "Завантаження", "deselect": "Не вибирати", "select": "Вибрати", "selectable": "Можна вибрати (утримуванням)", "selected": "Вибрано", "demo": "Демоверсія", "bottomAppBar": "Нижня панель додатків", "notSelected": "Не вибрано", "demoCupertinoSearchTextFieldTitle": "Текстове поле пошуку", "...
gallery/lib/l10n/intl_uk.arb/0
{ "file_path": "gallery/lib/l10n/intl_uk.arb", "repo_id": "gallery", "token_count": 38654 }
838
// Copyright 2019 The Flutter team. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services.dart'; import 'package:flutter_gen/gen_l10n/...
gallery/lib/pages/backdrop.dart/0
{ "file_path": "gallery/lib/pages/backdrop.dart", "repo_id": "gallery", "token_count": 4412 }
839
// Copyright 2019 The Flutter team. 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_gen/gen_l10n/gallery_localizations.dart'; import 'package:gallery/studies/crane/backlayer.dar...
gallery/lib/studies/crane/fly_form.dart/0
{ "file_path": "gallery/lib/studies/crane/fly_form.dart", "repo_id": "gallery", "token_count": 872 }
840
import 'package:flutter/material.dart'; class ReplyColors { static const Color white50 = Color(0xFFFFFFFF); static const Color black800 = Color(0xFF121212); static const Color black900 = Color(0xFF000000); static const Color blue50 = Color(0xFFEEF0F2); static const Color blue100 = Color(0xFFD2DBE0); stat...
gallery/lib/studies/reply/colors.dart/0
{ "file_path": "gallery/lib/studies/reply/colors.dart", "repo_id": "gallery", "token_count": 496 }
841
// Copyright 2019 The Flutter team. 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/semantics.dart'; import 'package:gallery/data/gallery_options.dart'; import 'package:gallery/l...
gallery/lib/studies/shrine/home.dart/0
{ "file_path": "gallery/lib/studies/shrine/home.dart", "repo_id": "gallery", "token_count": 892 }
842
name: gallery description: A resource to help developers evaluate and use Flutter. repository: https://github.com/flutter/gallery version: 2.10.2+021002 # See README.md for details on versioning. environment: flutter: ^3.13.0 sdk: ^3.1.0 dependencies: flutter: sdk: flutter flutter_localizations: sdk: ...
gallery/pubspec.yaml/0
{ "file_path": "gallery/pubspec.yaml", "repo_id": "gallery", "token_count": 5593 }
843
// Copyright 2020 The Flutter team. 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 JsonEncoder; import 'dart:io'; import 'package:web_benchmarks/server.dart'; import 'project_root_directory.dart'; /// Runs the G...
gallery/test_benchmarks/benchmarks/run_benchmarks.dart/0
{ "file_path": "gallery/test_benchmarks/benchmarks/run_benchmarks.dart", "repo_id": "gallery", "token_count": 269 }
844
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="staging" type="FlutterRunConfigurationType" factoryName="Flutter"> <option name="buildFlavor" value="staging" /> <option name="filePath" value="$PROJECT_DIR$/lib/main_staging.dart" /> <method v="2" /> </configuration>...
io_flip/.idea/runConfigurations/staging.xml/0
{ "file_path": "io_flip/.idea/runConfigurations/staging.xml", "repo_id": "io_flip", "token_count": 108 }
845
export 'allow_headers.dart'; export 'application_json_header.dart'; export 'cors_headers.dart';
io_flip/api/headers/headers.dart/0
{ "file_path": "io_flip/api/headers/headers.dart", "repo_id": "io_flip", "token_count": 33 }
846
name: cards_repository description: Access to Cards datasource. version: 0.1.0+1 publish_to: none environment: sdk: ">=3.0.0 <4.0.0" dependencies: config_repository: path: ../config_repository db_client: path: ../db_client equatable: ^2.0.5 game_domain: path: ../game_domain game_script_machine...
io_flip/api/packages/cards_repository/pubspec.yaml/0
{ "file_path": "io_flip/api/packages/cards_repository/pubspec.yaml", "repo_id": "io_flip", "token_count": 369 }
847
name: db_client description: Client used to access the game database version: 0.1.0+1 publish_to: none environment: sdk: ">=3.0.0 <4.0.0" dependencies: equatable: ^2.0.5 firedart: git: url: https://github.com/VGVentures/firedart.git ref: master grpc: ^3.1.0 dev_dependencies: mocktail: ^0.3....
io_flip/api/packages/db_client/pubspec.yaml/0
{ "file_path": "io_flip/api/packages/db_client/pubspec.yaml", "repo_id": "io_flip", "token_count": 169 }
848
name: firebase_cloud_storage description: A package to manages a firebase bucket. version: 0.1.0+1 publish_to: none environment: sdk: ">=3.0.0 <4.0.0" dependencies: grpc: ^3.1.0 http: ^0.13.5 dev_dependencies: mocktail: ^0.3.0 test: ^1.19.2 very_good_analysis: ^3.1.0
io_flip/api/packages/firebase_cloud_storage/pubspec.yaml/0
{ "file_path": "io_flip/api/packages/firebase_cloud_storage/pubspec.yaml", "repo_id": "io_flip", "token_count": 130 }
849