text stringlengths 6 13.6M | id stringlengths 13 176 | metadata dict | __index_level_0__ int64 0 1.69k |
|---|---|---|---|
export 'app_back_button.dart';
export 'app_button.dart';
export 'app_email_text_field.dart';
export 'app_logo.dart';
export 'app_switch.dart';
export 'app_text_field.dart';
export 'content_theme_override_builder.dart';
export 'show_app_modal.dart';
| news_toolkit/flutter_news_example/packages/app_ui/lib/src/widgets/widgets.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/app_ui/lib/src/widgets/widgets.dart",
"repo_id": "news_toolkit",
"token_count": 97
} | 912 |
# article_repository
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]
A repository that manages article data.
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_go... | news_toolkit/flutter_news_example/packages/article_repository/README.md/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/article_repository/README.md",
"repo_id": "news_toolkit",
"token_count": 168
} | 913 |
// This package is just an abstraction.
// See firebase_authentication_client for a concrete implementation
// ignore_for_file: prefer_const_constructors
import 'package:authentication_client/authentication_client.dart';
import 'package:test/fake.dart';
import 'package:test/test.dart';
// AuthenticationClient is exp... | news_toolkit/flutter_news_example/packages/authentication_client/authentication_client/test/src/authentication_client_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/authentication_client/authentication_client/test/src/authentication_client_test.dart",
"repo_id": "news_toolkit",
"token_count": 741
} | 914 |
include: package:very_good_analysis/analysis_options.5.1.0.yaml
| news_toolkit/flutter_news_example/packages/deep_link_client/analysis_options.yaml/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/deep_link_client/analysis_options.yaml",
"repo_id": "news_toolkit",
"token_count": 23
} | 915 |
import 'package:app_ui/app_ui.dart';
import 'package:flutter/material.dart';
import 'package:news_blocks_ui/src/newsletter/index.dart';
/// {@template newsletter_success}
/// A reusable newsletter success news block widget.
/// {@endtemplate}
class NewsletterSucceeded extends StatelessWidget {
/// {@macro newsletter... | news_toolkit/flutter_news_example/packages/news_blocks_ui/lib/src/newsletter/newsletter_succeeded.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/news_blocks_ui/lib/src/newsletter/newsletter_succeeded.dart",
"repo_id": "news_toolkit",
"token_count": 617
} | 916 |
import 'package:app_ui/app_ui.dart';
import 'package:flutter/material.dart';
import 'package:news_blocks/news_blocks.dart';
/// {@template text_headline}
/// A reusable text headline news block widget.
/// {@endtemplate}
class TextHeadline extends StatelessWidget {
/// {@macro text_headline}
const TextHeadline({re... | news_toolkit/flutter_news_example/packages/news_blocks_ui/lib/src/text_headline.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/news_blocks_ui/lib/src/text_headline.dart",
"repo_id": "news_toolkit",
"token_count": 245
} | 917 |
import 'package:app_ui/app_ui.dart';
import 'package:flutter/material.dart';
/// {@template post_footer}
/// A reusable footer of a post news block widget.
/// {@endtemplate}
class PostFooter extends StatelessWidget {
/// {@macro post_footer}
const PostFooter({
super.key,
this.publishedAt,
this.author,... | news_toolkit/flutter_news_example/packages/news_blocks_ui/lib/src/widgets/post_footer.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/news_blocks_ui/lib/src/widgets/post_footer.dart",
"repo_id": "news_toolkit",
"token_count": 940
} | 918 |
// ignore_for_file: prefer_const_constructors
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:news_blocks_ui/src/sliver_grid_custom_delegate.dart';
void main() {
group('HeaderGridTileLayout', () {
testWidgets(
'getMinChildIndexForScrollOffset whe... | news_toolkit/flutter_news_example/packages/news_blocks_ui/test/src/header_grid_tile_layout_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/news_blocks_ui/test/src/header_grid_tile_layout_test.dart",
"repo_id": "news_toolkit",
"token_count": 1463
} | 919 |
// ignore_for_file: prefer_const_constructors
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mocktail_image_network/mocktail_image_network.dart';
import 'package:news_blocks/news_blocks.dart';
import 'package:news_blocks_ui/news_blocks_ui.dart';
import '../hel... | news_toolkit/flutter_news_example/packages/news_blocks_ui/test/src/post_small_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/news_blocks_ui/test/src/post_small_test.dart",
"repo_id": "news_toolkit",
"token_count": 1871
} | 920 |
// ignore_for_file: unnecessary_const, prefer_const_constructors
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mocktail_image_network/mocktail_image_network.dart';
import 'package:news_blocks/news_blocks.dart';
import 'package:news_blocks_ui/news_blocks_ui.dar... | news_toolkit/flutter_news_example/packages/news_blocks_ui/test/src/video_introduction_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/news_blocks_ui/test/src/video_introduction_test.dart",
"repo_id": "news_toolkit",
"token_count": 716
} | 921 |
import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:notifications_client/notifications_client.dart';
/// {@template firebase_notifications_client}
/// A Firebase Cloud Messaging notifications client.
/// {@endtemplate}
class FirebaseNotificationsClient implements NotificationsClient {
/// {@... | news_toolkit/flutter_news_example/packages/notifications_client/firebase_notifications_client/lib/src/firebase_notifications_client.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/notifications_client/firebase_notifications_client/lib/src/firebase_notifications_client.dart",
"repo_id": "news_toolkit",
"token_count": 417
} | 922 |
// ignore_for_file: prefer_const_constructors
import 'package:flutter_test/flutter_test.dart';
import 'package:mocktail/mocktail.dart';
import 'package:notifications_client/notifications_client.dart';
import 'package:one_signal_notifications_client/one_signal_notifications_client.dart';
import 'package:onesignal_flutte... | news_toolkit/flutter_news_example/packages/notifications_client/one_signal_notifications_client/test/src/one_signal_notifications_client_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/notifications_client/one_signal_notifications_client/test/src/one_signal_notifications_client_test.dart",
"repo_id": "news_toolkit",
"token_count": 918
} | 923 |
// ignore_for_file: prefer_const_constructors
import 'package:package_info_client/package_info_client.dart';
import 'package:test/test.dart';
void main() {
group('PackageInfoClient', () {
test('returns correct package info', () async {
const appName = 'App';
const packageName = 'com.example.app';
... | news_toolkit/flutter_news_example/packages/package_info_client/test/src/package_info_client_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/package_info_client/test/src/package_info_client_test.dart",
"repo_id": "news_toolkit",
"token_count": 253
} | 924 |
export 'src/secure_storage.dart';
| news_toolkit/flutter_news_example/packages/storage/secure_storage/lib/secure_storage.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/storage/secure_storage/lib/secure_storage.dart",
"repo_id": "news_toolkit",
"token_count": 12
} | 925 |
export 'package:authentication_client/authentication_client.dart'
show
AuthenticationException,
IsLogInWithEmailLinkFailure,
LogInWithAppleFailure,
LogInWithEmailLinkFailure,
LogInWithFacebookCanceled,
LogInWithFacebookFailure,
LogInWithGoogleCanceled,
... | news_toolkit/flutter_news_example/packages/user_repository/lib/user_repository.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/packages/user_repository/lib/user_repository.dart",
"repo_id": "news_toolkit",
"token_count": 222
} | 926 |
// ignore_for_file: must_be_immutable, prefer_const_constructors
import 'package:flutter_news_example/app/app.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:in_app_purchase_repository/in_app_purchase_repository.dart';
import 'package:mocktail/mocktail.dart';
import 'package:user_repository/user... | news_toolkit/flutter_news_example/test/app/bloc/app_state_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/test/app/bloc/app_state_test.dart",
"repo_id": "news_toolkit",
"token_count": 1463
} | 927 |
// ignore_for_file: prefer_const_constructors
import 'package:flutter_news_example/categories/categories.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:news_blocks/news_blocks.dart';
void main() {
group('CategoriesEvent', () {
group('CategoriesRequested', () {
test('supports value... | news_toolkit/flutter_news_example/test/categories/bloc/categories_event_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/test/categories/bloc/categories_event_test.dart",
"repo_id": "news_toolkit",
"token_count": 282
} | 928 |
// ignore_for_file: prefer_const_constructors
// ignore_for_file: prefer_const_literals_to_create_immutables
import 'package:flutter/material.dart';
import 'package:flutter_news_example/feed/feed.dart';
import 'package:flutter_news_example/home/home.dart';
import 'package:flutter_test/flutter_test.dart';
import 'packa... | news_toolkit/flutter_news_example/test/home/view/home_page_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/test/home/view/home_page_test.dart",
"repo_id": "news_toolkit",
"token_count": 447
} | 929 |
import 'package:flutter_news_example/main/build_number.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('buildNumber', () {
test('is not null', () {
expect(buildNumber(), isNotNull);
});
test('returns 0 when packageVersion is empty', () {
expect(buildNumber(''), 0)... | news_toolkit/flutter_news_example/test/main/build_number/build_number_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/test/main/build_number/build_number_test.dart",
"repo_id": "news_toolkit",
"token_count": 261
} | 930 |
// ignore_for_file: prefer_const_constructors
import 'package:flutter_news_example/onboarding/onboarding.dart';
import 'package:test/test.dart';
void main() {
group('OnboardingEvent', () {
group('EnableAdTrackingRequested', () {
test('supports value comparisons', () {
final event1 = EnableAdTracki... | news_toolkit/flutter_news_example/test/onboarding/bloc/onboarding_event_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/test/onboarding/bloc/onboarding_event_test.dart",
"repo_id": "news_toolkit",
"token_count": 262
} | 931 |
import 'dart:async';
import 'package:app_ui/app_ui.dart';
import 'package:flutter/material.dart';
import 'package:flutter_news_example/analytics/analytics.dart';
import 'package:flutter_news_example/subscriptions/subscriptions.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:in_app_purchase_repo... | news_toolkit/flutter_news_example/test/subscriptions/dialog/view/purchase_subscription_dialog_test.dart/0 | {
"file_path": "news_toolkit/flutter_news_example/test/subscriptions/dialog/view/purchase_subscription_dialog_test.dart",
"repo_id": "news_toolkit",
"token_count": 2548
} | 932 |
#!/bin/bash
# This script can be used to run flutter test for a given directory (defaults to the current directory)
# It will exclude generated code and translations (mimicking the ci) and open the coverage report in a
# new window once it has run successfully.
#
# To run in main project:
# ./tool/coverage.sh
#
# To r... | news_toolkit/flutter_news_example/tool/coverage.sh/0 | {
"file_path": "news_toolkit/flutter_news_example/tool/coverage.sh",
"repo_id": "news_toolkit",
"token_count": 485
} | 933 |
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "$... | packages/.ci/legacy_project/all_packages/android/build.gradle/0 | {
"file_path": "packages/.ci/legacy_project/all_packages/android/build.gradle",
"repo_id": "packages",
"token_count": 202
} | 934 |
tasks:
- name: prepare tool
script: .ci/scripts/prepare_tool.sh
infra_step: true # Note infra steps failing prevents "always" from running.
- name: download Dart and Android deps
script: .ci/scripts/tool_runner.sh
infra_step: true
args: ["fetch-deps", "--android", "--supporting-target-platforms-... | packages/.ci/targets/android_device_tests.yaml/0 | {
"file_path": "packages/.ci/targets/android_device_tests.yaml",
"repo_id": "packages",
"token_count": 266
} | 935 |
tasks:
- name: prepare tool
script: .ci/scripts/prepare_tool.sh
infra_step: true # Note infra steps failing prevents "always" from running.
- name: create all_packages app
script: .ci/scripts/create_all_packages_app.sh
infra_step: true # Note infra steps failing prevents "always" from running.
# N... | packages/.ci/targets/web_build_all_packages.yaml/0 | {
"file_path": "packages/.ci/targets/web_build_all_packages.yaml",
"repo_id": "packages",
"token_count": 172
} | 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:animations/src/open_container.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() ... | packages/packages/animations/test/open_container_test.dart/0 | {
"file_path": "packages/packages/animations/test/open_container_test.dart",
"repo_id": "packages",
"token_count": 26512
} | 937 |
// 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/ImageAnalysisHostApiImpl.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ImageAnalysisHostApiImpl.java",
"repo_id": "packages",
"token_count": 1103
} | 938 |
// 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.mockito.ArgumentMatchers.any;
import static org.mockito... | packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/Camera2CameraControlTest.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/Camera2CameraControlTest.java",
"repo_id": "packages",
"token_count": 1720
} | 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.
package io.flutter.plugins.camerax;
import static org.junit.Assert.assertEquals;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito... | packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ImageAnalysisTest.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ImageAnalysisTest.java",
"repo_id": "packages",
"token_count": 1401
} | 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.
package io.flutter.plugins.camerax;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito... | packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ResolutionSelectorTest.java/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ResolutionSelectorTest.java",
"repo_id": "packages",
"token_count": 689
} | 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.
// 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/lib/src/camerax_library.g.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/lib/src/camerax_library.g.dart",
"repo_id": "packages",
"token_count": 45845
} | 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 'package:flutter/services.dart' show BinaryMessenger;
import 'package:meta/meta.dart' show immutable;
import 'android_camera_camerax_flutter_api_im... | packages/packages/camera/camera_android_camerax/lib/src/pending_recording.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/lib/src/pending_recording.dart",
"repo_id": "packages",
"token_count": 1159
} | 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 'package:camera_android_camerax/src/analyzer.dart';
import 'package:camera_android_camerax/src/image_proxy.dart';
import 'package:camera_android_cam... | packages/packages/camera/camera_android_camerax/test/analyzer_test.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/test/analyzer_test.dart",
"repo_id": "packages",
"token_count": 1328
} | 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:camera_android_camerax/src/camera_state.dart';
import 'package:camera_android_camerax/src/camera_state_error.dart';
import 'package:camera_... | packages/packages/camera/camera_android_camerax/test/camera_state_test.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/test/camera_state_test.dart",
"repo_id": "packages",
"token_count": 841
} | 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:camera_android_camerax/src/analyzer.dart';
import 'package:camera_android_camerax/src/image_analysis.dart';
import 'package:camera_android_... | packages/packages/camera/camera_android_camerax/test/image_analysis_test.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/test/image_analysis_test.dart",
"repo_id": "packages",
"token_count": 2341
} | 946 |
// Mocks generated by Mockito 5.4.4 from annotations
// in camera_android_camerax/test/system_services_test.dart.
// Do not manually edit this file.
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'dart:async' as _i3;
import 'package:camera_android_camerax/src/camerax_library.g.dart' as _i4;
im... | packages/packages/camera/camera_android_camerax/test/system_services_test.mocks.dart/0 | {
"file_path": "packages/packages/camera/camera_android_camerax/test/system_services_test.mocks.dart",
"repo_id": "packages",
"token_count": 1096
} | 947 |
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
## 0.2.1+9
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
* Fixes new lint warnings.
## 0.2.1+8
* Adds pub topics to package metadata.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.2.1+7
* Fixes ... | packages/packages/camera/camera_windows/CHANGELOG.md/0 | {
"file_path": "packages/packages/camera/camera_windows/CHANGELOG.md",
"repo_id": "packages",
"token_count": 620
} | 948 |
# An example app for staggered & wrap layout
| packages/packages/dynamic_layouts/example/README.md/0 | {
"file_path": "packages/packages/dynamic_layouts/example/README.md",
"repo_id": "packages",
"token_count": 10
} | 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:example/wrap_layout_example.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
... | packages/packages/dynamic_layouts/example/test/wrap_example_test.dart/0 | {
"file_path": "packages/packages/dynamic_layouts/example/test/wrap_example_test.dart",
"repo_id": "packages",
"token_count": 1015
} | 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:dynamic_layouts/dynamic_layouts.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flu... | packages/packages/dynamic_layouts/test/dynamic_grid_test.dart/0 | {
"file_path": "packages/packages/dynamic_layouts/test/dynamic_grid_test.dart",
"repo_id": "packages",
"token_count": 2031
} | 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:google_sign_in/google_sign_in.dart';
import 'package:googleapis_auth/googleapis_auth.dart' as gapis;
import 'package:http/http.dart' as htt... | packages/packages/extension_google_sign_in_as_googleapis_auth/lib/extension_google_sign_in_as_googleapis_auth.dart/0 | {
"file_path": "packages/packages/extension_google_sign_in_as_googleapis_auth/lib/extension_google_sign_in_as_googleapis_auth.dart",
"repo_id": "packages",
"token_count": 535
} | 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.
package dev.flutter.packages.file_selector_android;
import android.app.Activity;
import android.content.ClipData;
import android.content.ContentResolver;
... | packages/packages/file_selector/file_selector_android/android/src/main/java/dev/flutter/packages/file_selector_android/FileSelectorApiImpl.java/0 | {
"file_path": "packages/packages/file_selector/file_selector_android/android/src/main/java/dev/flutter/packages/file_selector_android/FileSelectorApiImpl.java",
"repo_id": "packages",
"token_count": 4921
} | 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:file_selector_platform_interface/file_selector_platform_interface.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/... | packages/packages/file_selector/file_selector_android/example/lib/open_multiple_images_page.dart/0 | {
"file_path": "packages/packages/file_selector/file_selector_android/example/lib/open_multiple_images_page.dart",
"repo_id": "packages",
"token_count": 1319
} | 954 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/file_selector/file_selector_macos/example/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/file_selector/file_selector_macos/example/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 955 |
name: file_selector_macos
description: macOS implementation of the file_selector plugin.
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_macos
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
version: 0.9.3+3
... | packages/packages/file_selector/file_selector_macos/pubspec.yaml/0 | {
"file_path": "packages/packages/file_selector/file_selector_macos/pubspec.yaml",
"repo_id": "packages",
"token_count": 338
} | 956 |
name: file_selector_platform_interface
description: A common platform interface for the file_selector plugin.
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_platform_interface
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+... | packages/packages/file_selector/file_selector_platform_interface/pubspec.yaml/0 | {
"file_path": "packages/packages/file_selector/file_selector_platform_interface/pubspec.yaml",
"repo_id": "packages",
"token_count": 310
} | 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 'dart:async';
import 'dart:js_interop';
import 'package:file_selector_platform_interface/file_selector_platform_interface.dart';
import 'package:fl... | packages/packages/file_selector/file_selector_web/lib/src/dom_helper.dart/0 | {
"file_path": "packages/packages/file_selector/file_selector_web/lib/src/dom_helper.dart",
"repo_id": "packages",
"token_count": 921
} | 958 |
name: flutter_adaptive_scaffold_example
description: Multiple examples of the usage of the AdaptiveScaffold widget and its lower level widgets.
publish_to: 'none'
version: 0.0.1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
dependencies:
flutter:
sdk: flutter
flutter_adaptive_scaffold:
path: ..
dev_de... | packages/packages/flutter_adaptive_scaffold/example/pubspec.yaml/0 | {
"file_path": "packages/packages/flutter_adaptive_scaffold/example/pubspec.yaml",
"repo_id": "packages",
"token_count": 242
} | 959 |
name: flutter_adaptive_scaffold
description: Widgets to easily build adaptive layouts, including navigation elements.
version: 0.1.8
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_adaptive_scaffold%22
repository: https://github.com/flutter/packages/tree/main/pack... | packages/packages/flutter_adaptive_scaffold/pubspec.yaml/0 | {
"file_path": "packages/packages/flutter_adaptive_scaffold/pubspec.yaml",
"repo_id": "packages",
"token_count": 207
} | 960 |
[](https://pub.dev/packages/flutter_lints)
This package contains a recommended set of lints for [Flutter] apps, packages,
and plugins to encourage good coding practices.
This package is built on top of Dart's `recommended.yaml` set of lints from
[package:l... | packages/packages/flutter_lints/README.md/0 | {
"file_path": "packages/packages/flutter_lints/README.md",
"repo_id": "packages",
"token_count": 1019
} | 961 |
# flutter_markdown_example
Demonstrates how to use the flutter_markdown package.
| packages/packages/flutter_markdown/example/README.md/0 | {
"file_path": "packages/packages/flutter_markdown/example/README.md",
"repo_id": "packages",
"token_count": 25
} | 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.
// 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/markdown_body_shrink_wrap_demo.dart/0 | {
"file_path": "packages/packages/flutter_markdown/example/lib/demos/markdown_body_shrink_wrap_demo.dart",
"repo_id": "packages",
"token_count": 1307
} | 963 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
import 'package:flutter_markdown/flutter_markdown.dart';
import 'package:flutter_test/flutter_test.dart';
import 'ut... | packages/packages/flutter_markdown/test/scrollable_test.dart/0 | {
"file_path": "packages/packages/flutter_markdown/test/scrollable_test.dart",
"repo_id": "packages",
"token_count": 1068
} | 964 |
test_on: vm
| packages/packages/flutter_migrate/dart_test.yaml/0 | {
"file_path": "packages/packages/flutter_migrate/dart_test.yaml",
"repo_id": "packages",
"token_count": 6
} | 965 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:path/path.dart';
import 'base/common.dart';
import 'base/file_system.dart';
import 'base/logger.dart';
import 'base/project.dart';
import ... | packages/packages/flutter_migrate/lib/src/compute.dart/0 | {
"file_path": "packages/packages/flutter_migrate/lib/src/compute.dart",
"repo_id": "packages",
"token_count": 14270
} | 966 |
// 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.
@Timeout(Duration(seconds: 600))
library;
import 'dart:io';
import 'package:file/file.dart';
import 'package:flutter_migrate/src/base/file_system.dart';
... | packages/packages/flutter_migrate/test/test_data/migrate_project.dart/0 | {
"file_path": "packages/packages/flutter_migrate/test/test_data/migrate_project.dart",
"repo_id": "packages",
"token_count": 3303
} | 967 |
# flutter\_template\_images
Images used by the `flutter_tools` templates.
This project is an internal dependency of the `flutter` tool, and is
not intended to be used directly. It contains images files used in
`flutter create` templates, to avoid checking them into [the main
Flutter repository](https://github.com/flu... | packages/packages/flutter_template_images/README.md/0 | {
"file_path": "packages/packages/flutter_template_images/README.md",
"repo_id": "packages",
"token_count": 105
} | 968 |
There are many ways to navigate between destinations in your app.
## Go directly to a destination
Navigating to a destination in GoRouter will replace the current stack of screens with the screens configured to be displayed
for the destination route. To change to a new screen, call `context.go()` with a URL:
```
buil... | packages/packages/go_router/doc/navigation.md/0 | {
"file_path": "packages/packages/go_router/doc/navigation.md",
"repo_id": "packages",
"token_count": 1325
} | 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/material.dart';
import 'package:go_router/go_router.dart';
import 'package:url_launcher/link.dart';
import '../auth.dart';
/// Th... | packages/packages/go_router/example/lib/books/src/screens/settings.dart/0 | {
"file_path": "packages/packages/go_router/example/lib/books/src/screens/settings.dart",
"repo_id": "packages",
"token_count": 1589
} | 970 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
void main() => runApp(
const RootRestorationScope(restorationId: ... | packages/packages/go_router/example/lib/others/state_restoration.dart/0 | {
"file_path": "packages/packages/go_router/example/lib/others/state_restoration.dart",
"repo_id": "packages",
"token_count": 1112
} | 971 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/go_router/example/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/go_router/example/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 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 'package:flutter/widgets.dart';
import '../router.dart';
/// Dart extension to add navigation function to a BuildContext object, e.g.
/// context.... | packages/packages/go_router/lib/src/misc/extensions.dart/0 | {
"file_path": "packages/packages/go_router/lib/src/misc/extensions.dart",
"repo_id": "packages",
"token_count": 1726
} | 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 '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/custom_transition_page_test.dart/0 | {
"file_path": "packages/packages/go_router/test/custom_transition_page_test.dart",
"repo_id": "packages",
"token_count": 2993
} | 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.
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:go_router... | packages/packages/go_router/test/material_test.dart/0 | {
"file_path": "packages/packages/go_router/test/material_test.dart",
"repo_id": "packages",
"token_count": 1175
} | 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: public_member_api_docs
import 'dart:math';
import 'package:flutter/foundation.dart';
enum PersonDetails {
hobbies,
favoriteFood,... | packages/packages/go_router_builder/example/lib/shared/data.dart/0 | {
"file_path": "packages/packages/go_router_builder/example/lib/shared/data.dart",
"repo_id": "packages",
"token_count": 1764
} | 976 |
RouteBase get $defaultValueRoute => GoRouteData.$route(
path: '/default-value-route',
factory: $DefaultValueRouteExtension._fromState,
);
extension $DefaultValueRouteExtension on DefaultValueRoute {
static DefaultValueRoute _fromState(GoRouterState state) => DefaultValueRoute(
param:
... | packages/packages/go_router_builder/test_inputs/default_value.dart.expect/0 | {
"file_path": "packages/packages/go_router_builder/test_inputs/default_value.dart.expect",
"repo_id": "packages",
"token_count": 385
} | 977 |
Default value used with a nullable type. Only non-nullable type can have a default value.
| packages/packages/go_router_builder/test_inputs/nullable_default_value.dart.expect/0 | {
"file_path": "packages/packages/go_router_builder/test_inputs/nullable_default_value.dart.expect",
"repo_id": "packages",
"token_count": 22
} | 978 |
RouteBase get $shellRouteBranchData => StatefulShellBranchData.$branch(
initialLocation: ShellRouteBranchData.$initialLocation,
);
| packages/packages/go_router_builder/test_inputs/statefull_shell_branch_data.dart.expect/0 | {
"file_path": "packages/packages/go_router_builder/test_inputs/statefull_shell_branch_data.dart.expect",
"repo_id": "packages",
"token_count": 44
} | 979 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// the following ignore is needed for downgraded analyzer (casts to JSObject).
// ignore_for_file: unnecessary_cast
import 'dart:async';
import 'dart:js_i... | packages/packages/google_identity_services_web/example/integration_test/utils.dart/0 | {
"file_path": "packages/packages/google_identity_services_web/example/integration_test/utils.dart",
"repo_id": "packages",
"token_count": 1194
} | 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.
// This file contains shared definitions used across multiple test scenarios.
import 'package:flutter/foundation.dart';
import 'package:flutter/material.d... | packages/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/shared.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/shared.dart",
"repo_id": "packages",
"token_count": 562
} | 981 |
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
}
}
allprojects {
repositories {
// See https://github.com/flutter/flutter/wiki/Plugins-and-Packages-repository-structure#gradle-structure for more... | packages/packages/google_maps_flutter/google_maps_flutter_android/example/android/build.gradle/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_android/example/android/build.gradle",
"repo_id": "packages",
"token_count": 783
} | 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/material.dart';
import 'package:maps_example_dart/animate_camera.dart';
import 'package:maps_example_dart/lite_mode.dart';
import '... | packages/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/lib/main.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/lib/main.dart",
"repo_id": "packages",
"token_count": 583
} | 983 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_test/flutter_test.dart';
import 'package:google_maps_flutter_platform_interface/google_maps_flutter_platform_interface.dart';
voi... | packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/marker_test.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/marker_test.dart",
"repo_id": "packages",
"token_count": 2703
} | 984 |
// Mocks generated by Mockito 5.4.4 from annotations
// in google_maps_flutter_web_integration_tests/integration_test/google_maps_plugin_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/google_maps.dar... | packages/packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/google_maps_plugin_test.mocks.dart/0 | {
"file_path": "packages/packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/google_maps_plugin_test.mocks.dart",
"repo_id": "packages",
"token_count": 4843
} | 985 |
## 5.7.4
* Improves type handling in Objective-C code.
* Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
## 5.7.3
* Adds privacy manifest.
## 5.7.2
* Updates `clearAuthCache` override to match base class declaration.
## 5.7.1
* Changes `pigeon` to a dev dependency.
## 5.7.0
* Adds su... | packages/packages/google_sign_in/google_sign_in_ios/CHANGELOG.md/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_ios/CHANGELOG.md",
"repo_id": "packages",
"token_count": 589
} | 986 |
name: google_sign_in_platform_interface
description: A common platform interface for the google_sign_in plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_platform_interface
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p... | packages/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml",
"repo_id": "packages",
"token_count": 279
} | 987 |
name: google_sign_in_web
description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android, iOS and Web.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web
issue_tracker: https://github.com/flutter/flutter/i... | packages/packages/google_sign_in/google_sign_in_web/pubspec.yaml/0 | {
"file_path": "packages/packages/google_sign_in/google_sign_in_web/pubspec.yaml",
"repo_id": "packages",
"token_count": 377
} | 988 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package io.flutter.plugins.imagepicker;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import andr... | packages/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImageResizer.java/0 | {
"file_path": "packages/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImageResizer.java",
"repo_id": "packages",
"token_count": 2456
} | 989 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// 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/image_picker/image_picker_android/test/test_api.g.dart/0 | {
"file_path": "packages/packages/image_picker/image_picker_android/test/test_api.g.dart",
"repo_id": "packages",
"token_count": 3702
} | 990 |
name: image_picker_for_web
description: Web platform implementation of image_picker
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_for_web
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 3.0.3
environ... | packages/packages/image_picker/image_picker_for_web/pubspec.yaml/0 | {
"file_path": "packages/packages/image_picker/image_picker_for_web/pubspec.yaml",
"repo_id": "packages",
"token_count": 339
} | 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 "ImagePickerTestImages.h"
@import image_picker_ios;
@import image_picker_ios.Test;
@import XCTest;
@interface MetaDataUtilTests : XCTestCase
@end... | packages/packages/image_picker/image_picker_ios/example/ios/RunnerTests/MetaDataUtilTests.m/0 | {
"file_path": "packages/packages/image_picker/image_picker_ios/example/ios/RunnerTests/MetaDataUtilTests.m",
"repo_id": "packages",
"token_count": 1593
} | 992 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import <Foundation/Foundation.h>
#import <PhotosUI/PhotosUI.h>
#import "FLTImagePickerImageUtil.h"
#import "FLTImagePickerMetaDataUtil.h"
#import "FLTIma... | packages/packages/image_picker/image_picker_ios/ios/Classes/FLTPHPickerSaveImageToPathOperation.h/0 | {
"file_path": "packages/packages/image_picker/image_picker_ios/ios/Classes/FLTPHPickerSaveImageToPathOperation.h",
"repo_id": "packages",
"token_count": 477
} | 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 'types.dart';
/// Specifies options for picking a single image from the device's camera or gallery.
///
/// This class inheritance is a byproduct o... | packages/packages/image_picker/image_picker_platform_interface/lib/src/types/image_options.dart/0 | {
"file_path": "packages/packages/image_picker/image_picker_platform_interface/lib/src/types/image_options.dart",
"repo_id": "packages",
"token_count": 1096
} | 994 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_test/flutter_test.dart';
import 'package:image_picker_platform_interface/image_picker_platform_interface.dart';
void main() {
gr... | packages/packages/image_picker/image_picker_platform_interface/test/image_picker_platform_test.dart/0 | {
"file_path": "packages/packages/image_picker/image_picker_platform_interface/test/image_picker_platform_test.dart",
"repo_id": "packages",
"token_count": 1190
} | 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.
package io.flutter.plugins.inapppurchase;
import android.app.Application;
import android.content.Context;
import androidx.annotation.NonNull;
import andro... | packages/packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java",
"repo_id": "packages",
"token_count": 1034
} | 996 |
// 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:json_annotation/json_annotation.dart';
// WARNING: Changes to `@JsonSerializable` classes need t... | packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/one_time_purchase_offer_details_wrapper.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/one_time_purchase_offer_details_wrapper.dart",
"repo_id": "packages",
"token_count": 804
} | 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 'package:in_app_purchase_platform_interface/in_app_purchase_platform_interface.dart';
import '../../billing_client_wrappers.dart';
/// The class r... | packages/packages/in_app_purchase/in_app_purchase_android/lib/src/types/google_play_product_details.dart/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_android/lib/src/types/google_play_product_details.dart",
"repo_id": "packages",
"token_count": 1919
} | 998 |
#include "../../Flutter/Flutter-Release.xcconfig"
| packages/packages/in_app_purchase/in_app_purchase_storekit/example/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/in_app_purchase/in_app_purchase_storekit/example/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 19
} | 999 |
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint ios_platform_images.podspec' to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'ios_platform_images'
s.version = '0.0.1'
s.summary = 'Flutter iOS Platform Images'
... | packages/packages/ios_platform_images/ios/ios_platform_images.podspec/0 | {
"file_path": "packages/packages/ios_platform_images/ios/ios_platform_images.podspec",
"repo_id": "packages",
"token_count": 571
} | 1,000 |
<resources>
<!-- Fingerprint dialog theme. -->
<!--suppress NewApi -->
<style name="AlertDialogCustom" parent="@android:style/Theme.Material.Dialog.Alert">
<item name="android:background">#FFFFFFFF</item>
<item name="android:textStyle">bold</item>
<item name="android:textSize">14sp</item>
<item na... | packages/packages/local_auth/local_auth_android/android/src/main/res/values/styles.xml/0 | {
"file_path": "packages/packages/local_auth/local_auth_android/android/src/main/res/values/styles.xml",
"repo_id": "packages",
"token_count": 130
} | 1,001 |
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
android.enableJetifier=true
| packages/packages/local_auth/local_auth_android/example/android/gradle.properties/0 | {
"file_path": "packages/packages/local_auth/local_auth_android/example/android/gradle.properties",
"repo_id": "packages",
"token_count": 30
} | 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:metrics_center/src/constants.dart';
import 'package:metrics_center/src/flutter.dart';
import 'common.dart';
import 'utility.dart';
void m... | packages/packages/metrics_center/test/flutter_test.dart/0 | {
"file_path": "packages/packages/metrics_center/test/flutter_test.dart",
"repo_id": "packages",
"token_count": 680
} | 1,003 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:io';
/// The IPv4 mDNS Address.
final InternetAddress mDnsAddressIPv4 = InternetAddress('224.0.0.251');
/// The IPv6 mDNS Address.
final Int... | packages/packages/multicast_dns/lib/src/constants.dart/0 | {
"file_path": "packages/packages/multicast_dns/lib/src/constants.dart",
"repo_id": "packages",
"token_count": 298
} | 1,004 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/palette_generator/example/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "packages/packages/palette_generator/example/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,005 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/path_provider/path_provider/example/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "packages/packages/path_provider/path_provider/example/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,006 |
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates compileSdk version to 34.
## 2.2.2
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
* Updates annotations lib to 1.7.1.
## 2.2.1
* Updates annotations lib to 1.7.0.
## 2.2.0
* Adds implementation of `getDownloads... | packages/packages/path_provider/path_provider_android/CHANGELOG.md/0 | {
"file_path": "packages/packages/path_provider/path_provider_android/CHANGELOG.md",
"repo_id": "packages",
"token_count": 884
} | 1,007 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package dev.flutter.pigeon_example_app
import ExampleHostApi
import FlutterError
import MessageData
import MessageFlutterApi
import androidx.annotation.No... | packages/packages/pigeon/example/app/android/app/src/main/kotlin/dev/flutter/pigeon_example_app/MainActivity.kt/0 | {
"file_path": "packages/packages/pigeon/example/app/android/app/src/main/kotlin/dev/flutter/pigeon_example_app/MainActivity.kt",
"repo_id": "packages",
"token_count": 610
} | 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.
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'package:pigeon_example_app/main.dart';
v... | packages/packages/pigeon/example/app/integration_test/example_app_test.dart/0 | {
"file_path": "packages/packages/pigeon/example/app/integration_test/example_app_test.dart",
"repo_id": "packages",
"token_count": 192
} | 1,009 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| packages/packages/pigeon/example/app/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "packages/packages/pigeon/example/app/macos/Runner/Configs/Release.xcconfig",
"repo_id": "packages",
"token_count": 32
} | 1,010 |
// 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:collection/collection.dart' show ListEquality;
import 'package:meta/meta.dart';
import 'pigeon_lib.dart';
typedef _ListEquals = bool Funct... | packages/packages/pigeon/lib/ast.dart/0 | {
"file_path": "packages/packages/pigeon/lib/ast.dart",
"repo_id": "packages",
"token_count": 7288
} | 1,011 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.