text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
buildFlags: _pluginToolsConfigGlobalKey: - "--no-tree-shake-icons" - "--dart-define=buildmode=testing"
packages/packages/google_maps_flutter/google_maps_flutter/example/.pluginToolsConfig.yaml/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter/example/.pluginToolsConfig.yaml", "repo_id": "packages", "token_count": 45 }
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. // ignore_for_file: public_member_api_docs import 'dart:async'; import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_f...
packages/packages/google_maps_flutter/google_maps_flutter/example/lib/readme_sample.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter/example/lib/readme_sample.dart", "repo_id": "packages", "token_count": 716 }
1,021
name: google_maps_flutter description: A Flutter plugin for integrating Google Maps in iOS and Android applications. repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+...
packages/packages/google_maps_flutter/google_maps_flutter/pubspec.yaml/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter/pubspec.yaml", "repo_id": "packages", "token_count": 437 }
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 io.flutter.plugins.googlemaps; import com.google.android.gms.maps.model.CircleOptions; import com.google.android.gms.maps.model.LatLng; class Cir...
packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/CircleBuilder.java/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/CircleBuilder.java", "repo_id": "packages", "token_count": 483 }
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. package io.flutter.plugins.googlemaps; import com.google.android.gms.maps.GoogleMap; 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/MarkersController.java/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/MarkersController.java", "repo_id": "packages", "token_count": 2193 }
1,024
// 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.LatLng; import java.util.ArrayList; import java.util.List; import org.juni...
packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/ConvertTest.java/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/ConvertTest.java", "repo_id": "packages", "token_count": 343 }
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. // ignore_for_file: public_member_api_docs import 'package:flutter/material.dart'; import 'package:google_maps_flutter_platform_interface/google_maps_flut...
packages/packages/google_maps_flutter/google_maps_flutter_android/example/lib/move_camera.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/example/lib/move_camera.dart", "repo_id": "packages", "token_count": 3299 }
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. // ignore_for_file: public_member_api_docs import 'package:flutter/material.dart'; import 'package:google_maps_flutter_platform_interface/google_maps_flut...
packages/packages/google_maps_flutter/google_maps_flutter_ios/example/shared/maps_example_dart/lib/lite_mode.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_ios/example/shared/maps_example_dart/lib/lite_mode.dart", "repo_id": "packages", "token_count": 501 }
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. // ignore_for_file: public_member_api_docs import 'dart:typed_data'; import 'dart:ui' as ui; import 'package:flutter/material.dart'; import 'package:goog...
packages/packages/google_maps_flutter/google_maps_flutter_ios/example/shared/maps_example_dart/lib/tile_overlay.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_ios/example/shared/maps_example_dart/lib/tile_overlay.dart", "repo_id": "packages", "token_count": 1700 }
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/Flutter.h> #import <GoogleMaps/GoogleMaps.h> #import "GoogleMapController.h" NS_ASSUME_NONNULL_BEGIN // Defines marker controllable by F...
packages/packages/google_maps_flutter/google_maps_flutter_ios/ios/Classes/GoogleMapMarkerController.h/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_ios/ios/Classes/GoogleMapMarkerController.h", "repo_id": "packages", "token_count": 823 }
1,029
## 2.6.0 * Adds support for marker clustering. ## 2.5.0 * Adds `style` to the `MapConfiguration` to allow setting style as part of map creation. * Adds `getStyleError` to the platform interface, to allow asynchronous access to style errors that occur during initialization. * Updates minimum supported SDK version...
packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/CHANGELOG.md/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/CHANGELOG.md", "repo_id": "packages", "token_count": 1403 }
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 'types.dart'; /// [ClusterManager] update events to be applied to the [GoogleMap]. /// /// Used in [GoogleMapController] when the map is updated. /...
packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/cluster_manager_updates.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/cluster_manager_updates.dart", "repo_id": "packages", "token_count": 293 }
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. import 'dart:typed_data'; import 'package:flutter/foundation.dart' show immutable; /// Contains information about a Tile that is returned by a [TileProvid...
packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile.dart", "repo_id": "packages", "token_count": 408 }
1,032
// 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/src/types/types.dart'; void main() { group('keyB...
packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/utils/cluster_manager_test.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/utils/cluster_manager_test.dart", "repo_id": "packages", "token_count": 416 }
1,033
// Mocks generated by Mockito 5.4.4 from annotations // in google_maps_flutter_web_integration_tests/integration_test/overlays_test.dart. // Do not manually edit this file. // ignore_for_file: no_leading_underscores_for_library_prefixes import 'dart:async' as _i3; import 'package:google_maps_flutter_platform_interfac...
packages/packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/overlays_test.mocks.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/overlays_test.mocks.dart", "repo_id": "packages", "token_count": 993 }
1,034
// 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. part of '../google_maps_flutter_web.dart'; /// The web implementation of [GoogleMapsFlutterPlatform]. /// /// This class implements the `package:google_ma...
packages/packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_flutter_web.dart/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_flutter_web.dart", "repo_id": "packages", "token_count": 3390 }
1,035
name: google_maps_flutter_web description: Web platform implementation of google_maps_flutter repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_web issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22 version: 0....
packages/packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml/0
{ "file_path": "packages/packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml", "repo_id": "packages", "token_count": 409 }
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. import 'package:flutter/material.dart'; import 'package:google_sign_in_web/web_only.dart' as web; import 'stub.dart'; /// Renders a web-only SIGN IN butt...
packages/packages/google_sign_in/google_sign_in/example/lib/src/sign_in_button/web.dart/0
{ "file_path": "packages/packages/google_sign_in/google_sign_in/example/lib/src/sign_in_button/web.dart", "repo_id": "packages", "token_count": 129 }
1,037
// 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. /// Encapsulation of the fields that represent a Google user's identity. abstract class GoogleIdentity { /// The unique ID for the Google account. /// ...
packages/packages/google_sign_in/google_sign_in/lib/src/common.dart/0
{ "file_path": "packages/packages/google_sign_in/google_sign_in/lib/src/common.dart", "repo_id": "packages", "token_count": 405 }
1,038
rootProject.name = 'google_sign_in_android'
packages/packages/google_sign_in/google_sign_in_android/android/settings.gradle/0
{ "file_path": "packages/packages/google_sign_in/google_sign_in_android/android/settings.gradle", "repo_id": "packages", "token_count": 15 }
1,039
// 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.googlesigninexample; import static org.junit.Assert.assertTrue; import androidx.test.core.app.ActivityScenario; import io.flut...
packages/packages/google_sign_in/google_sign_in_android/example/android/app/src/androidTest/java/io/flutter/plugins/googlesigninexample/GoogleSignInTest.java/0
{ "file_path": "packages/packages/google_sign_in/google_sign_in_android/example/android/app/src/androidTest/java/io/flutter/plugins/googlesigninexample/GoogleSignInTest.java", "repo_id": "packages", "token_count": 297 }
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. #import "FLTGoogleSignInPlugin.h" #import "FLTGoogleSignInPlugin_Test.h" #import <GoogleSignIn/GoogleSignIn.h> // The key within `GoogleService-Info.plis...
packages/packages/google_sign_in/google_sign_in_ios/darwin/Classes/FLTGoogleSignInPlugin.m/0
{ "file_path": "packages/packages/google_sign_in/google_sign_in_ios/darwin/Classes/FLTGoogleSignInPlugin.m", "repo_id": "packages", "token_count": 6380 }
1,041
name: google_sign_in_ios description: iOS implementation of the google_sign_in plugin. repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22 version: 5.7.4 en...
packages/packages/google_sign_in/google_sign_in_ios/pubspec.yaml/0
{ "file_path": "packages/packages/google_sign_in/google_sign_in_ios/pubspec.yaml", "repo_id": "packages", "token_count": 505 }
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/material.dart'; import 'package:google_sign_in_web/google_sign_in_web.dart'; /// Type of the onChange function for `ButtonConfigur...
packages/packages/google_sign_in/google_sign_in_web/example/lib/src/button_configuration_column.dart/0
{ "file_path": "packages/packages/google_sign_in/google_sign_in_web/example/lib/src/button_configuration_column.dart", "repo_id": "packages", "token_count": 2983 }
1,043
// 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:image_picker_example/readme_excerpts.dart'; import 'package:image_picker_platform_interfac...
packages/packages/image_picker/image_picker/example/test/readme_excerpts_test.dart/0
{ "file_path": "packages/packages/image_picker/image_picker/example/test/readme_excerpts_test.dart", "repo_id": "packages", "token_count": 710 }
1,044
## For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx1024m -XX:MaxPermSize=256m # org...
packages/packages/image_picker/image_picker_android/android/gradle.properties/0
{ "file_path": "packages/packages/image_picker/image_picker_android/android/gradle.properties", "repo_id": "packages", "token_count": 263 }
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. package io.flutter.plugins.imagepicker; import static io.flutter.plugins.imagepicker.ImagePickerCache.SHARED_PREFERENCES_NAME; import static org.hamcrest....
packages/packages/image_picker/image_picker_android/android/src/test/java/io/flutter/plugins/imagepicker/ImagePickerCacheTest.java/0
{ "file_path": "packages/packages/image_picker/image_picker_android/android/src/test/java/io/flutter/plugins/imagepicker/ImagePickerCacheTest.java", "repo_id": "packages", "token_count": 2024 }
1,046
## 0.8.9+2 * Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6. * Replaces deprecated UIGraphicsBeginImageContextWithOptions with UIGraphicsImageRenderer. ## 0.8.9+1 * Adds privacy manifest. ## 0.8.9 * Fixes resizing bug and updates rounding to be more accurate. * Updates minimum supported ...
packages/packages/image_picker/image_picker_ios/CHANGELOG.md/0
{ "file_path": "packages/packages/image_picker/image_picker_ios/CHANGELOG.md", "repo_id": "packages", "token_count": 1017 }
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. // Autogenerated from Pigeon (v13.0.0), do not edit directly. // See also: https://pub.dev/packages/pigeon #import "messages.g.h" #if TARGET_OS_OSX #impor...
packages/packages/image_picker/image_picker_ios/ios/Classes/messages.g.m/0
{ "file_path": "packages/packages/image_picker/image_picker_ios/ios/Classes/messages.g.m", "repo_id": "packages", "token_count": 4830 }
1,048
// 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:file_selector_platform_interface/file_selector_platform_interface.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:i...
packages/packages/image_picker/image_picker_macos/test/image_picker_macos_test.dart/0
{ "file_path": "packages/packages/image_picker/image_picker_macos/test/image_picker_macos_test.dart", "repo_id": "packages", "token_count": 2379 }
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. import 'image_options.dart'; /// Specifies options for picking multiple images from the device's gallery. class MultiImagePickerOptions { /// Creates an...
packages/packages/image_picker/image_picker_platform_interface/lib/src/types/multi_image_picker_options.dart/0
{ "file_path": "packages/packages/image_picker/image_picker_platform_interface/lib/src/types/multi_image_picker_options.dart", "repo_id": "packages", "token_count": 136 }
1,050
## NEXT * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. ## 0.2.1+1 * Adds pub topics to package metadata. * Updates minimum supported SDK version to Flutter 3.7/Dart 2.19. ## 0.2.1 * Adds `getMedia` method. ## 0.2.0 * Updates minimum Flutter version to 3.3. ## 0.1.0+6 * Clarifies explanation ...
packages/packages/image_picker/image_picker_windows/CHANGELOG.md/0
{ "file_path": "packages/packages/image_picker/image_picker_windows/CHANGELOG.md", "repo_id": "packages", "token_count": 336 }
1,051
name: in_app_purchase description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play. repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aiss...
packages/packages/in_app_purchase/in_app_purchase/pubspec.yaml/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase/pubspec.yaml", "repo_id": "packages", "token_count": 484 }
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. package android.util; public class Log { public static int d(String tag, String msg) { System.out.println("DEBUG: " + tag + ": " + msg); return ...
packages/packages/in_app_purchase/in_app_purchase_android/android/src/test/java/android/util/Log.java/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase_android/android/src/test/java/android/util/Log.java", "repo_id": "packages", "token_count": 240 }
1,053
// GENERATED CODE - DO NOT MODIFY BY HAND part of 'product_wrapper.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** ProductWrapper _$ProductWrapperFromJson(Map json) => Produ...
packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/product_wrapper.g.dart/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/product_wrapper.g.dart", "repo_id": "packages", "token_count": 237 }
1,054
// 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 '../../billing_client_wrappers.dart'; import 'google_play_user_choice_details.dart'; /// Class used to c...
packages/packages/in_app_purchase/in_app_purchase_android/lib/src/types/translator.dart/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/types/translator.dart", "repo_id": "packages", "token_count": 568 }
1,055
{ "identifier" : "6073E9A3", "nonRenewingSubscriptions" : [ ], "products" : [ { "displayPrice" : "0.99", "familyShareable" : false, "internalID" : "AE10D05D", "localizations" : [ { "description" : "A consumable product.", "displayName" : "Consumable", ...
packages/packages/in_app_purchase/in_app_purchase_storekit/example/ios/Runner/Configuration.storekit/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase_storekit/example/ios/Runner/Configuration.storekit", "repo_id": "packages", "token_count": 1993 }
1,056
// 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 <Foundation/Foundation.h> #import <StoreKit/StoreKit.h> @import in_app_purchase_storekit; NS_ASSUME_NONNULL_BEGIN API_AVAILABLE(ios(11.2), macos(...
packages/packages/in_app_purchase/in_app_purchase_storekit/example/shared/RunnerTests/Stubs.h/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase_storekit/example/shared/RunnerTests/Stubs.h", "repo_id": "packages", "token_count": 798 }
1,057
// GENERATED CODE - DO NOT MODIFY BY HAND part of 'sk_payment_transaction_wrappers.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** SKPaymentTransactionWrapper _$SKPaymentTra...
packages/packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_transaction_wrappers.g.dart/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_transaction_wrappers.g.dart", "repo_id": "packages", "token_count": 540 }
1,058
// 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:in_app_purchase_platform_interface/in_app_purchase_platform_interface.dart'; import 'packa...
packages/packages/in_app_purchase/in_app_purchase_storekit/test/in_app_purchase_storekit_platform_addtion_test.dart/0
{ "file_path": "packages/packages/in_app_purchase/in_app_purchase_storekit/test/in_app_purchase_storekit_platform_addtion_test.dart", "repo_id": "packages", "token_count": 469 }
1,059
// 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 ios_platform_images class IosPlatformImagesTests: XCTestCase { let plugin = IosPlatformImagesPlugin() ...
packages/packages/ios_platform_images/example/ios/RunnerTests/IosPlatformImagesTests.swift/0
{ "file_path": "packages/packages/ios_platform_images/example/ios/RunnerTests/IosPlatformImagesTests.swift", "repo_id": "packages", "token_count": 443 }
1,060
name: ios_platform_images description: A plugin to share images between Flutter and iOS in add-to-app setups. repository: https://github.com/flutter/packages/tree/main/packages/ios_platform_images issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+ios_platform_images%22 vers...
packages/packages/ios_platform_images/pubspec.yaml/0
{ "file_path": "packages/packages/ios_platform_images/pubspec.yaml", "repo_id": "packages", "token_count": 253 }
1,061
def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile.exists()) { localPropertiesFile.withReader('UTF-8') { reader -> localProperties.load(reader) } } def flutterRoot = localProperties.getProperty('flutter.sdk') if (flutterRoot == ...
packages/packages/local_auth/local_auth_android/example/android/app/build.gradle/0
{ "file_path": "packages/packages/local_auth/local_auth_android/example/android/app/build.gradle", "repo_id": "packages", "token_count": 619 }
1,062
// 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', objcHeaderOut: 'darwin/Classes/messages.g.h',...
packages/packages/local_auth/local_auth_darwin/pigeons/messages.dart/0
{ "file_path": "packages/packages/local_auth/local_auth_darwin/pigeons/messages.dart", "repo_id": "packages", "token_count": 974 }
1,063
name: local_auth_windows description: Windows implementation of the local_auth plugin. repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_windows issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22 version: 1.0.10 environme...
packages/packages/local_auth/local_auth_windows/pubspec.yaml/0
{ "file_path": "packages/packages/local_auth/local_auth_windows/pubspec.yaml", "repo_id": "packages", "token_count": 288 }
1,064
test_on: vm
packages/packages/metrics_center/dart_test.yaml/0
{ "file_path": "packages/packages/metrics_center/dart_test.yaml", "repo_id": "packages", "token_count": 6 }
1,065
// Mocks generated by Mockito 5.4.4 from annotations // in metrics_center/test/skiaperf_test.dart. // Do not manually edit this file. // ignore_for_file: no_leading_underscores_for_library_prefixes import 'dart:async' as _i2; import 'package:gcloud/common.dart' as _i4; import 'package:gcloud/storage.dart' as _i3; imp...
packages/packages/metrics_center/test/skiaperf_test.mocks.dart/0
{ "file_path": "packages/packages/metrics_center/test/skiaperf_test.mocks.dart", "repo_id": "packages", "token_count": 4827 }
1,066
name: multicast_dns description: Dart package for performing mDNS queries (e.g. Bonjour, Avahi). repository: https://github.com/flutter/packages/tree/main/packages/multicast_dns issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+multicast_dns%22 version: 0.3.2+6 environment...
packages/packages/multicast_dns/pubspec.yaml/0
{ "file_path": "packages/packages/multicast_dns/pubspec.yaml", "repo_id": "packages", "token_count": 191 }
1,067
# path_provider_example Demonstrates how to use the path_provider plugin.
packages/packages/path_provider/path_provider/example/README.md/0
{ "file_path": "packages/packages/path_provider/path_provider/example/README.md", "repo_id": "packages", "token_count": 23 }
1,068
// 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 'dart:io'; import 'package:flutter/material.dart'; import 'package:path_provider/path_provider.dart'; ...
packages/packages/path_provider/path_provider/example/lib/main.dart/0
{ "file_path": "packages/packages/path_provider/path_provider/example/lib/main.dart", "repo_id": "packages", "token_count": 5391 }
1,069
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.flutter.plugins.pathprovider"> </manifest>
packages/packages/path_provider/path_provider_android/android/src/main/AndroidManifest.xml/0
{ "file_path": "packages/packages/path_provider/path_provider_android/android/src/main/AndroidManifest.xml", "repo_id": "packages", "token_count": 46 }
1,070
// 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:ffi'; import 'dart:io'; import 'package:ffi/ffi.dart'; import 'package:flutter/foundation.dart' show visibleForTesting; import 'package:path/...
packages/packages/path_provider/path_provider_windows/lib/src/path_provider_windows_real.dart/0
{ "file_path": "packages/packages/path_provider/path_provider_windows/lib/src/path_provider_windows_real.dart", "repo_id": "packages", "token_count": 3159 }
1,071
@startuml [*] -> LaunchIsolate state LaunchIsolate { [*] --> ParseCommandLineArguments ParseCommandLineArguments --> WriteTemporarySourceCode WriteTemporarySourceCode --> SpawnPigeonIsolate SpawnPigeonIsolate --> WaitForPigeonIsolate WaitForPigeonIsolate --> [*] } LaunchIsolate -> [*] state PigeonIsolate ...
packages/packages/pigeon/doc/pigeon_state.puml/0
{ "file_path": "packages/packages/pigeon/doc/pigeon_state.puml", "repo_id": "packages", "token_count": 554 }
1,072
// 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 #undef _HAS_EXCEPTIONS #include "messages.g.h" #include ...
packages/packages/pigeon/example/app/windows/runner/messages.g.cpp/0
{ "file_path": "packages/packages/pigeon/example/app/windows/runner/messages.g.cpp", "repo_id": "packages", "token_count": 4989 }
1,073
// 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. /// A [map] function that calls the function with an enumeration as well as the /// value. Iterable<U> indexMap<T, U>( Iterable<T> iterable, U Function...
packages/packages/pigeon/lib/functional.dart/0
{ "file_path": "packages/packages/pigeon/lib/functional.dart", "repo_id": "packages", "token_count": 835 }
1,074
// 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. // This file is an example pigeon file that is used in compilation, unit, mock // handler, and e2e tests. import 'package:pigeon/pigeon.dart'; @Configure...
packages/packages/pigeon/pigeons/message.dart/0
{ "file_path": "packages/packages/pigeon/pigeons/message.dart", "repo_id": "packages", "token_count": 701 }
1,075
// 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 androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.example.alternate_...
packages/packages/pigeon/platform_tests/alternate_language_test_plugin/android/src/main/java/com/example/alternate_language_test_plugin/AlternateLanguageTestPlugin.java/0
{ "file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/android/src/main/java/com/example/alternate_language_test_plugin/AlternateLanguageTestPlugin.java", "repo_id": "packages", "token_count": 4574 }
1,076
// 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/ListTest.m/0
{ "file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/example/ios/RunnerTests/ListTest.m", "repo_id": "packages", "token_count": 504 }
1,077
// 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/enum.gen.dart/0
{ "file_path": "packages/packages/pigeon/platform_tests/shared_test_plugin_code/lib/src/generated/enum.gen.dart", "repo_id": "packages", "token_count": 2443 }
1,078
// 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:shared_test_plugin_code/src/generated/null_fields.gen.dart'; void main() { test('test c...
packages/packages/pigeon/platform_tests/shared_test_plugin_code/test/null_fields_test.dart/0
{ "file_path": "packages/packages/pigeon/platform_tests/shared_test_plugin_code/test/null_fields_test.dart", "repo_id": "packages", "token_count": 1498 }
1,079
// 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 androidx.annotation.NonNull import io.flutter.embedding.engine.plugins.FlutterPlugin /** This plugin handles the n...
packages/packages/pigeon/platform_tests/test_plugin/android/src/main/kotlin/com/example/test_plugin/TestPlugin.kt/0
{ "file_path": "packages/packages/pigeon/platform_tests/test_plugin/android/src/main/kotlin/com/example/test_plugin/TestPlugin.kt", "repo_id": "packages", "token_count": 3988 }
1,080
// 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 MockNullableArgHostApi: NullableArgHostApi { var didCall: Bool = false var x: Int64? ...
packages/packages/pigeon/platform_tests/test_plugin/example/ios/RunnerTests/NullableReturnsTests.swift/0
{ "file_path": "packages/packages/pigeon/platform_tests/test_plugin/example/ios/RunnerTests/NullableReturnsTests.swift", "repo_id": "packages", "token_count": 656 }
1,081
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_PLUGIN_TEST_PLUGIN_H_ #define FLUTTER_PLUGIN_TEST_PLUGIN_H_ #include <flutter/method_channel.h> #include <flutter/plugin_registrar_windows...
packages/packages/pigeon/platform_tests/test_plugin/windows/test_plugin.h/0
{ "file_path": "packages/packages/pigeon/platform_tests/test_plugin/windows/test_plugin.h", "repo_id": "packages", "token_count": 6242 }
1,082
// 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 // Generates the pigeon output files needed for platform_test tests. // // Eventually this may get more options to control...
packages/packages/pigeon/tool/generate.dart/0
{ "file_path": "packages/packages/pigeon/tool/generate.dart", "repo_id": "packages", "token_count": 1034 }
1,083
# 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 and should not be manually edited. version: revision: "efbf63d9c66b9f6ec30e9ad4611189aa80003d31" channel: "stable" project_type: app # Tracks m...
packages/packages/platform/example/.metadata/0
{ "file_path": "packages/packages/platform/example/.metadata", "repo_id": "packages", "token_count": 687 }
1,084
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert'; /// Provides API parity with the `Platform` class in `dart:io`, but using /// instance properties rather than static properties. Th...
packages/packages/platform/lib/src/interface/platform.dart/0
{ "file_path": "packages/packages/platform/lib/src/interface/platform.dart", "repo_id": "packages", "token_count": 2007 }
1,085
// 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:js_interop'; import 'dart:ui_web' as ui_web; import 'package:flutter/material.dart'; import 'package:pointer_interceptor_platform_interface/p...
packages/packages/pointer_interceptor/pointer_interceptor_web/example/lib/main.dart/0
{ "file_path": "packages/packages/pointer_interceptor/pointer_interceptor_web/example/lib/main.dart", "repo_id": "packages", "token_count": 3544 }
1,086
# Process A generic process invocation abstraction for Dart. Like `dart:io`, `package:process` supplies a rich, Dart-idiomatic API for spawning OS processes. Unlike `dart:io`, `package:process` requires processes to be started with [ProcessManager], which allows for easy mocking and testing of code that spawns proce...
packages/packages/process/README.md/0
{ "file_path": "packages/packages/process/README.md", "repo_id": "packages", "token_count": 115 }
1,087
buildFlags: _pluginToolsConfigGlobalKey: - "--no-tree-shake-icons" - "--dart-define=buildmode=testing"
packages/packages/quick_actions/quick_actions/example/.pluginToolsConfig.yaml/0
{ "file_path": "packages/packages/quick_actions/quick_actions/example/.pluginToolsConfig.yaml", "repo_id": "packages", "token_count": 45 }
1,088
# quick\_actions\_android The Android implementation of [`quick_actions`][1]. ## Usage This package is [endorsed][2], which means you can simply use `quick_actions` normally. This package will be automatically included in your app when you do, so you do not need to add it to your `pubspec.yaml`. However, if you `im...
packages/packages/quick_actions/quick_actions_android/README.md/0
{ "file_path": "packages/packages/quick_actions/quick_actions_android/README.md", "repo_id": "packages", "token_count": 227 }
1,089
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.flutter.plugins.quickactionsexample"> <uses-permission android:name="android.permission.INTERNET"/> <application android:label="quick_actions_example" android:icon="@mipmap/ic_launcher"> <meta-data android:n...
packages/packages/quick_actions/quick_actions_android/example/android/app/src/main/AndroidManifest.xml/0
{ "file_path": "packages/packages/quick_actions/quick_actions_android/example/android/app/src/main/AndroidManifest.xml", "repo_id": "packages", "token_count": 403 }
1,090
## NEXT * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. ## 1.0.6 * Updates minimum required plugin_platform_interface version to 2.1.7. * Updates minimum supported SDK version to Flutter 3.10/Dart 3.0. ## 1.0.5 * Adds pub topics to package metadata. * Updates minimum supported SDK version to Flut...
packages/packages/quick_actions/quick_actions_platform_interface/CHANGELOG.md/0
{ "file_path": "packages/packages/quick_actions/quick_actions_platform_interface/CHANGELOG.md", "repo_id": "packages", "token_count": 288 }
1,091
# Contributing If you run into any problems, please file a [new bug](https://github.com/flutter/flutter/issues/new?labels=p:%20rfw,package,P2). Rather than waiting for a fix, we encourage you to consider submitting a PR yourself. See our [contributing guide](https://github.com/flutter/packages/blob/master/CONTRIBUTING...
packages/packages/rfw/CONTRIBUTING.md/0
{ "file_path": "packages/packages/rfw/CONTRIBUTING.md", "repo_id": "packages", "token_count": 682 }
1,092
#include "ephemeral/Flutter-Generated.xcconfig"
packages/packages/rfw/example/local/macos/Flutter/Flutter-Debug.xcconfig/0
{ "file_path": "packages/packages/rfw/example/local/macos/Flutter/Flutter-Debug.xcconfig", "repo_id": "packages", "token_count": 19 }
1,093
{ "name": "local", "short_name": "local", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", "description": "Example of new custom local widgets for RFW", "orientation": "portrait-primary", "prefer_related_applications": false, "ic...
packages/packages/rfw/example/local/web/manifest.json/0
{ "file_path": "packages/packages/rfw/example/local/web/manifest.json", "repo_id": "packages", "token_count": 515 }
1,094
// 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. /// # Remote Flutter Widgets - formats only import /// /// This is a subset of the [rfw] library that only exposes features that /// do not depend on Flutt...
packages/packages/rfw/lib/formats.dart/0
{ "file_path": "packages/packages/rfw/lib/formats.dart", "repo_id": "packages", "token_count": 360 }
1,095
// 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/material.dart'; import 'package:flutter_test/flut...
packages/packages/rfw/test/material_widgets_test.dart/0
{ "file_path": "packages/packages/rfw/test/material_widgets_test.dart", "repo_id": "packages", "token_count": 9116 }
1,096
#include "../../Flutter/Flutter-Debug.xcconfig" #include "Warnings.xcconfig"
packages/packages/shared_preferences/shared_preferences/example/macos/Runner/Configs/Debug.xcconfig/0
{ "file_path": "packages/packages/shared_preferences/shared_preferences/example/macos/Runner/Configs/Debug.xcconfig", "repo_id": "packages", "token_count": 32 }
1,097
// 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_android/shared_preferences_andr...
packages/packages/shared_preferences/shared_preferences_android/test/shared_preferences_android_test.dart/0
{ "file_path": "packages/packages/shared_preferences/shared_preferences_android/test/shared_preferences_android_test.dart", "repo_id": "packages", "token_count": 3573 }
1,098
## NEXT * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. ## 2.3.2 * Updates minimum required plugin_platform_interface version to 2.1.7. * Updates minimum supported SDK version to Flutter 3.10/Dart 3.0. ## 2.3.1 * Adds pub topics to package metadata. * Updates minimum supported SDK version to Flut...
packages/packages/shared_preferences/shared_preferences_platform_interface/CHANGELOG.md/0
{ "file_path": "packages/packages/shared_preferences/shared_preferences_platform_interface/CHANGELOG.md", "repo_id": "packages", "token_count": 460 }
1,099
name: shared_preferences_web_integration_tests publish_to: none environment: sdk: ">=3.2.0 <4.0.0" flutter: ">=3.16.0" dependencies: flutter: sdk: flutter shared_preferences_platform_interface: ^2.3.0 shared_preferences_web: path: ../ web: ^0.5.0 dev_dependencies: flutter_test: sdk: flutter...
packages/packages/shared_preferences/shared_preferences_web/example/pubspec.yaml/0
{ "file_path": "packages/packages/shared_preferences/shared_preferences_web/example/pubspec.yaml", "repo_id": "packages", "token_count": 163 }
1,100
# example_standard_message_codec A sample app for demonstrating the StandardMessageCodec
packages/packages/standard_message_codec/example/README.md/0
{ "file_path": "packages/packages/standard_message_codec/example/README.md", "repo_id": "packages", "token_count": 22 }
1,101
org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true
packages/packages/two_dimensional_scrollables/example/android/gradle.properties/0
{ "file_path": "packages/packages/two_dimensional_scrollables/example/android/gradle.properties", "repo_id": "packages", "token_count": 31 }
1,102
#include "../../Flutter/Flutter-Debug.xcconfig" #include "Warnings.xcconfig"
packages/packages/url_launcher/url_launcher/example/macos/Runner/Configs/Debug.xcconfig/0
{ "file_path": "packages/packages/url_launcher/url_launcher/example/macos/Runner/Configs/Debug.xcconfig", "repo_id": "packages", "token_count": 32 }
1,103
// 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. export 'package:url_launcher_platform_interface/link.dart' show FollowLink, LinkTarget, LinkWidgetBuilder; export 'src/link.dart' show Link;
packages/packages/url_launcher/url_launcher/lib/link.dart/0
{ "file_path": "packages/packages/url_launcher/url_launcher/lib/link.dart", "repo_id": "packages", "token_count": 90 }
1,104
## NEXT * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. ## 6.3.0 * Adds support for `BrowserConfiguration`. * Implements `showTitle` functionality for Android Custom Tabs. * Updates compileSdk version to 34. ## 6.2.3 * Bumps androidx.annotation:annotation from 1.7.0 to 1.7.1. ## 6.2.2 * Updates...
packages/packages/url_launcher/url_launcher_android/CHANGELOG.md/0
{ "file_path": "packages/packages/url_launcher/url_launcher_android/CHANGELOG.md", "repo_id": "packages", "token_count": 1053 }
1,105
// 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/url_launcher/url_launcher_android/lib/src/messages.g.dart/0
{ "file_path": "packages/packages/url_launcher/url_launcher_android/lib/src/messages.g.dart", "repo_id": "packages", "token_count": 3065 }
1,106
// 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 visibleForTesting; import 'package:flutter/services.dart'; import 'package:url_launcher_platform_interface/li...
packages/packages/url_launcher/url_launcher_macos/lib/url_launcher_macos.dart/0
{ "file_path": "packages/packages/url_launcher/url_launcher_macos/lib/url_launcher_macos.dart", "repo_id": "packages", "token_count": 855 }
1,107
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef RUNNER_RUN_LOOP_H_ #define RUNNER_RUN_LOOP_H_ #include <flutter/flutter_engine.h> #include <chrono> #include <set> // A runloop that will servic...
packages/packages/url_launcher/url_launcher_windows/example/windows/runner/run_loop.h/0
{ "file_path": "packages/packages/url_launcher/url_launcher_windows/example/windows/runner/run_loop.h", "repo_id": "packages", "token_count": 351 }
1,108
// 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 (v13.0.0), do not edit directly. // See also: https://pub.dev/packages/pigeon #ifndef PIGEON_MESSAGES_G_H_ #define PIGEON_MESS...
packages/packages/url_launcher/url_launcher_windows/windows/messages.g.h/0
{ "file_path": "packages/packages/url_launcher/url_launcher_windows/windows/messages.g.h", "repo_id": "packages", "token_count": 1007 }
1,109
name: video_player description: Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, and web. repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+v...
packages/packages/video_player/video_player/pubspec.yaml/0
{ "file_path": "packages/packages/video_player/video_player/pubspec.yaml", "repo_id": "packages", "token_count": 410 }
1,110
// 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.videoplayer; import io.flutter.plugin.common.EventChannel; import java.util.ArrayList; /** * And implementation of {@link Eve...
packages/packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/QueuingEventSink.java/0
{ "file_path": "packages/packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/QueuingEventSink.java", "repo_id": "packages", "token_count": 726 }
1,111
name: video_player_example description: Demonstrates how to use the video_player plugin. publish_to: none environment: sdk: ^3.1.0 flutter: ">=3.13.0" dependencies: flutter: sdk: flutter video_player_android: # When depending on this package from a real application you should use: # video_player...
packages/packages/video_player/video_player_android/example/pubspec.yaml/0
{ "file_path": "packages/packages/video_player/video_player_android/example/pubspec.yaml", "repo_id": "packages", "token_count": 323 }
1,112
// 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 <AVFoundation/AVFoundation.h> /// Returns a standardized transform /// according to the orientation of the track. /// /// Note: https://stackoverf...
packages/packages/video_player/video_player_avfoundation/darwin/Classes/AVAssetTrackUtils.h/0
{ "file_path": "packages/packages/video_player/video_player_avfoundation/darwin/Classes/AVAssetTrackUtils.h", "repo_id": "packages", "token_count": 136 }
1,113
## NEXT * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. ## 6.2.2 * Updates minimum required plugin_platform_interface version to 2.1.7. * Updates minimum supported SDK version to Flutter 3.10/Dart 3.0. ## 6.2.1 * Adds pub topics to package metadata. * Updates minimum supported SDK version to Flut...
packages/packages/video_player/video_player_platform_interface/CHANGELOG.md/0
{ "file_path": "packages/packages/video_player/video_player_platform_interface/CHANGELOG.md", "repo_id": "packages", "token_count": 1149 }
1,114
// 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:js_interop'; import 'package:web/web.dart' as web; import 'pkg_web_tweaks.dart'; // Returns the URL to load an asset from this example app a...
packages/packages/video_player/video_player_web/example/integration_test/utils.dart/0
{ "file_path": "packages/packages/video_player/video_player_web/example/integration_test/utils.dart", "repo_id": "packages", "token_count": 546 }
1,115
// 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:web_benchmarks/src/browser.dart'; import 'browser_test_json_samples.dart'; void main() ...
packages/packages/web_benchmarks/test/src/browser_test.dart/0
{ "file_path": "packages/packages/web_benchmarks/test/src/browser_test.dart", "repo_id": "packages", "token_count": 702 }
1,116
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.flutter.plugins.webviewflutterexample"> <!-- Flutter needs it to communicate with the running application to allow setting breakpoints, to provide hot reload, etc. --> <uses-permission android:name="android.permiss...
packages/packages/webview_flutter/webview_flutter/example/android/app/src/debug/AndroidManifest.xml/0
{ "file_path": "packages/packages/webview_flutter/webview_flutter/example/android/app/src/debug/AndroidManifest.xml", "repo_id": "packages", "token_count": 322 }
1,117
// 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:typed_data'; import 'package:flutter/material.dart'; import 'package:webview_flutter_platform_interface/webview_flutter_platform_interface.da...
packages/packages/webview_flutter/webview_flutter/lib/src/webview_controller.dart/0
{ "file_path": "packages/packages/webview_flutter/webview_flutter/lib/src/webview_controller.dart", "repo_id": "packages", "token_count": 4637 }
1,118
// Mocks generated by Mockito 5.4.4 from annotations // in webview_flutter/test/webview_widget_test.dart. // Do not manually edit this file. // ignore_for_file: no_leading_underscores_for_library_prefixes import 'dart:async' as _i7; import 'dart:ui' as _i3; import 'package:flutter/foundation.dart' as _i5; import 'pac...
packages/packages/webview_flutter/webview_flutter/test/webview_widget_test.mocks.dart/0
{ "file_path": "packages/packages/webview_flutter/webview_flutter/test/webview_widget_test.mocks.dart", "repo_id": "packages", "token_count": 6799 }
1,119