text stringlengths 6 13.6M | id stringlengths 13 176 | metadata dict | __index_level_0__ int64 0 1.69k |
|---|---|---|---|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
</plist>
| packages/packages/flutter_image/example/macos/Runner/Release.entitlements/0 | {
"file_path": "packages/packages/flutter_image/example/macos/Runner/Release.entitlements",
"repo_id": "packages",
"token_count": 131
} | 954 |
// 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:async';
import 'dart:io';
const int _kTestServerPort = 11111;
Future<void> main() async {
final HttpServer testServer =
await HttpSe... | packages/packages/flutter_image/test/network_test_server.dart/0 | {
"file_path": "packages/packages/flutter_image/test/network_test_server.dart",
"repo_id": "packages",
"token_count": 750
} | 955 |
# Flutter Markdown
[](https://pub.dartlang.org/packages/flutter_markdown)
A markdown renderer for Flutter. It supports the
[original format](https://daringfireball.net/projects/markdown/), but no inline
HTML.
## Overview
The [`flutter_markdown`](https... | packages/packages/flutter_markdown/README.md/0 | {
"file_path": "packages/packages/flutter_markdown/README.md",
"repo_id": "packages",
"token_count": 1990
} | 956 |
// 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 'package:flutter/material.dart';
import 'package:markdown/markdown.dart' as md;
// ignore_for_file: public_member_api_docs
enum MarkdownExtensionS... | packages/packages/flutter_markdown/example/lib/shared/markdown_extensions.dart/0 | {
"file_path": "packages/packages/flutter_markdown/example/lib/shared/markdown_extensions.dart",
"repo_id": "packages",
"token_count": 793
} | 957 |
name: flutter_markdown
description: A Markdown renderer for Flutter. Create rich text output,
including text styles, tables, links, and more, from plain text data
formatted with simple Markdown tags.
repository: https://github.com/flutter/packages/tree/main/packages/flutter_markdown
issue_tracker: https://github.co... | packages/packages/flutter_markdown/pubspec.yaml/0 | {
"file_path": "packages/packages/flutter_markdown/pubspec.yaml",
"repo_id": "packages",
"token_count": 281
} | 958 |
// 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 'package:flutter/foundation.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_markdown/f... | packages/packages/flutter_markdown/test/link_test.dart/0 | {
"file_path": "packages/packages/flutter_markdown/test/link_test.dart",
"repo_id": "packages",
"token_count": 42931
} | 959 |
// 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 'package:process/process.dart';
import '../base/command.dart';
import '../base/file_system.dart';
import '../base/logger.dart';
import '../base/pro... | packages/packages/flutter_migrate/lib/src/commands/abandon.dart/0 | {
"file_path": "packages/packages/flutter_migrate/lib/src/commands/abandon.dart",
"repo_id": "packages",
"token_count": 1782
} | 960 |
// 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 'package:args/command_runner.dart';
import 'package:flutter_migrate/src/base/command.dart';
export 'package:test/test.dart' hide isInstanceOf, test... | packages/packages/flutter_migrate/test/src/test_flutter_command_runner.dart/0 | {
"file_path": "packages/packages/flutter_migrate/test/src/test_flutter_command_runner.dart",
"repo_id": "packages",
"token_count": 424
} | 961 |
When a deep link is received from the platform, GoRouter will display the
configured screen based on the URL path. To configure your Android or iOS app
for deep linking, see the [Deep
linking](https://docs.flutter.dev/development/ui/navigation/deep-linking)
documentation at flutter.dev. | packages/packages/go_router/doc/deep-linking.md/0 | {
"file_path": "packages/packages/go_router/doc/deep-linking.md",
"repo_id": "packages",
"token_count": 76
} | 962 |
// 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 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import '../data.dart';
import '../widgets/author_list.dart';
/// A scr... | packages/packages/go_router/example/lib/books/src/screens/authors.dart/0 | {
"file_path": "packages/packages/go_router/example/lib/books/src/screens/authors.dart",
"repo_id": "packages",
"token_count": 323
} | 963 |
// 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 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
void main() => runApp(App());
/// The main app.
class App extends Stat... | packages/packages/go_router/example/lib/others/init_loc.dart/0 | {
"file_path": "packages/packages/go_router/example/lib/others/init_loc.dart",
"repo_id": "packages",
"token_count": 1300
} | 964 |
// 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 'package:flutter_test/flutter_test.dart';
import 'package:go_router/go_router.dart';
import 'package:go_router_examples/push_with_shell_route.dart' ... | packages/packages/go_router/example/test/push_with_shell_route_test.dart/0 | {
"file_path": "packages/packages/go_router/example/test/push_with_shell_route_test.dart",
"repo_id": "packages",
"token_count": 601
} | 965 |
// 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:async';
import 'dart:developer' as developer;
import 'package:flutter/foundation.dart';
import 'package:logging/logging.dart';
/// The logge... | packages/packages/go_router/lib/src/logging.dart/0 | {
"file_path": "packages/packages/go_router/lib/src/logging.dart",
"repo_id": "packages",
"token_count": 633
} | 966 |
# This custom rule set only exists to allow very targeted changes
# relative to the default repo settings, for specific use cases.
# Please do NOT add more changes here without consulting with
# #hackers-ecosystem on Discord.
include: ../../../analysis_options.yaml
linter:
rules:
# Matches flutter/flutter, whic... | packages/packages/go_router/test/analysis_options.yaml/0 | {
"file_path": "packages/packages/go_router/test/analysis_options.yaml",
"repo_id": "packages",
"token_count": 118
} | 967 |
// 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 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:go_route... | packages/packages/go_router/test/inherited_test.dart/0 | {
"file_path": "packages/packages/go_router/test/inherited_test.dart",
"repo_id": "packages",
"token_count": 1994
} | 968 |
// 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.
// ignore_for_file: public_member_api_docs, unreachable_from_main
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
part... | packages/packages/go_router_builder/example/lib/extra_example.dart/0 | {
"file_path": "packages/packages/go_router_builder/example/lib/extra_example.dart",
"repo_id": "packages",
"token_count": 1115
} | 969 |
// GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: always_specify_types, public_member_api_docs
part of 'stateful_shell_route_initial_location_example.dart';
// **************************************************************************
// GoRouterGenerator
// **********************************************... | packages/packages/go_router_builder/example/lib/stateful_shell_route_initial_location_example.g.dart/0 | {
"file_path": "packages/packages/go_router_builder/example/lib/stateful_shell_route_initial_location_example.g.dart",
"repo_id": "packages",
"token_count": 1278
} | 970 |
// 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 'package:go_router_builder/src/path_utils.dart';
import 'package:test/test.dart';
void main() {
group('pathParametersFromPattern', () {
test(... | packages/packages/go_router_builder/test/path_utils_test.dart/0 | {
"file_path": "packages/packages/go_router_builder/test/path_utils_test.dart",
"repo_id": "packages",
"token_count": 609
} | 971 |
RouteBase get $namedEscapedRoute => GoRouteData.$route(
path: '/named-route',
name: r'named$Route',
factory: $NamedEscapedRouteExtension._fromState,
);
extension $NamedEscapedRouteExtension on NamedEscapedRoute {
static NamedEscapedRoute _fromState(GoRouterState state) =>
NamedEscapedRout... | packages/packages/go_router_builder/test_inputs/named_escaped_route.dart.expect/0 | {
"file_path": "packages/packages/go_router_builder/test_inputs/named_escaped_route.dart.expect",
"repo_id": "packages",
"token_count": 231
} | 972 |
RouteBase get $shellRouteNoConstConstructor => ShellRouteData.$route(
factory: $ShellRouteNoConstConstructorExtension._fromState,
);
extension $ShellRouteNoConstConstructorExtension
on ShellRouteNoConstConstructor {
static ShellRouteNoConstConstructor _fromState(GoRouterState state) =>
ShellRoute... | packages/packages/go_router_builder/test_inputs/shell_route_data.dart.expect/0 | {
"file_path": "packages/packages/go_router_builder/test_inputs/shell_route_data.dart.expect",
"repo_id": "packages",
"token_count": 210
} | 973 |
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled.
version:
revision: 822f6e3595d63f864ae2027ea37fd645b313b71b
channel: master
project_type: app
# Tracks metadata for the flutter migrate comman... | packages/packages/google_identity_services_web/example/.metadata/0 | {
"file_path": "packages/packages/google_identity_services_web/example/.metadata",
"repo_id": "packages",
"token_count": 728
} | 974 |
<!DOCTYPE html>
<!-- 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. -->
<html>
<head>
<base href="$FLUTTER_BASE_HREF">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta n... | packages/packages/google_identity_services_web/example/web/index.html/0 | {
"file_path": "packages/packages/google_identity_services_web/example/web/index.html",
"repo_id": "packages",
"token_count": 592
} | 975 |
// 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.
@TestOn('browser') // Uses package:web
library;
import 'package:google_identity_services_web/loader.dart';
import 'package:test/test.dart';
import 'packag... | packages/packages/google_identity_services_web/test/js_loader_tt_custom_test.dart/0 | {
"file_path": "packages/packages/google_identity_services_web/test/js_loader_tt_custom_test.dart",
"repo_id": "packages",
"token_count": 547
} | 976 |
// 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 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
impo... | packages/packages/google_maps_flutter/google_maps_flutter/test/polyline_updates_test.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter/test/polyline_updates_test.dart",
"repo_id": "packages",
"token_count": 3736
} | 977 |
// 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.
package io.flutter.plugins.googlemaps;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com... | packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapFactory.java/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapFactory.java",
"repo_id": "packages",
"token_count": 833
} | 978 |
// 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.
package io.flutter.plugins.googlemaps;
import com.google.android.gms.maps.model.Cap;
import com.google.android.gms.maps.model.LatLng;
import com.google.an... | packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolylineOptionsSink.java/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolylineOptionsSink.java",
"repo_id": "packages",
"token_count": 269
} | 979 |
// 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.
// ignore_for_file: public_member_api_docs
import 'package:flutter/material.dart';
// #docregion DisplayMode
import 'package:google_maps_flutter_android/g... | packages/packages/google_maps_flutter/google_maps_flutter_android/example/lib/readme_excerpts.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/example/lib/readme_excerpts.dart",
"repo_id": "packages",
"token_count": 628
} | 980 |
// 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 google_maps_flutter_ios;
@import google_maps_flutter_ios.Test;
@import XCTest;
@import GoogleMaps;
#import <OCMock/OCMock.h>
#import "PartiallyMoc... | packages/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/ios/RunnerTests/GoogleMapsTests.m/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/ios/RunnerTests/GoogleMapsTests.m",
"repo_id": "packages",
"token_count": 1055
} | 981 |
// 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 'package:flutter/foundation.dart'
show immutable, objectRuntimeType, setEquals;
import 'maps_object.dart';
import 'utils/maps_object.dart';
//... | packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/maps_object_updates.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/maps_object_updates.dart",
"repo_id": "packages",
"token_count": 1397
} | 982 |
// 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 '../types.dart';
import 'maps_object.dart';
/// Converts an [Iterable] of Cluster Managers in a Map of ClusterManagerId -> Cluster.
Map<ClusterMana... | packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/cluster_manager.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/cluster_manager.dart",
"repo_id": "packages",
"token_count": 157
} | 983 |
// 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 'package:flutter_test/flutter_test.dart';
import 'package:google_maps_flutter_platform_interface/google_maps_flutter_platform_interface.dart';
void... | packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/location_test.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/location_test.dart",
"repo_id": "packages",
"token_count": 724
} | 984 |
name: google_maps_flutter_web_integration_tests
publish_to: none
# Tests require flutter beta or greater to run.
environment:
sdk: ^3.3.0
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
google_maps_flutter_platform_interface: ^2.5.0
google_maps_flutter_web:
path: ../
web: ^0.5.0
dev_depen... | packages/packages/google_maps_flutter/google_maps_flutter_web/example/pubspec.yaml/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_web/example/pubspec.yaml",
"repo_id": "packages",
"token_count": 338
} | 985 |
buildFlags:
_pluginToolsConfigGlobalKey:
- "--no-tree-shake-icons"
- "--dart-define=buildmode=testing"
| packages/packages/google_sign_in/google_sign_in/example/.pluginToolsConfig.yaml/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in/example/.pluginToolsConfig.yaml",
"repo_id": "packages",
"token_count": 45
} | 986 |
name: google_sign_in_android
description: Android implementation of the google_sign_in plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
versio... | packages/packages/google_sign_in/google_sign_in_android/pubspec.yaml/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_android/pubspec.yaml",
"repo_id": "packages",
"token_count": 404
} | 987 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | packages/packages/google_sign_in/google_sign_in_ios/example/macos/Runner/Info.plist/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_ios/example/macos/Runner/Info.plist",
"repo_id": "packages",
"token_count": 682
} | 988 |
// 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:async';
import 'package:flutter/foundation.dart' show visibleForTesting;
import 'package:plugin_platform_interface/plugin_platform_interface.... | packages/packages/google_sign_in/google_sign_in_platform_interface/lib/google_sign_in_platform_interface.dart/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_platform_interface/lib/google_sign_in_platform_interface.dart",
"repo_id": "packages",
"token_count": 1759
} | 989 |
// 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:async';
import 'dart:convert';
import 'package:flutter_test/flutter_test.dart';
import 'package:google_identity_services_web/oauth2.dart';
im... | packages/packages/google_sign_in/google_sign_in_web/example/integration_test/people_test.dart/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_web/example/integration_test/people_test.dart",
"repo_id": "packages",
"token_count": 1581
} | 990 |
// 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:async';
import 'dart:js_interop';
// TODO(dit): Split `id` and `oauth2` "services" for mocking. https://github.com/flutter/flutter/issues/1206... | packages/packages/google_sign_in/google_sign_in_web/lib/src/gis_client.dart/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_web/lib/src/gis_client.dart",
"repo_id": "packages",
"token_count": 6431
} | 991 |
// 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:async';
import 'package:flutter/foundation.dart';
import 'package:image_picker_platform_interface/image_picker_platform_interface.dart';
expo... | packages/packages/image_picker/image_picker/lib/image_picker.dart/0 | {
"file_path": "packages/packages/image_picker/image_picker/lib/image_picker.dart",
"repo_id": "packages",
"token_count": 4007
} | 992 |
// 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.
package io.flutter.plugins.imagepicker;
import android.Manifest;
import android.app.Activity;
import android.content.ActivityNotFoundException;
import and... | packages/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerDelegate.java/0 | {
"file_path": "packages/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerDelegate.java",
"repo_id": "packages",
"token_count": 12352
} | 993 |
mock-maker-inline | packages/packages/image_picker/image_picker_android/android/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker/0 | {
"file_path": "packages/packages/image_picker/image_picker_android/android/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker",
"repo_id": "packages",
"token_count": 6
} | 994 |
// 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:async';
import 'dart:js_interop';
import 'package:flutter/foundation.dart' show visibleForTesting;
import 'package:flutter_web_plugins/flutte... | packages/packages/image_picker/image_picker_for_web/lib/image_picker_for_web.dart/0 | {
"file_path": "packages/packages/image_picker/image_picker_for_web/lib/image_picker_for_web.dart",
"repo_id": "packages",
"token_count": 4193
} | 995 |
// 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 "FLTImagePickerPhotoAssetUtil.h"
#import "FLTImagePickerImageUtil.h"
#import "FLTImagePickerMetaDataUtil.h"
#import <MobileCoreServices/MobileCore... | packages/packages/image_picker/image_picker_ios/ios/Classes/FLTImagePickerPhotoAssetUtil.m/0 | {
"file_path": "packages/packages/image_picker/image_picker_ios/ios/Classes/FLTImagePickerPhotoAssetUtil.m",
"repo_id": "packages",
"token_count": 2736
} | 996 |
name: image_picker_ios
description: iOS implementation of the image_picker plugin.
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_ios
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.8.9+2
environmen... | packages/packages/image_picker/image_picker_ios/pubspec.yaml/0 | {
"file_path": "packages/packages/image_picker/image_picker_ios/pubspec.yaml",
"repo_id": "packages",
"token_count": 318
} | 997 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/image_picker/image_picker_macos/example/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/image_picker/image_picker_macos/example/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 998 |
// 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.
/// The type of the retrieved data in a [LostDataResponse].
enum RetrieveType {
/// A static picture. See [ImagePicker.pickImage].
image,
/// A vide... | packages/packages/image_picker/image_picker_platform_interface/lib/src/types/retrieve_type.dart/0 | {
"file_path": "packages/packages/image_picker/image_picker_platform_interface/lib/src/types/retrieve_type.dart",
"repo_id": "packages",
"token_count": 128
} | 999 |
name: image_picker_windows
description: Windows platform implementation of image_picker
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_windows
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.2.1+1
e... | packages/packages/image_picker/image_picker_windows/pubspec.yaml/0 | {
"file_path": "packages/packages/image_picker/image_picker_windows/pubspec.yaml",
"repo_id": "packages",
"token_count": 327
} | 1,000 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/in_app_purchase/in_app_purchase/example/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase/example/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,001 |
rootProject.name = 'in_app_purchase'
| packages/packages/in_app_purchase/in_app_purchase_android/android/settings.gradle/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/android/settings.gradle",
"repo_id": "packages",
"token_count": 14
} | 1,002 |
// 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 'package:flutter/material.dart';
import 'package:json_annotation/json_annotation.dart';
import '../../billing_client_wrappers.dart';
// WARNING: C... | packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/billing_config_wrapper.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/billing_config_wrapper.dart",
"repo_id": "packages",
"token_count": 776
} | 1,003 |
// 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 'package:flutter/services.dart';
/// Method channel for the plugin's platform<-->Dart calls.
const MethodChannel channel =
MethodChannel('plugi... | packages/packages/in_app_purchase/in_app_purchase_android/lib/src/channel.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/channel.dart",
"repo_id": "packages",
"token_count": 98
} | 1,004 |
// 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 'package:in_app_purchase_android/billing_client_wrappers.dart';
import 'package:test/test.dart';
const ProductWrapper dummyProduct = ProductWrapper... | packages/packages/in_app_purchase/in_app_purchase_android/test/billing_client_wrappers/product_wrapper_test.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/test/billing_client_wrappers/product_wrapper_test.dart",
"repo_id": "packages",
"token_count": 291
} | 1,005 |
// 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 "InAppPurchasePlugin.h"
#import <StoreKit/StoreKit.h>
#import "FIAObjectTranslator.h"
#import "FIAPPaymentQueueDelegate.h"
#import "FIAPReceiptMana... | packages/packages/in_app_purchase/in_app_purchase_storekit/darwin/Classes/InAppPurchasePlugin.m/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_storekit/darwin/Classes/InAppPurchasePlugin.m",
"repo_id": "packages",
"token_count": 6363
} | 1,006 |
// 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.
// Autogenerated from Pigeon (v16.0.4), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_c... | packages/packages/in_app_purchase/in_app_purchase_storekit/test/test_api.g.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_storekit/test/test_api.g.dart",
"repo_id": "packages",
"token_count": 9577
} | 1,007 |
// 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 Flutter
import Foundation
public final class IosPlatformImagesPlugin: NSObject, FlutterPlugin, PlatformImagesApi {
public static func register(wi... | packages/packages/ios_platform_images/ios/Classes/IosPlatformImagesPlugin.swift/0 | {
"file_path": "packages/packages/ios_platform_images/ios/Classes/IosPlatformImagesPlugin.swift",
"repo_id": "packages",
"token_count": 351
} | 1,008 |
// 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.
// Autogenerated from Pigeon (v11.0.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon
package io.flutter.plugins.localauth;
import an... | packages/packages/local_auth/local_auth_android/android/src/main/java/io/flutter/plugins/localauth/Messages.java/0 | {
"file_path": "packages/packages/local_auth/local_auth_android/android/src/main/java/io/flutter/plugins/localauth/Messages.java",
"repo_id": "packages",
"token_count": 9844
} | 1,009 |
// 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 'package:pigeon/pigeon.dart';
@ConfigurePigeon(PigeonOptions(
dartOut: 'lib/src/messages.g.dart',
javaOut: 'android/src/main/java/io/flutter/pl... | packages/packages/local_auth/local_auth_android/pigeons/messages.dart/0 | {
"file_path": "packages/packages/local_auth/local_auth_android/pigeons/messages.dart",
"repo_id": "packages",
"token_count": 1013
} | 1,010 |
# local_auth_platform_interface
A common platform interface for the [`local_auth`][1] plugin.
This interface allows platform-specific implementations of the `local_auth`
plugin, as well as the plugin itself, to ensure they are supporting the
same interface.
# Usage
To implement a new platform-specific implementatio... | packages/packages/local_auth/local_auth_platform_interface/README.md/0 | {
"file_path": "packages/packages/local_auth/local_auth_platform_interface/README.md",
"repo_id": "packages",
"token_count": 236
} | 1,011 |
// 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.
// Autogenerated from Pigeon (v10.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon
#undef _HAS_EXCEPTIONS
#include "messages.g.h"
... | packages/packages/local_auth/local_auth_windows/windows/messages.g.cpp/0 | {
"file_path": "packages/packages/local_auth/local_auth_windows/windows/messages.g.cpp",
"repo_id": "packages",
"token_count": 1935
} | 1,012 |
// 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.
// ignore_for_file: avoid_dynamic_calls
import 'dart:convert';
import 'package:gcloud/storage.dart';
import 'package:googleapis/storage/v1.dart'
show... | packages/packages/metrics_center/lib/src/skiaperf.dart/0 | {
"file_path": "packages/packages/metrics_center/lib/src/skiaperf.dart",
"repo_id": "packages",
"token_count": 6545
} | 1,013 |
// 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.
// Example script to illustrate how to use the mdns package to discover the port
// of a Dart observatory over mDNS.
// ignore_for_file: avoid_print
impo... | packages/packages/multicast_dns/example/main.dart/0 | {
"file_path": "packages/packages/multicast_dns/example/main.dart",
"repo_id": "packages",
"token_count": 491
} | 1,014 |
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
## 0.3.3+3
* Adds pub topics to package metadata.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Aligns Dart and Flutter SDK constraints.
## 0.3.3+2
* Ignores lint warnings from new changes in Flutter master.
* Suppresse... | packages/packages/palette_generator/CHANGELOG.md/0 | {
"file_path": "packages/packages/palette_generator/CHANGELOG.md",
"repo_id": "packages",
"token_count": 466
} | 1,015 |
// 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' show Directory;
import 'package:flutter/foundation.dart' show visibleForTesting;
import 'package:path_provider_platform_interface/path_pr... | packages/packages/path_provider/path_provider/lib/path_provider.dart/0 | {
"file_path": "packages/packages/path_provider/path_provider/lib/path_provider.dart",
"repo_id": "packages",
"token_count": 2056
} | 1,016 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/path_provider/path_provider_foundation/example/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "packages/packages/path_provider/path_provider_foundation/example/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,017 |
// 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';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/annotations.dart';
import 'package:mockito/mockito.dart';
impor... | packages/packages/path_provider/path_provider_foundation/test/path_provider_foundation_test.dart/0 | {
"file_path": "packages/packages/path_provider/path_provider_foundation/test/path_provider_foundation_test.dart",
"repo_id": "packages",
"token_count": 2376
} | 1,018 |
// 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';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'package:path_provider_w... | packages/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart/0 | {
"file_path": "packages/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart",
"repo_id": "packages",
"token_count": 686
} | 1,019 |
# Pigeon Contributor's Guide
## Description
Pigeon is a code generation tool that adds type safety to Flutter’s Platform
Channels. This document serves as an overview of how it functions to help
people who would like to contribute to the project.
## State Diagram
Pigeon generates a temporary file in its _LaunchIso... | packages/packages/pigeon/CONTRIBUTING.md/0 | {
"file_path": "packages/packages/pigeon/CONTRIBUTING.md",
"repo_id": "packages",
"token_count": 994
} | 1,020 |
// 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:async';
import 'pigeon_lib.dart';
/// This is the main entrypoint for the command-line tool. [args] are the
/// command line arguments and t... | packages/packages/pigeon/lib/pigeon_cl.dart/0 | {
"file_path": "packages/packages/pigeon/lib/pigeon_cl.dart",
"repo_id": "packages",
"token_count": 184
} | 1,021 |
# Native Pigeon Tests
This directory contains native test harnesses for native and end-to-end tests
of Pigeon-generated code. The [test script](../tool/test.dart) generates
native code from [pigeons/](../pigeons/) into the native test scaffolding, and
then drives the tests there.
To run these tests, use [`test.dart`]... | packages/packages/pigeon/platform_tests/README.md/0 | {
"file_path": "packages/packages/pigeon/platform_tests/README.md",
"repo_id": "packages",
"token_count": 330
} | 1,022 |
// 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.
package com.example.alternate_language_test_plugin;
import static org.junit.Assert.*;
import com.example.alternate_language_test_plugin.NonNullFields.Non... | packages/packages/pigeon/platform_tests/alternate_language_test_plugin/android/src/test/java/com/example/alternate_language_test_plugin/NonNullFieldsTest.java/0 | {
"file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/android/src/test/java/com/example/alternate_language_test_plugin/NonNullFieldsTest.java",
"repo_id": "packages",
"token_count": 243
} | 1,023 |
// 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 Flutter;
@import XCTest;
@import alternate_language_test_plugin;
#import "EchoMessenger.h"
/////////////////////////////////////////////////////... | packages/packages/pigeon/platform_tests/alternate_language_test_plugin/example/ios/RunnerTests/PrimitiveTest.m/0 | {
"file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/example/ios/RunnerTests/PrimitiveTest.m",
"repo_id": "packages",
"token_count": 1527
} | 1,024 |
name: alternate_language_test_plugin
description: Pigeon test harness for alternate plugin languages.
version: 0.0.1
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
flutter:
plugin:
platforms:
android:
package: com.example.alternate_language_test_plugin
pluginClass: Alter... | packages/packages/pigeon/platform_tests/alternate_language_test_plugin/pubspec.yaml/0 | {
"file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/pubspec.yaml",
"repo_id": "packages",
"token_count": 217
} | 1,025 |
// 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.
//
// Autogenerated from Pigeon, do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_constant... | packages/packages/pigeon/platform_tests/shared_test_plugin_code/lib/src/generated/primitive.gen.dart/0 | {
"file_path": "packages/packages/pigeon/platform_tests/shared_test_plugin_code/lib/src/generated/primitive.gen.dart",
"repo_id": "packages",
"token_count": 10285
} | 1,026 |
// 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.
package com.example.test_plugin
import junit.framework.TestCase
import org.junit.Test
class NonNullFieldsTests : TestCase() {
@Test
fun testMake() {
... | packages/packages/pigeon/platform_tests/test_plugin/android/src/test/kotlin/com/example/test_plugin/NonNullFieldsTests.kt/0 | {
"file_path": "packages/packages/pigeon/platform_tests/test_plugin/android/src/test/kotlin/com/example/test_plugin/NonNullFieldsTests.kt",
"repo_id": "packages",
"token_count": 128
} | 1,027 |
// 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 Flutter
import XCTest
@testable import test_plugin
class MockHostSmallApi: HostSmallApi {
var output: String?
func echo(aString: String, compl... | packages/packages/pigeon/platform_tests/test_plugin/example/ios/RunnerTests/AsyncHandlersTest.swift/0 | {
"file_path": "packages/packages/pigeon/platform_tests/test_plugin/example/ios/RunnerTests/AsyncHandlersTest.swift",
"repo_id": "packages",
"token_count": 1036
} | 1,028 |
// 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 Flutter
import UIKit
extension FlutterError: Error {}
/// This plugin handles the native side of the integration tests in
/// example/integration_... | packages/packages/pigeon/platform_tests/test_plugin/ios/Classes/TestPlugin.swift/0 | {
"file_path": "packages/packages/pigeon/platform_tests/test_plugin/ios/Classes/TestPlugin.swift",
"repo_id": "packages",
"token_count": 5665
} | 1,029 |
// 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.
#include <flutter/encodable_value.h>
#include <gtest/gtest.h>
#include "pigeon/null_fields.gen.h"
namespace null_fields_pigeontest {
namespace {
using ... | packages/packages/pigeon/platform_tests/test_plugin/windows/test/null_fields_test.cpp/0 | {
"file_path": "packages/packages/pigeon/platform_tests/test_plugin/windows/test/null_fields_test.cpp",
"repo_id": "packages",
"token_count": 2367
} | 1,030 |
// 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 'package:pigeon/functional.dart';
import 'package:test/test.dart';
void main() {
test('indexMap', () {
final List<String> items = <String>['a... | packages/packages/pigeon/test/functional_test.dart/0 | {
"file_path": "packages/packages/pigeon/test/functional_test.dart",
"repo_id": "packages",
"token_count": 977
} | 1,031 |
// 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.
// ignore_for_file: avoid_print
import 'dart:io' show Directory, File;
import 'package:meta/meta.dart';
import 'package:path/path.dart' as p;
import 'fl... | packages/packages/pigeon/tool/shared/test_suites.dart/0 | {
"file_path": "packages/packages/pigeon/tool/shared/test_suites.dart",
"repo_id": "packages",
"token_count": 5211
} | 1,032 |
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
</layer-list>
| packages/packages/platform/example/android/app/src/main/res/drawable/launch_background.xml/0 | {
"file_path": "packages/packages/platform/example/android/app/src/main/res/drawable/launch_background.xml",
"repo_id": "packages",
"token_count": 68
} | 1,033 |
#include "Generated.xcconfig"
| packages/packages/platform/example/ios/Flutter/Debug.xcconfig/0 | {
"file_path": "packages/packages/platform/example/ios/Flutter/Debug.xcconfig",
"repo_id": "packages",
"token_count": 12
} | 1,034 |
name: pointer_interceptor_platform_interface
description: "A common platform interface for the pointer_interceptor plugin."
repository: https://github.com/flutter/packages/tree/main/packages/pointer_interceptor/pointer_interceptor_platform_interface
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+... | packages/packages/pointer_interceptor/pointer_interceptor_platform_interface/pubspec.yaml/0 | {
"file_path": "packages/packages/pointer_interceptor/pointer_interceptor_platform_interface/pubspec.yaml",
"repo_id": "packages",
"token_count": 240
} | 1,035 |
// 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:async';
import 'dart:io' as io;
/// A wrapper around an [io.Process] class that adds some convenience methods.
class ProcessWrapper implement... | packages/packages/process/lib/src/interface/process_wrapper.dart/0 | {
"file_path": "packages/packages/process/lib/src/interface/process_wrapper.dart",
"repo_id": "packages",
"token_count": 879
} | 1,036 |
// 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.
package io.flutter.plugins.quickactions;
import static io.flutter.plugins.quickactions.QuickActions.EXTRA_ACTION;
import static org.junit.Assert.assertFal... | packages/packages/quick_actions/quick_actions_android/android/src/test/java/io/flutter/plugins/quickactions/QuickActionsTest.java/0 | {
"file_path": "packages/packages/quick_actions/quick_actions_android/android/src/test/java/io/flutter/plugins/quickactions/QuickActionsTest.java",
"repo_id": "packages",
"token_count": 1913
} | 1,037 |
# Hello World for RFW
This example shows the simplest use of the `RemoteWidget` widget. In
this example, the "remote" widget is hard-coded into the application.
| packages/packages/rfw/example/hello/README.md/0 | {
"file_path": "packages/packages/rfw/example/hello/README.md",
"repo_id": "packages",
"token_count": 41
} | 1,038 |
// 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 'package:flutter/widgets.dart';
/// For clarity, this example uses the text representation of the sample remote
/// widget library, and parses it l... | packages/packages/rfw/example/local/lib/main.dart/0 | {
"file_path": "packages/packages/rfw/example/local/lib/main.dart",
"repo_id": "packages",
"token_count": 1016
} | 1,039 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/rfw/example/wasm/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/rfw/example/wasm/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,040 |
// 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.
// There's a lot of <Object>[] lists in this file so to avoid making this
// file even less readable we relax our usual stance on verbose typing.
// ignore... | packages/packages/rfw/lib/src/flutter/core_widgets.dart/0 | {
"file_path": "packages/packages/rfw/lib/src/flutter/core_widgets.dart",
"repo_id": "packages",
"token_count": 11598
} | 1,041 |
// 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' show Platform;
import 'package:flutter/foundation.dart';
// Detects if we're running the tests on the main channel.
//
// This is useful... | packages/packages/rfw/test/utils.dart/0 | {
"file_path": "packages/packages/rfw/test/utils.dart",
"repo_id": "packages",
"token_count": 272
} | 1,042 |
// 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 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'p... | packages/packages/shared_preferences/shared_preferences_android/example/integration_test/shared_preferences_test.dart/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences_android/example/integration_test/shared_preferences_test.dart",
"repo_id": "packages",
"token_count": 8670
} | 1,043 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<str... | packages/packages/shared_preferences/shared_preferences_foundation/darwin/Resources/PrivacyInfo.xcprivacy/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences_foundation/darwin/Resources/PrivacyInfo.xcprivacy",
"repo_id": "packages",
"token_count": 279
} | 1,044 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/shared_preferences/shared_preferences_foundation/example/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences_foundation/example/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,045 |
// 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.
// Autogenerated from Pigeon (v10.1.6), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_c... | packages/packages/shared_preferences/shared_preferences_foundation/test/test_api.g.dart/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences_foundation/test/test_api.g.dart",
"repo_id": "packages",
"token_count": 3795
} | 1,046 |
// 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 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:shared_preferences_platform_interface/method_chann... | packages/packages/shared_preferences/shared_preferences_platform_interface/test/method_channel_shared_preferences_test.dart/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences_platform_interface/test/method_channel_shared_preferences_test.dart",
"repo_id": "packages",
"token_count": 4400
} | 1,047 |
// 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 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'table.dart';
/// The relative position of a child in a [TableVie... | packages/packages/two_dimensional_scrollables/lib/src/table_view/table_cell.dart/0 | {
"file_path": "packages/packages/two_dimensional_scrollables/lib/src/table_view/table_cell.dart",
"repo_id": "packages",
"token_count": 2901
} | 1,048 |
name: url_launcher_example
description: Demonstrates how to use the url_launcher plugin.
publish_to: none
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"
dependencies:
flutter:
sdk: flutter
path: ^1.8.0
url_launcher:
# When depending on this package from a real application you should use:
... | packages/packages/url_launcher/url_launcher/example/pubspec.yaml/0 | {
"file_path": "packages/packages/url_launcher/url_launcher/example/pubspec.yaml",
"repo_id": "packages",
"token_count": 299
} | 1,049 |
// 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.
package io.flutter.plugins.urllauncher;
import android.app.Activity;
import android.content.ActivityNotFoundException;
import android.content.ComponentNam... | packages/packages/url_launcher/url_launcher_android/android/src/main/java/io/flutter/plugins/urllauncher/UrlLauncher.java/0 | {
"file_path": "packages/packages/url_launcher/url_launcher_android/android/src/main/java/io/flutter/plugins/urllauncher/UrlLauncher.java",
"repo_id": "packages",
"token_count": 2131
} | 1,050 |
## 6.2.5
* Adds explicit imports for UIKit.
* Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
## 6.2.4
* Adds privacy manifest.
## 6.2.3
* Updates minimum required plugin_platform_interface version to 2.1.7.
## 6.2.2
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
* F... | packages/packages/url_launcher/url_launcher_ios/CHANGELOG.md/0 | {
"file_path": "packages/packages/url_launcher/url_launcher_ios/CHANGELOG.md",
"repo_id": "packages",
"token_count": 495
} | 1,051 |
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'url_launcher_ios'
s.version = '0.0.1'
s.summary = 'Flutter plugin for launching a URL.'
s.description = <<-DESC
A Flutter plugin for making the underlying pla... | packages/packages/url_launcher/url_launcher_ios/ios/url_launcher_ios.podspec/0 | {
"file_path": "packages/packages/url_launcher/url_launcher_ios/ios/url_launcher_ios.podspec",
"repo_id": "packages",
"token_count": 572
} | 1,052 |
// 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 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:url_launcher_macos/src/messages.g.dart';
import 'p... | packages/packages/url_launcher/url_launcher_macos/test/url_launcher_macos_test.dart/0 | {
"file_path": "packages/packages/url_launcher/url_launcher_macos/test/url_launcher_macos_test.dart",
"repo_id": "packages",
"token_count": 2639
} | 1,053 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.