text stringlengths 6 13.6M | id stringlengths 13 176 | metadata dict | __index_level_0__ int64 0 1.69k |
|---|---|---|---|
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:animations/animations.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testW... | packages/packages/animations/test/page_transition_switcher_test.dart/0 | {
"file_path": "packages/packages/animations/test/page_transition_switcher_test.dart",
"repo_id": "packages",
"token_count": 8629
} | 912 |
## 0.10.8+17
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates compileSdk version to 34.
* Updates `README.md` to encourage developers to opt into `camera_android_camerax`.
## 0.10.8+16
* Fixes new lint warnings.
## 0.10.8+15
* Updates example app to use non-deprecated video_player method... | packages/packages/camera/camera_android/CHANGELOG.md/0 | {
"file_path": "packages/packages/camera/camera_android/CHANGELOG.md",
"repo_id": "packages",
"token_count": 1421
} | 913 |
// 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.camera.features.exposurepoint;
import android.annotation.SuppressLint;
import android.hardware.camera2.CaptureRequest;
import a... | packages/packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/exposurepoint/ExposurePointFeature.java/0 | {
"file_path": "packages/packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/exposurepoint/ExposurePointFeature.java",
"repo_id": "packages",
"token_count": 1313
} | 914 |
# camera\_android\_camerax
An Android implementation of [`camera`][1] that uses the [CameraX library][2].
*Note*: This implementation will become the default implementation of `camera`
on Android by May 2024, so **we strongly encourage you to opt into it**
by using [the instructions](#usage) below. If any of [the lim... | packages/packages/camera/camera_android_camerax/README.md/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/README.md",
"repo_id": "packages",
"token_count": 649
} | 915 |
// 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.camerax;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androi... | packages/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ImageCaptureHostApiImpl.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ImageCaptureHostApiImpl.java",
"repo_id": "packages",
"token_count": 1614
} | 916 |
// 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.camerax;
import android.app.Activity;
import android.app.Application.ActivityLifecycleCallbacks;
import android.os.Bundle;
impo... | packages/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ProxyLifecycleProvider.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ProxyLifecycleProvider.java",
"repo_id": "packages",
"token_count": 879
} | 917 |
// 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.camerax;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.mockito.Moc... | packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/CameraAndroidCameraxPluginTest.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/CameraAndroidCameraxPluginTest.java",
"repo_id": "packages",
"token_count": 6592
} | 918 |
// 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.camerax;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.mocki... | packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ImageCaptureTest.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ImageCaptureTest.java",
"repo_id": "packages",
"token_count": 3069
} | 919 |
// 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.camerax;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThrows;
import static org.mockito.Ar... | packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ResolutionStrategyTest.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ResolutionStrategyTest.java",
"repo_id": "packages",
"token_count": 767
} | 920 |
name: camera_android_camerax_example
description: Demonstrates how to use the camera_android_camerax plugin.
publish_to: 'none'
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
dependencies:
camera_android_camerax:
# When depending on this package from a real application you should use:
# camera_android_c... | packages/packages/camera/camera_android_camerax/example/pubspec.yaml/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/example/pubspec.yaml",
"repo_id": "packages",
"token_count": 294
} | 921 |
// 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:ui' show Size;
import 'analyzer.dart';
import 'camera2_camera_control.dart';
import 'camera_control.dart';
import 'camera_info.dart';
import ... | packages/packages/camera/camera_android_camerax/lib/src/camerax_proxy.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/lib/src/camerax_proxy.dart",
"repo_id": "packages",
"token_count": 3340
} | 922 |
// 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/services.dart' show BinaryMessenger;
import 'package:meta/meta.dart' show immutable, protected;
import ... | packages/packages/camera/camera_android_camerax/lib/src/plane_proxy.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/lib/src/plane_proxy.dart",
"repo_id": "packages",
"token_count": 992
} | 923 |
// Mocks generated by Mockito 5.4.4 from annotations
// in camera_android_camerax/test/image_analysis_test.dart.
// Do not manually edit this file.
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'package:camera_android_camerax/src/resolution_selector.dart' as _i3;
import 'package:mockito/mockit... | packages/packages/camera/camera_android_camerax/test/image_analysis_test.mocks.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/test/image_analysis_test.mocks.dart",
"repo_id": "packages",
"token_count": 1300
} | 924 |
// 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:camera_android_camerax/src/camerax_library.g.dart';
import 'package:camera_android_camerax/src/instance_manager.dart';
import 'package:came... | packages/packages/camera/camera_android_camerax/test/preview_test.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/test/preview_test.dart",
"repo_id": "packages",
"token_count": 2227
} | 925 |
// 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 (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_co... | packages/packages/camera/camera_android_camerax/test/test_camerax_library.g.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/test/test_camerax_library.g.dart",
"repo_id": "packages",
"token_count": 43215
} | 926 |
// 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 format in which images should be returned from the camera.
enum ImageFileFormat {
/// The JPEG format.
jpeg,
/// The HEIF format.
///
//... | packages/packages/camera/camera_platform_interface/lib/src/types/image_file_format.dart/0 | {
"file_path": "packages/packages/camera/camera_platform_interface/lib/src/types/image_file_format.dart",
"repo_id": "packages",
"token_count": 127
} | 927 |
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
| packages/packages/dynamic_layouts/example/android/gradle.properties/0 | {
"file_path": "packages/packages/dynamic_layouts/example/android/gradle.properties",
"repo_id": "packages",
"token_count": 31
} | 928 |
// 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:dynamic_layouts/dynamic_layouts.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main(... | packages/packages/dynamic_layouts/test/staggered_layout_test.dart/0 | {
"file_path": "packages/packages/dynamic_layouts/test/staggered_layout_test.dart",
"repo_id": "packages",
"token_count": 7278
} | 929 |
// 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.
// Generated file.
//
// If you wish to remove Flutter's multidex support, delete this entire file.
//
// Modifications to this file should be done in a co... | packages/packages/espresso/example/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java/0 | {
"file_path": "packages/packages/espresso/example/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java",
"repo_id": "packages",
"token_count": 230
} | 930 |
# Copyright 2013 The Flutter Authors
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
name: extension_google_sign_in_as_googleapis_auth
description: A bridge package between google_sign_in and googleapi... | packages/packages/extension_google_sign_in_as_googleapis_auth/pubspec.yaml/0 | {
"file_path": "packages/packages/extension_google_sign_in_as_googleapis_auth/pubspec.yaml",
"repo_id": "packages",
"token_count": 410
} | 931 |
// 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 (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon
package dev.flutter.packages.file_selector_androi... | packages/packages/file_selector/file_selector_android/android/src/main/java/dev/flutter/packages/file_selector_android/GeneratedFileSelectorApi.java/0 | {
"file_path": "packages/packages/file_selector/file_selector_android/android/src/main/java/dev/flutter/packages/file_selector_android/GeneratedFileSelectorApi.java",
"repo_id": "packages",
"token_count": 5861
} | 932 |
// 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
// ignore_for_file: public_member_api_docs, non_c... | packages/packages/file_selector/file_selector_ios/lib/src/messages.g.dart/0 | {
"file_path": "packages/packages/file_selector/file_selector_ios/lib/src/messages.g.dart",
"repo_id": "packages",
"token_count": 1267
} | 933 |
// 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/material.dart';
/// Screen that allows th... | packages/packages/file_selector/file_selector_linux/example/lib/get_multiple_directories_page.dart/0 | {
"file_path": "packages/packages/file_selector/file_selector_linux/example/lib/get_multiple_directories_page.dart",
"repo_id": "packages",
"token_count": 965
} | 934 |
// 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:file_selector_platform_interface/src/method_channe... | packages/packages/file_selector/file_selector_platform_interface/test/file_selector_platform_interface_test.dart/0 | {
"file_path": "packages/packages/file_selector/file_selector_platform_interface/test/file_selector_platform_interface_test.dart",
"repo_id": "packages",
"token_count": 603
} | 935 |
// 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:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart';
import 'package:flutter_adaptive_scaffol... | packages/packages/flutter_adaptive_scaffold/example/test/adaptive_layout_demo_test.dart/0 | {
"file_path": "packages/packages/flutter_adaptive_scaffold/example/test/adaptive_layout_demo_test.dart",
"repo_id": "packages",
"token_count": 2744
} | 936 |
// 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:flutter_adaptive_scaffold/src/adaptive_layout.dart';
import 'package:flutter_adaptive_scaffold/src/... | packages/packages/flutter_adaptive_scaffold/test/adaptive_layout_test.dart/0 | {
"file_path": "packages/packages/flutter_adaptive_scaffold/test/adaptive_layout_test.dart",
"repo_id": "packages",
"token_count": 6952
} | 937 |
An example project that showcases how to enable the lint set from
`package:flutter_lints`, which contains recommended lints for Flutter apps,
packages, and plugins.
The `flutter_lints` packages is listed as a dev_dependency in the `pubspec.yaml`
file.
The lint set provided by the package is activated in the `analysis... | packages/packages/flutter_lints/example/README.md/0 | {
"file_path": "packages/packages/flutter_lints/example/README.md",
"repo_id": "packages",
"token_count": 184
} | 938 |
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
| packages/packages/flutter_markdown/example/android/gradle.properties/0 | {
"file_path": "packages/packages/flutter_markdown/example/android/gradle.properties",
"repo_id": "packages",
"token_count": 31
} | 939 |
// 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.
// TODO(goderbauer): Restructure the examples to avoid this ignore, https://github.com/flutter/flutter/issues/110208.
// ignore_for_file: avoid_implementin... | packages/packages/flutter_markdown/example/lib/demos/minimal_markdown_demo.dart/0 | {
"file_path": "packages/packages/flutter_markdown/example/lib/demos/minimal_markdown_demo.dart",
"repo_id": "packages",
"token_count": 1198
} | 940 |
// 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:flutter_markdown/flutter_markdown.dart';
import 'package:flutter_test/flutter_test.dart';
import 'u... | packages/packages/flutter_markdown/test/blockquote_test.dart/0 | {
"file_path": "packages/packages/flutter_markdown/test/blockquote_test.dart",
"repo_id": "packages",
"token_count": 1474
} | 941 |
// 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/gestures.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_markdown/f... | packages/packages/flutter_markdown/test/selection_area_compatibility_test.dart/0 | {
"file_path": "packages/packages/flutter_markdown/test/selection_area_compatibility_test.dart",
"repo_id": "packages",
"token_count": 1011
} | 942 |
// 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;
import 'package:args/args.dart';
import 'package:args/command_runner.dart';
import 'src/base/command.dart';
... | packages/packages/flutter_migrate/lib/executable.dart/0 | {
"file_path": "packages/packages/flutter_migrate/lib/executable.dart",
"repo_id": "packages",
"token_count": 1044
} | 943 |
// 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 'base/file_system.dart';
import 'base/logger.dart';
import 'flutter_project_metadata.dart';
import 'utils.dart';
/// Handles the custom/manual merg... | packages/packages/flutter_migrate/lib/src/custom_merge.dart/0 | {
"file_path": "packages/packages/flutter_migrate/lib/src/custom_merge.dart",
"repo_id": "packages",
"token_count": 1432
} | 944 |
// 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_migrate/src/base/io.dart';
import 'package:flutter_migrate/src/base/logger.dart';
import 'package:flutter_migrate/src/base/terminal... | packages/packages/flutter_migrate/test/base/terminal_test.dart/0 | {
"file_path": "packages/packages/flutter_migrate/test/base/terminal_test.dart",
"repo_id": "packages",
"token_count": 4797
} | 945 |
// 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/file.dart';
import '../src/test_utils.dart';
const String _kDefaultHtml = '''
<html>
<head>
<title>Hello, World</title>
... | packages/packages/flutter_migrate/test/test_data/project.dart/0 | {
"file_path": "packages/packages/flutter_migrate/test/test_data/project.dart",
"repo_id": "packages",
"token_count": 689
} | 946 |
// 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.embedding.engine.plugins.lifecycle;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.when;
import androi... | packages/packages/flutter_plugin_android_lifecycle/android/src/test/java/io/flutter/embedding/engine/plugins/lifecycle/FlutterLifecycleAdapterTest.java/0 | {
"file_path": "packages/packages/flutter_plugin_android_lifecycle/android/src/test/java/io/flutter/embedding/engine/plugins/lifecycle/FlutterLifecycleAdapterTest.java",
"repo_id": "packages",
"token_count": 420
} | 947 |
name: flutter_template_images
description: Image files for use in flutter_tools templates without adding binary files to flutter/flutter.
repository: https://github.com/flutter/packages/tree/main/packages/flutter_template_images
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22... | packages/packages/flutter_template_images/pubspec.yaml/0 | {
"file_path": "packages/packages/flutter_template_images/pubspec.yaml",
"repo_id": "packages",
"token_count": 150
} | 948 |
Redirection changes the location to a new one based on application state. For
example, redirection can be used to display a sign-in screen if the user is not
logged in.
A redirect is a callback of the type
[GoRouterRedirect](https://pub.dev/documentation/go_router/latest/go_router/GoRouterRedirect.html).
To change inc... | packages/packages/go_router/doc/redirection.md/0 | {
"file_path": "packages/packages/go_router/doc/redirection.md",
"repo_id": "packages",
"token_count": 452
} | 949 |
// 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';
/// Credential data class.
class Credentials {
/// Creates a credential data object.
Credentials(this.username... | packages/packages/go_router/example/lib/books/src/screens/sign_in.dart/0 | {
"file_path": "packages/packages/go_router/example/lib/books/src/screens/sign_in.dart",
"repo_id": "packages",
"token_count": 1164
} | 950 |
// 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(RestorableStatefulShellRouteExampleApp());
/// A... | packages/packages/go_router/example/lib/others/stateful_shell_state_restoration.dart/0 | {
"file_path": "packages/packages/go_router/example/lib/others/stateful_shell_state_restoration.dart",
"repo_id": "packages",
"token_count": 3339
} | 951 |
// 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 '../router.dart';
/// GoRouter implementation of InheritedWidget.... | packages/packages/go_router/lib/src/misc/inherited_router.dart/0 | {
"file_path": "packages/packages/go_router/lib/src/misc/inherited_router.dart",
"repo_id": "packages",
"token_count": 306
} | 952 |
// 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:flutter_test/flutter_test.dart';
import 'package:go_router/go_router.dart';
import 'package:go_rout... | packages/packages/go_router/test/delegate_test.dart/0 | {
"file_path": "packages/packages/go_router/test/delegate_test.dart",
"repo_id": "packages",
"token_count": 10066
} | 953 |
// 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:flutter_test/flutter_test.dart';
import 'package:go_router/go_router.dart';
void main() {
testWi... | packages/packages/go_router/test/name_case_test.dart/0 | {
"file_path": "packages/packages/go_router/test/name_case_test.dart",
"repo_id": "packages",
"token_count": 702
} | 954 |
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates dependencies to require `analyzer` 5.2.0 or later.
## 2.4.1
* Fixes new lint warnings.
## 2.4.0
* Adds support for passing observers to the ShellRoute for the nested Navigator.
* Updates minimum supported SDK version to Flutter 3.1... | packages/packages/go_router_builder/CHANGELOG.md/0 | {
"file_path": "packages/packages/go_router_builder/CHANGELOG.md",
"repo_id": "packages",
"token_count": 1437
} | 955 |
// 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/shell_route_example.dart/0 | {
"file_path": "packages/packages/go_router_builder/example/lib/shell_route_example.dart",
"repo_id": "packages",
"token_count": 1259
} | 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:go_router/go_router.dart';
@TypedGoRoute<RequiredExtraValueRoute>(path: '/default-value-route')
class RequiredExtraValueRoute extends GoRo... | packages/packages/go_router_builder/test_inputs/required_extra_value.dart/0 | {
"file_path": "packages/packages/go_router_builder/test_inputs/required_extra_value.dart",
"repo_id": "packages",
"token_count": 114
} | 957 |
// 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/go_router.dart';
@TypedGoRoute<UnsupportedType>(path: 'bob/:id')
class UnsupportedType extends GoRouteData {
UnsupportedType({... | packages/packages/go_router_builder/test_inputs/unsupported_type.dart/0 | {
"file_path": "packages/packages/go_router_builder/test_inputs/unsupported_type.dart",
"repo_id": "packages",
"token_count": 111
} | 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.
// ignore_for_file: avoid_print
import 'package:google_identity_services_web/id.dart';
// #docregion use-loader
import 'package:google_identity_services_w... | packages/packages/google_identity_services_web/example/lib/main.dart/0 | {
"file_path": "packages/packages/google_identity_services_web/example/lib/main.dart",
"repo_id": "packages",
"token_count": 596
} | 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 'dart:async';
import 'dart:ui' as ui;
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_tes... | packages/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/tiles_inspector.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/tiles_inspector.dart",
"repo_id": "packages",
"token_count": 3787
} | 960 |
# google\_maps\_flutter\_android
<?code-excerpt path-base="example/lib"?>
The Android implementation of [`google_maps_flutter`][1].
## Usage
This package is [endorsed][2], which means you can simply use
`google_maps_flutter` normally. This package will be automatically included in
your app when you do, so you do no... | packages/packages/google_maps_flutter/google_maps_flutter_android/README.md/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/README.md",
"repo_id": "packages",
"token_count": 962
} | 961 |
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
android.enableJetifier=false
| packages/packages/google_maps_flutter/google_maps_flutter_android/example/android/gradle.properties/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/example/android/gradle.properties",
"repo_id": "packages",
"token_count": 30
} | 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/foundation.dart';
import 'package:google_maps_flutter_platform_interface/src/types/maps_object.dart';
import 'package:google_maps_f... | packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/test_maps_object.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/test_maps_object.dart",
"repo_id": "packages",
"token_count": 422
} | 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.
// ignore_for_file: avoid_print
import 'dart:async';
import 'dart:convert' show json;
import 'package:flutter/foundation.dart';
import 'package:flutter/m... | packages/packages/google_sign_in/google_sign_in/example/lib/main.dart/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in/example/lib/main.dart",
"repo_id": "packages",
"token_count": 2926
} | 964 |
name: google_sign_in_example
description: Example of Google Sign-In plugin.
publish_to: none
environment:
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
google_sign_in:
# When depending on this package from a real application you should use:
# google_sign_in: ^x.y.z
# Se... | packages/packages/google_sign_in/google_sign_in/example/pubspec.yaml/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in/example/pubspec.yaml",
"repo_id": "packages",
"token_count": 287
} | 965 |
## 6.1.22
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates compileSdk version to 34.
* Updates play-services-auth version to 21.0.0.
## 6.1.21
* Updates `clearAuthCache` override to match base class declaration.
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
## 6.1.20
... | packages/packages/google_sign_in/google_sign_in_android/CHANGELOG.md/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_android/CHANGELOG.md",
"repo_id": "packages",
"token_count": 967
} | 966 |
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
| packages/packages/google_sign_in/google_sign_in_android/example/android/gradle.properties/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_android/example/android/gradle.properties",
"repo_id": "packages",
"token_count": 22
} | 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 'dart:async';
import 'package:flutter/foundation.dart' show visibleForTesting;
import 'package:flutter/services.dart';
import 'package:google_sign_... | packages/packages/google_sign_in/google_sign_in_ios/lib/google_sign_in_ios.dart/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_ios/lib/google_sign_in_ios.dart",
"repo_id": "packages",
"token_count": 1113
} | 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.
import 'package:flutter_test/flutter_test.dart';
import 'package:google_sign_in_platform_interface/google_sign_in_platform_interface.dart';
import 'package... | packages/packages/google_sign_in/google_sign_in_web/example/integration_test/web_only_test.dart/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_web/example/integration_test/web_only_test.dart",
"repo_id": "packages",
"token_count": 878
} | 969 |
// 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:image_picker/image_picker.dart';
// #docregion CameraDelegate
import 'package:image_picker_platform... | packages/packages/image_picker/image_picker/example/lib/readme_excerpts.dart/0 | {
"file_path": "packages/packages/image_picker/image_picker/example/lib/readme_excerpts.dart",
"repo_id": "packages",
"token_count": 982
} | 970 |
## 0.8.9+4
* Minimizes scope of deprecation warning suppression to only the versions where it is required.
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates compileSdk version to 34.
## 0.8.9+3
* Bumps androidx.annotation:annotation from 1.7.0 to 1.7.1.
## 0.8.9+2
* Fixes new lint warning... | packages/packages/image_picker/image_picker_android/CHANGELOG.md/0 | {
"file_path": "packages/packages/image_picker/image_picker_android/CHANGELOG.md",
"repo_id": "packages",
"token_count": 1500
} | 971 |
// 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 (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon
package io.flutter.plugins.imagepicker;
import a... | packages/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/Messages.java/0 | {
"file_path": "packages/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/Messages.java",
"repo_id": "packages",
"token_count": 11198
} | 972 |
// 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 "ImagePickerTestImages.h"
@import image_picker_ios;
@import image_picker_ios.Test;
@import XCTest;
@interface PhotoAssetUtilTests : XCTestCase
@e... | packages/packages/image_picker/image_picker_ios/example/ios/RunnerTests/PhotoAssetUtilTests.m/0 | {
"file_path": "packages/packages/image_picker/image_picker_ios/example/ios/RunnerTests/PhotoAssetUtilTests.m",
"repo_id": "packages",
"token_count": 3572
} | 973 |
// 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 <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
#import "FLTPHPickerSaveImageToPathOperation.h"
#import <os/log.h>
... | packages/packages/image_picker/image_picker_ios/ios/Classes/FLTPHPickerSaveImageToPathOperation.m/0 | {
"file_path": "packages/packages/image_picker/image_picker_ios/ios/Classes/FLTPHPickerSaveImageToPathOperation.m",
"repo_id": "packages",
"token_count": 5175
} | 974 |
// 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.inapppurchase;
import static io.flutter.plugins.inapppurchase.Translator.fromAlternativeBillingOnlyReportingDetails;
import sta... | packages/packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java",
"repo_id": "packages",
"token_count": 8398
} | 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.
// ignore_for_file: unused_local_variable
import 'package:in_app_purchase_android/billing_client_wrappers.dart';
import 'package:in_app_purchase_android/i... | packages/packages/in_app_purchase/in_app_purchase_android/example/lib/migration_guide_examples.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/example/lib/migration_guide_examples.dart",
"repo_id": "packages",
"token_count": 848
} | 976 |
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'one_time_purchase_offer_details_wrapper.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
OneTimePurchaseOfferDetailsWrapper... | packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/one_time_purchase_offer_details_wrapper.g.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/one_time_purchase_offer_details_wrapper.g.dart",
"repo_id": "packages",
"token_count": 180
} | 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.
import 'package:in_app_purchase_platform_interface/in_app_purchase_platform_interface.dart';
import '../../billing_client_wrappers.dart';
import '../in_ap... | packages/packages/in_app_purchase/in_app_purchase_android/lib/src/types/google_play_purchase_details.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/types/google_play_purchase_details.dart",
"repo_id": "packages",
"token_count": 712
} | 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.
import 'package:in_app_purchase_android/billing_client_wrappers.dart';
import 'package:in_app_purchase_android/src/types/google_play_user_choice_details.da... | packages/packages/in_app_purchase/in_app_purchase_android/test/types/translator_test.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/test/types/translator_test.dart",
"repo_id": "packages",
"token_count": 1259
} | 979 |
name: local_auth
description: Flutter plugin for Android and iOS devices to allow local
authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3... | packages/packages/local_auth/local_auth/pubspec.yaml/0 | {
"file_path": "packages/packages/local_auth/local_auth/pubspec.yaml",
"repo_id": "packages",
"token_count": 409
} | 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.
package io.flutter.plugins.localauth;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.... | packages/packages/local_auth/local_auth_android/android/src/test/java/io/flutter/plugins/localauth/AuthenticationHelperTest.java/0 | {
"file_path": "packages/packages/local_auth/local_auth_android/android/src/test/java/io/flutter/plugins/localauth/AuthenticationHelperTest.java",
"repo_id": "packages",
"token_count": 2552
} | 981 |
## 1.2.2
* Adds compatibility with `intl` 0.19.0.
## 1.2.1
* Renames the Objective-C plugin classes to avoid runtime conflicts with
`local_auth_ios` in apps that have transitive dependencies on both.
## 1.2.0
* Renames the package previously published as [`local_auth_ios`](https://pub.dev/packages/local_auth_ios... | packages/packages/local_auth/local_auth_darwin/CHANGELOG.md/0 | {
"file_path": "packages/packages/local_auth/local_auth_darwin/CHANGELOG.md",
"repo_id": "packages",
"token_count": 107
} | 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 'package:flutter/foundation.dart' show visibleForTesting;
import 'package:flutter/services.dart';
import 'package:local_auth_platform_interface/loca... | packages/packages/local_auth/local_auth_darwin/lib/local_auth_darwin.dart/0 | {
"file_path": "packages/packages/local_auth/local_auth_darwin/lib/local_auth_darwin.dart",
"repo_id": "packages",
"token_count": 1564
} | 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 'dart:async';
import 'package:fake_async/fake_async.dart';
import 'package:gcloud/storage.dart';
import 'package:googleapis/storage/v1.dart';
impor... | packages/packages/metrics_center/test/gcs_lock_test.dart/0 | {
"file_path": "packages/packages/metrics_center/test/gcs_lock_test.dart",
"repo_id": "packages",
"token_count": 2127
} | 984 |
// 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:collection';
import 'resource_record.dart';
/// Class for maintaining state about pending mDNS requests.
base class Pen... | packages/packages/multicast_dns/lib/src/lookup_resolver.dart/0 | {
"file_path": "packages/packages/multicast_dns/lib/src/lookup_resolver.dart",
"repo_id": "packages",
"token_count": 1122
} | 985 |
buildFlags:
_pluginToolsConfigGlobalKey:
- "--no-tree-shake-icons"
- "--dart-define=buildmode=testing"
| packages/packages/palette_generator/example/.pluginToolsConfig.yaml/0 | {
"file_path": "packages/packages/palette_generator/example/.pluginToolsConfig.yaml",
"repo_id": "packages",
"token_count": 45
} | 986 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/palette_generator/example/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/palette_generator/example/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 987 |
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
android.enableJetifier=true
| packages/packages/path_provider/path_provider/example/android/gradle.properties/0 | {
"file_path": "packages/packages/path_provider/path_provider/example/android/gradle.properties",
"repo_id": "packages",
"token_count": 30
} | 988 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/path_provider/path_provider/example/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/path_provider/path_provider/example/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 989 |
name: path_provider_platform_interface
description: A common platform interface for the path_provider plugin.
repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_platform_interface
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+... | packages/packages/path_provider/path_provider_platform_interface/pubspec.yaml/0 | {
"file_path": "packages/packages/path_provider/path_provider_platform_interface/pubspec.yaml",
"repo_id": "packages",
"token_count": 277
} | 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.
// Autogenerated from Pigeon, do not edit directly.
// See also: https://pub.dev/packages/pigeon
import android.util.Log
import io.flutter.plugin.common.Ba... | packages/packages/pigeon/example/app/android/app/src/main/kotlin/dev/flutter/pigeon_example_app/Messages.g.kt/0 | {
"file_path": "packages/packages/pigeon/example/app/android/app/src/main/kotlin/dev/flutter/pigeon_example_app/Messages.g.kt",
"repo_id": "packages",
"token_count": 3063
} | 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 'ast.dart';
import 'generator_tools.dart';
/// Writes the AST representation of [root] to [sink].
void generateAst(Root root, StringSink sink) {
... | packages/packages/pigeon/lib/ast_generator.dart/0 | {
"file_path": "packages/packages/pigeon/lib/ast_generator.dart",
"repo_id": "packages",
"token_count": 305
} | 992 |
group 'com.example.alternate_language_test_plugin'
version '1.0'
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
}
}
rootProject.allprojects {
repositories {
google()
mavenCentral()
... | packages/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle/0 | {
"file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle",
"repo_id": "packages",
"token_count": 618
} | 993 |
// 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 "EchoMessenger.h"
@interface EchoBinaryMessenger ()
@property(nonatomic, strong) NSObject<FlutterMessageCodec> *codec;
@end
@implementation EchoB... | packages/packages/pigeon/platform_tests/alternate_language_test_plugin/example/ios/RunnerTests/EchoMessenger.m/0 | {
"file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/example/ios/RunnerTests/EchoMessenger.m",
"repo_id": "packages",
"token_count": 456
} | 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.
//
// Autogenerated from Pigeon, do not edit directly.
// See also: https://pub.dev/packages/pigeon
#import <Foundation/Foundation.h>
@protocol FlutterBin... | packages/packages/pigeon/platform_tests/alternate_language_test_plugin/ios/Classes/CoreTests.gen.h/0 | {
"file_path": "packages/packages/pigeon/platform_tests/alternate_language_test_plugin/ios/Classes/CoreTests.gen.h",
"repo_id": "packages",
"token_count": 12226
} | 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.
// This file specifically tests the test PigeonInstanceManager generated by core_tests.
import 'package:flutter_test/flutter_test.dart';
import 'package:s... | packages/packages/pigeon/platform_tests/shared_test_plugin_code/test/instance_manager_test.dart/0 | {
"file_path": "packages/packages/pigeon/platform_tests/shared_test_plugin_code/test/instance_manager_test.dart",
"repo_id": "packages",
"token_count": 1859
} | 996 |
rootProject.name = 'test_plugin'
| packages/packages/pigeon/platform_tests/test_plugin/android/settings.gradle/0 | {
"file_path": "packages/packages/pigeon/platform_tests/test_plugin/android/settings.gradle",
"repo_id": "packages",
"token_count": 11
} | 997 |
// 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
@testable import test_plugin
class MockBinaryMessenger<T>: NSObject, FlutterBinaryMessenger {
let codec: FlutterMessageCodec
var resul... | packages/packages/pigeon/platform_tests/test_plugin/example/ios/RunnerTests/MockBinaryMessenger.swift/0 | {
"file_path": "packages/packages/pigeon/platform_tests/test_plugin/example/ios/RunnerTests/MockBinaryMessenger.swift",
"repo_id": "packages",
"token_count": 339
} | 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.
#ifndef PLATFORM_TESTS_TEST_PLUGIN_WINDOWS_TEST_UTILS_ECHO_MESSENGER_H_
#define PLATFORM_TESTS_TEST_PLUGIN_WINDOWS_TEST_UTILS_ECHO_MESSENGER_H_
#include <... | packages/packages/pigeon/platform_tests/test_plugin/windows/test/utils/echo_messenger.h/0 | {
"file_path": "packages/packages/pigeon/platform_tests/test_plugin/windows/test/utils/echo_messenger.h",
"repo_id": "packages",
"token_count": 456
} | 999 |
// 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';
import 'package:pigeon/ast.dart';
import 'package:pigeon/generator_tools.dart';
import 'package:pigeon/pigeon_lib.d... | packages/packages/pigeon/test/pigeon_lib_test.dart/0 | {
"file_path": "packages/packages/pigeon/test/pigeon_lib_test.dart",
"repo_id": "packages",
"token_count": 15631
} | 1,000 |
name: plaform_example
description: Demonstrates how to use the plaform plugin.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.1.0
dependencies:
flutter:
sdk: flutter
platform:
path: ../
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
| packages/packages/platform/example/pubspec.yaml/0 | {
"file_path": "packages/packages/platform/example/pubspec.yaml",
"repo_id": "packages",
"token_count": 125
} | 1,001 |
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint pointer_interceptor_ios.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'pointer_interceptor_ios'
s.version = '0.0.1'
s.summary = 'Implementation of poin... | packages/packages/pointer_interceptor/pointer_interceptor_ios/ios/pointer_interceptor_ios.podspec/0 | {
"file_path": "packages/packages/pointer_interceptor/pointer_interceptor_ios/ios/pointer_interceptor_ios.podspec",
"repo_id": "packages",
"token_count": 594
} | 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:pigeon/pigeon.dart';
@ConfigurePigeon(PigeonOptions(
dartOut: 'lib/messages.g.dart',
swiftOut: 'ios/Classes/messages.g.swift',
copyr... | packages/packages/quick_actions/quick_actions_ios/pigeons/messages.dart/0 | {
"file_path": "packages/packages/quick_actions/quick_actions_ios/pigeons/messages.dart",
"repo_id": "packages",
"token_count": 358
} | 1,003 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/rfw/example/hello/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "packages/packages/rfw/example/hello/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,004 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/rfw/example/remote/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/rfw/example/remote/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,005 |
#!/bin/bash
# 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.
set -ex
clang++ --target=wasm32 -nostdlib "-Wl,--export-all" "-Wl,--no-entry" -o calculator.wasm calculator.cc
dart encode.dart calculator.rfwtxt... | packages/packages/rfw/example/wasm/logic/build.sh/0 | {
"file_path": "packages/packages/rfw/example/wasm/logic/build.sh",
"repo_id": "packages",
"token_count": 111
} | 1,006 |
#!/bin/bash
# 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 script is mentioned in the README.md file.
# This script is also called from: ../../customer_testing.sh
set -e
pushd test_coverage; dart ... | packages/packages/rfw/run_tests.sh/0 | {
"file_path": "packages/packages/rfw/run_tests.sh",
"repo_id": "packages",
"token_count": 129
} | 1,007 |
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates support matrix in README to indicate that iOS 11 is no longer supported.
* Clients on versions of Flutter that still support iOS 11 can continue to use this
package with iOS 11, but will not receive any further updates to the iOS imp... | packages/packages/shared_preferences/shared_preferences/CHANGELOG.md/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences/CHANGELOG.md",
"repo_id": "packages",
"token_count": 2929
} | 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.
package io.flutter.plugins.sharedpreferences;
import androidx.annotation.NonNull;
import java.util.List;
/**
* An interface used to provide conversion l... | packages/packages/shared_preferences/shared_preferences_android/android/src/main/java/io/flutter/plugins/sharedpreferences/SharedPreferencesListEncoder.java/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences_android/android/src/main/java/io/flutter/plugins/sharedpreferences/SharedPreferencesListEncoder.java",
"repo_id": "packages",
"token_count": 187
} | 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.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_co... | packages/packages/shared_preferences/shared_preferences_android/lib/src/messages.g.dart/0 | {
"file_path": "packages/packages/shared_preferences/shared_preferences_android/lib/src/messages.g.dart",
"repo_id": "packages",
"token_count": 3625
} | 1,010 |
# Two Dimensional Scrollables
A package that provides widgets that scroll in two dimensions, built on the
two-dimensional foundation of the Flutter framework.
## Features
This package provides support for a TableView widget that scrolls in both the
vertical and horizontal axes.
### TableView
`TableView` is a subcl... | packages/packages/two_dimensional_scrollables/README.md/0 | {
"file_path": "packages/packages/two_dimensional_scrollables/README.md",
"repo_id": "packages",
"token_count": 544
} | 1,011 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.