mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 22:02:38 +08:00
[all] Add topics to pubspecs (#4771)
Adds [topics](https://dart.dev/tools/pub/pubspec#topics) to all packages, supporting the new pub feature for categorizing packages. The heuristics I used were: - Try to use existing topics from https://pub.dev/topics where applicable - Add new topics as necessary to cover things that seemed like obvious relevant topics - Include the plugin name as a topic for all federated plugin packages, for grouping (since pub doesn't inherently group or cross-link implementations) This is not an attempt to be exhaustive; as topics evolve I expect we will add more or adjust. Also updates the repo tooling to enforce topics, so that we don't forget to add them to new packages. The enforced rule is: - All packages must have at least one topic. We could potentially change this to allow an empty `topics` section so that we are enforcing that we didn't just forget to add the section, but in practice even for packages that we don't expect people to be likely to use, I didn't have any issue coming up with at least one relevant topic. - Federated plugin packages must contain the plugin name as a topic. While this isn't time-critical, I chose to include version bumps so that we aren't rolling out topics in a piecemeal way (e.g., with only a random subset of a federated plugin's packages having topics on pub.dev based on what has happened to have a bugfix).
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.0.8
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
* Aligns Dart and Flutter SDK constraints.
|
||||
|
||||
|
@ -2,7 +2,7 @@ name: animations
|
||||
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/animations
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22
|
||||
version: 2.0.7
|
||||
version: 2.0.8
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -17,6 +17,10 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
vector_math: ^2.1.0
|
||||
|
||||
topics:
|
||||
- animation
|
||||
- ui
|
||||
|
||||
screenshots:
|
||||
- description: 'Examples of the container transform pattern.'
|
||||
path: example/screenshots/container_transform_lineup.webp
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.10.5+4
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.10.5+3
|
||||
|
@ -4,7 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
|
||||
Dart.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
version: 0.10.5+3
|
||||
version: 0.10.5+4
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -36,3 +36,6 @@ dev_dependencies:
|
||||
mockito: 5.4.1
|
||||
plugin_platform_interface: ^2.0.0
|
||||
video_player: ^2.0.0
|
||||
|
||||
topics:
|
||||
- camera
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.10.8+8
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 0.10.8+7
|
||||
|
||||
* Fixes video record crash on Android versions lower than 12.
|
||||
|
@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
|
||||
version: 0.10.8+7
|
||||
version: 0.10.8+8
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -29,3 +29,6 @@ dev_dependencies:
|
||||
async: ^2.5.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- camera
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.5.0+16
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.5.0+15
|
||||
|
@ -2,7 +2,7 @@ name: camera_android_camerax
|
||||
description: Android implementation of the camera plugin using the CameraX library.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
version: 0.5.0+15
|
||||
version: 0.5.0+16
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -33,3 +33,6 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
pigeon: ^9.1.0
|
||||
|
||||
topics:
|
||||
- camera
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.9.13+4
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.9.13+3
|
||||
|
@ -2,7 +2,7 @@ name: camera_avfoundation
|
||||
description: iOS implementation of the camera plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_avfoundation
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
version: 0.9.13+3
|
||||
version: 0.9.13+4
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -26,3 +26,6 @@ dev_dependencies:
|
||||
async: ^2.5.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- camera
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.5.2
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.5.1
|
||||
|
@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/camera/camera
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
|
||||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
|
||||
version: 2.5.1
|
||||
version: 2.5.2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -21,3 +21,6 @@ dev_dependencies:
|
||||
async: ^2.5.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- camera
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.3.2+2
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.3.2+1
|
||||
|
@ -2,7 +2,7 @@ name: camera_web
|
||||
description: A Flutter plugin for getting information about and controlling the camera on Web.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_web
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
version: 0.3.2+1
|
||||
version: 0.3.2+2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,6 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- camera
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 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
|
||||
|
@ -2,7 +2,7 @@ name: camera_windows
|
||||
description: A Flutter plugin for getting information about and controlling the camera on Windows.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_windows
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
version: 0.2.1+7
|
||||
version: 0.2.1+8
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,6 @@ dev_dependencies:
|
||||
async: ^2.5.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- camera
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.3.3+5
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.3.3+4
|
||||
|
@ -2,7 +2,7 @@ name: cross_file
|
||||
description: An abstraction to allow working with files across multiple platforms.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/cross_file
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cross_file%22
|
||||
version: 0.3.3+4
|
||||
version: 0.3.3+5
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -14,3 +14,6 @@ dependencies:
|
||||
dev_dependencies:
|
||||
path: ^1.8.1
|
||||
test: ^1.21.1
|
||||
|
||||
topics:
|
||||
- files
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 1.1.3
|
||||
|
||||
- Adds pub topics to package metadata.
|
||||
|
||||
## 1.1.2
|
||||
|
||||
- Updates the `Color` documentation link in the README.
|
||||
|
@ -2,7 +2,7 @@ name: css_colors
|
||||
description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/css_colors
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22
|
||||
version: 1.1.2
|
||||
version: 1.1.3
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -11,3 +11,8 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- color
|
||||
- css
|
||||
- ui
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.3.0+6
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.3.0+5
|
||||
|
@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
|
||||
Allows driving Flutter widgets from a native Espresso test.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/espresso
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
|
||||
version: 0.3.0+5
|
||||
version: 0.3.0+6
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -23,3 +23,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- android
|
||||
- test
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.0.11
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.0.10
|
||||
|
@ -8,7 +8,7 @@ name: extension_google_sign_in_as_googleapis_auth
|
||||
description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/extension_google_sign_in_as_googleapis_auth
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+extension_google_sign_in_as_googleapis_auth%22
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -26,6 +26,10 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- authentication
|
||||
- google-sign-in
|
||||
|
||||
false_secrets:
|
||||
- example/android/app/google-services.json
|
||||
- example/ios/Runner/GoogleService-Info.plist
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 1.0.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||
|
||||
|
@ -3,7 +3,7 @@ description: Flutter plugin for opening and saving files, or selecting
|
||||
directories, using native file selection UI.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -41,3 +41,8 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: ^2.0.0
|
||||
test: ^1.16.3
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.5.0+3
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.5.0+2
|
||||
|
@ -2,7 +2,7 @@ name: file_selector_android
|
||||
description: Android implementation of the file_selector package.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
version: 0.5.0+2
|
||||
version: 0.5.0+3
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -29,3 +29,8 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
pigeon: ^9.2.4
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.5.1+6
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.5.1+5
|
||||
|
@ -2,7 +2,7 @@ name: file_selector_ios
|
||||
description: iOS implementation of the file_selector plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_ios
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
version: 0.5.1+5
|
||||
version: 0.5.1+6
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,8 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
pigeon: ^9.2.4
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.9.2+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||
|
||||
|
@ -2,7 +2,7 @@ name: file_selector_linux
|
||||
description: Liunx implementation of the file_selector plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_linux
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
version: 0.9.2
|
||||
version: 0.9.2+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -25,3 +25,8 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.9.3+2
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||
|
||||
|
@ -2,7 +2,7 @@ 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+1
|
||||
version: 0.9.3+2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -28,3 +28,8 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
pigeon: ^10.1.3
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.6.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.6.0
|
||||
|
@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/file_selector
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
|
||||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
|
||||
version: 2.6.0
|
||||
version: 2.6.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -21,3 +21,8 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
test: ^1.16.3
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.9.2+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.9.2
|
||||
|
@ -2,7 +2,7 @@ name: file_selector_web
|
||||
description: Web platform implementation of file_selector
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_web
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
version: 0.9.2
|
||||
version: 0.9.2+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -26,3 +26,8 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.9.3+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||
|
||||
|
@ -2,7 +2,7 @@ name: file_selector_windows
|
||||
description: Windows implementation of the file_selector plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_windows
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
version: 0.9.3
|
||||
version: 0.9.3+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -28,3 +28,8 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
pigeon: ^10.0.0
|
||||
|
||||
topics:
|
||||
- files
|
||||
- file-selection
|
||||
- file-selector
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.7+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 0.1.7
|
||||
|
||||
* Fix top padding for NavigationBar.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: flutter_adaptive_scaffold
|
||||
description: Widgets to easily build adaptive layouts, including navigation elements.
|
||||
version: 0.1.7
|
||||
version: 0.1.7+1
|
||||
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/packages/flutter_adaptive_scaffold
|
||||
|
||||
@ -15,3 +15,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- layout
|
||||
- ui
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 4.1.8
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 4.1.7
|
||||
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
@ -3,7 +3,7 @@ description: >
|
||||
Image utilities for Flutter: improved network providers, effects, etc.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/flutter_image
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_image%22
|
||||
version: 4.1.7
|
||||
version: 4.1.8
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -18,3 +18,7 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
quiver: ^3.0.0
|
||||
test: any
|
||||
|
||||
topics:
|
||||
- image
|
||||
- network
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.0.3
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.0.2
|
||||
|
@ -2,7 +2,7 @@ name: flutter_lints
|
||||
description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/flutter_lints
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_lints%22
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -10,3 +10,6 @@ environment:
|
||||
dependencies:
|
||||
lints: ^2.0.0
|
||||
# Code is not allowed in this package. Do not add any dependencies or dev_dependencies.
|
||||
|
||||
topics:
|
||||
- lints
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.6.17+2
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.6.17+1
|
||||
|
@ -4,7 +4,7 @@ description: A Markdown renderer for Flutter. Create rich text output,
|
||||
formatted with simple Markdown tags.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/flutter_markdown
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_markdown%22
|
||||
version: 0.6.17+1
|
||||
version: 0.6.17+2
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
@ -22,3 +22,7 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
standard_message_codec: ^0.0.1+3
|
||||
|
||||
topics:
|
||||
- markdown
|
||||
- widgets
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.0.16
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.0.15
|
||||
|
@ -2,7 +2,7 @@ name: flutter_plugin_android_lifecycle
|
||||
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/flutter_plugin_android_lifecycle
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_plugin_android_lifecycle%22
|
||||
version: 2.0.15
|
||||
version: 2.0.16
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -22,3 +22,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- android
|
||||
- plugin-development
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 4.2.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
* Updates minimum SDK version to Flutter 3.0.
|
||||
|
||||
|
@ -2,7 +2,11 @@ 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%22p%3A+flutter_template_images%22
|
||||
version: 4.2.0
|
||||
version: 4.2.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
||||
topics:
|
||||
- assets
|
||||
- image
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 10.1.2
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 10.1.1
|
||||
|
||||
- Fixes mapping from `Page` to `RouteMatch`s.
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: go_router
|
||||
description: A declarative router for Flutter based on Navigation 2 supporting
|
||||
deep linking, data-driven routes and more
|
||||
version: 10.1.1
|
||||
version: 10.1.2
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/go_router
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
|
||||
|
||||
@ -23,3 +23,8 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
io: ^1.0.4
|
||||
path: ^1.8.2
|
||||
|
||||
topics:
|
||||
- deep-linking
|
||||
- go-router
|
||||
- navigation
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.3.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.3.0
|
||||
|
@ -2,7 +2,7 @@ name: go_router_builder
|
||||
description: >-
|
||||
A builder that supports generated strongly-typed route helpers for
|
||||
package:go_router
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/go_router_builder
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
|
||||
|
||||
@ -25,3 +25,9 @@ dev_dependencies:
|
||||
dart_style: 2.3.2
|
||||
go_router: ^10.0.0
|
||||
test: ^1.20.0
|
||||
|
||||
topics:
|
||||
- codegen
|
||||
- deep-linking
|
||||
- go-router
|
||||
- navigation
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.2.1+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.2.1
|
||||
|
@ -2,7 +2,7 @@ name: google_identity_services_web
|
||||
description: A Dart JS-interop layer for Google Identity Services. Google's new sign-in SDK for Web that supports multiple types of credentials.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_identity_services_web
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_identiy_services_web%22
|
||||
version: 0.2.1
|
||||
version: 0.2.1+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -14,3 +14,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
path: ^1.8.1
|
||||
test: ^1.21.1
|
||||
|
||||
topics:
|
||||
- authentication
|
||||
- google-identity-services
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.4.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.4.0
|
||||
|
@ -2,7 +2,7 @@ name: google_maps_flutter
|
||||
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
@ -32,6 +32,11 @@ dev_dependencies:
|
||||
plugin_platform_interface: ^2.0.0
|
||||
stream_transform: ^2.0.0
|
||||
|
||||
topics:
|
||||
- google-maps
|
||||
- google-maps-flutter
|
||||
- map
|
||||
|
||||
# The example deliberately includes limited-use secrets.
|
||||
false_secrets:
|
||||
- /example/web/index.html
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 2.5.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 2.5.0
|
||||
|
||||
* Adds implementation for `cloudMapId` parameter to support cloud-based map styling.
|
||||
|
@ -2,7 +2,7 @@ name: google_maps_flutter_android
|
||||
description: Android implementation of the google_maps_flutter plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
|
||||
version: 2.5.0
|
||||
version: 2.5.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -29,3 +29,8 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: ^2.0.0
|
||||
|
||||
topics:
|
||||
- google-maps
|
||||
- google-maps-flutter
|
||||
- map
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 2.3.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 2.3.0
|
||||
|
||||
* Adds implementation for `cloudMapId` parameter to support cloud-based maps styling.
|
||||
|
@ -2,7 +2,7 @@ name: google_maps_flutter_ios
|
||||
description: iOS implementation of the google_maps_flutter plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_ios
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,8 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: ^2.0.0
|
||||
|
||||
topics:
|
||||
- google-maps
|
||||
- google-maps-flutter
|
||||
- map
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.4.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.4.0
|
||||
|
@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/google_maps_f
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
|
||||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
|
||||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -22,3 +22,8 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
|
||||
topics:
|
||||
- google-maps
|
||||
- google-maps-flutter
|
||||
- map
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.5.4+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 0.5.4
|
||||
|
||||
* Adds implementation for `cloudMapId` parameter to support cloud-based maps styling.
|
||||
|
@ -2,7 +2,7 @@ name: google_maps_flutter_web
|
||||
description: Web platform implementation of google_maps_flutter
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_web
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
|
||||
version: 0.5.4
|
||||
version: 0.5.4+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -31,6 +31,11 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- google-maps
|
||||
- google-maps-flutter
|
||||
- map
|
||||
|
||||
# The example deliberately includes limited-use secrets.
|
||||
false_secrets:
|
||||
- /example/web/index.html
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 6.1.5
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 6.1.4
|
||||
|
@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
|
||||
for signing in with a Google account on Android and iOS.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
|
||||
version: 6.1.4
|
||||
version: 6.1.5
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -36,6 +36,10 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
|
||||
topics:
|
||||
- authentication
|
||||
- google-sign-in
|
||||
|
||||
# The example deliberately includes limited-use secrets.
|
||||
false_secrets:
|
||||
- /example/android/app/google-services.json
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 6.1.19
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 6.1.18
|
||||
|
@ -2,7 +2,7 @@ name: google_sign_in_android
|
||||
description: Android implementation of the google_sign_in plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
|
||||
version: 6.1.18
|
||||
version: 6.1.19
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -31,6 +31,10 @@ dev_dependencies:
|
||||
mockito: 5.4.1
|
||||
pigeon: ^10.1.0
|
||||
|
||||
topics:
|
||||
- authentication
|
||||
- google-sign-in
|
||||
|
||||
# The example deliberately includes limited-use secrets.
|
||||
false_secrets:
|
||||
- /example/android/app/google-services.json
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 5.6.3
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 5.6.2
|
||||
|
@ -2,7 +2,7 @@ name: google_sign_in_ios
|
||||
description: iOS implementation of the google_sign_in plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
|
||||
version: 5.6.2
|
||||
version: 5.6.3
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,6 +27,10 @@ dev_dependencies:
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- authentication
|
||||
- google-sign-in
|
||||
|
||||
# The example deliberately includes limited-use secrets.
|
||||
false_secrets:
|
||||
- /example/ios/Runner/GoogleService-Info.plist
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.4.2
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.4.1
|
||||
|
@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/google_sign_i
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
|
||||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
|
||||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
|
||||
version: 2.4.1
|
||||
version: 2.4.2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -20,3 +20,7 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
|
||||
topics:
|
||||
- authentication
|
||||
- google-sign-in
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.12.0+4
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.12.0+3
|
||||
|
@ -3,7 +3,7 @@ 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/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
|
||||
version: 0.12.0+3
|
||||
version: 0.12.0+4
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -30,3 +30,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- authentication
|
||||
- google-sign-in
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 1.0.3
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 1.0.2
|
||||
|
@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
|
||||
library, and taking new pictures with the camera.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -43,3 +43,9 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
plugin_platform_interface: ^2.0.0
|
||||
|
||||
topics:
|
||||
- camera
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.8.7+5
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.8.7+4
|
||||
|
@ -3,7 +3,7 @@ description: Android implementation of the image_picker plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
|
||||
version: 0.8.7+4
|
||||
version: 0.8.7+5
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -29,3 +29,9 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
pigeon: ^9.2.5
|
||||
|
||||
topics:
|
||||
- camera
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 3.0.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 3.0.0
|
||||
|
@ -2,7 +2,7 @@ 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.0
|
||||
version: 3.0.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,9 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- camera
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.8.8+2
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
||||
## 0.8.8+1
|
||||
|
||||
* Fixes exception when canceling pickMultipleMedia.
|
||||
|
@ -2,7 +2,7 @@ name: image_picker_ios
|
||||
description: iOS implementation of the image_picker plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_ios
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
version: 0.8.8+1
|
||||
version: 0.8.8+2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -26,3 +26,9 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
pigeon: ^9.2.4
|
||||
|
||||
topics:
|
||||
- camera
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.2.1+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.2.1
|
||||
|
@ -2,7 +2,7 @@ name: image_picker_linux
|
||||
description: Linux platform implementation of image_picker
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_linux
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
version: 0.2.1
|
||||
version: 0.2.1+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,8 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
|
||||
topics:
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.2.1+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.2.1
|
||||
|
@ -2,7 +2,7 @@ name: image_picker_macos
|
||||
description: macOS platform implementation of image_picker
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_macos
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
version: 0.2.1
|
||||
version: 0.2.1+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,8 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
|
||||
topics:
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 2.9.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 2.9.0
|
||||
|
@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/image_picker/
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
|
||||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
|
||||
version: 2.9.0
|
||||
version: 2.9.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -20,3 +20,8 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
topics:
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.2.1+1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.2.1
|
||||
|
@ -2,7 +2,7 @@ name: image_picker_windows
|
||||
description: Windows platform implementation of image_picker
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_windows
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
version: 0.2.1
|
||||
version: 0.2.1+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -27,3 +27,8 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
|
||||
topics:
|
||||
- image-picker
|
||||
- files
|
||||
- file-selection
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 3.1.9
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 3.1.8
|
||||
|
@ -2,7 +2,7 @@ name: in_app_purchase
|
||||
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
|
||||
version: 3.1.8
|
||||
version: 3.1.9
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -33,6 +33,10 @@ dev_dependencies:
|
||||
plugin_platform_interface: ^2.0.0
|
||||
test: ^1.16.0
|
||||
|
||||
topics:
|
||||
- in-app-purchase
|
||||
- payment
|
||||
|
||||
screenshots:
|
||||
- description: 'Example of in-app purchase on ios'
|
||||
path: doc/iap_ios.gif
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 0.3.0+12
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 0.3.0+11
|
||||
|
@ -2,7 +2,7 @@ name: in_app_purchase_android
|
||||
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
|
||||
version: 0.3.0+11
|
||||
version: 0.3.0+12
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -30,3 +30,7 @@ dev_dependencies:
|
||||
json_serializable: ^6.3.1
|
||||
mockito: 5.4.1
|
||||
test: ^1.16.0
|
||||
|
||||
topics:
|
||||
- in-app-purchase
|
||||
- payment
|
||||
|
@ -1,5 +1,6 @@
|
||||
## NEXT
|
||||
## 1.3.5
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||
|
||||
## 1.3.4
|
||||
|
@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/in_app_purcha
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
|
||||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
|
||||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
|
||||
version: 1.3.4
|
||||
version: 1.3.5
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
@ -19,3 +19,7 @@ dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: 5.4.1
|
||||
|
||||
topics:
|
||||
- in-app-purchase
|
||||
- payment
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user