mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Manually roll characters (#179447)
Flutter pub roller does not update characters to 1.4.1. #179495 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
This commit is contained in:
parent
545b8c33ed
commit
9cc43f13a5
@ -19,7 +19,7 @@ dependencies:
|
||||
|
||||
async: ^2.13.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
boolean_selector: 2.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
characters: 1.4.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
characters: 1.4.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
collection: 1.19.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
file: 7.0.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
matcher: 0.12.18 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
@ -80,4 +80,4 @@ dev_dependencies:
|
||||
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
yaml: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
|
||||
# PUBSPEC CHECKSUM: 2kn18j
|
||||
# PUBSPEC CHECKSUM: fj70b8
|
||||
|
||||
@ -12,7 +12,7 @@ dependencies:
|
||||
#
|
||||
# For detailed instructions, refer to:
|
||||
# https://github.com/flutter/flutter/blob/main/docs/infra/Updating-dependencies-in-Flutter.md
|
||||
characters: 1.4.0
|
||||
characters: 1.4.1
|
||||
collection: 1.19.1
|
||||
material_color_utilities: 0.13.0
|
||||
meta: 1.17.0
|
||||
@ -40,4 +40,4 @@ dev_dependencies:
|
||||
path: any
|
||||
platform: any
|
||||
|
||||
# PUBSPEC CHECKSUM: mth90e
|
||||
# PUBSPEC CHECKSUM: 2o09of
|
||||
|
||||
@ -22,7 +22,7 @@ dependencies:
|
||||
|
||||
async: 2.13.0
|
||||
boolean_selector: 2.1.2
|
||||
characters: 1.4.0
|
||||
characters: 1.4.1
|
||||
clock: 1.1.2
|
||||
collection: 1.19.1
|
||||
convert: 3.1.2
|
||||
@ -68,4 +68,4 @@ dev_dependencies:
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
# PUBSPEC CHECKSUM: ofd5s5
|
||||
# PUBSPEC CHECKSUM: fs4vp2
|
||||
|
||||
@ -86,10 +86,10 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: characters
|
||||
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
|
||||
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.4.0"
|
||||
version: "1.4.1"
|
||||
checked_yaml:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
||||
@ -87,7 +87,7 @@ dependencies:
|
||||
args: 2.7.0
|
||||
async: 2.13.0
|
||||
boolean_selector: 2.1.2
|
||||
characters: 1.4.0
|
||||
characters: 1.4.1
|
||||
checked_yaml: 2.0.4
|
||||
cli_config: 0.2.0
|
||||
clock: 1.1.2
|
||||
@ -213,4 +213,4 @@ dependencies:
|
||||
pedantic: 1.11.1
|
||||
quiver: 3.2.2
|
||||
yaml_edit: 2.2.2
|
||||
# PUBSPEC CHECKSUM: ckq11n
|
||||
# PUBSPEC CHECKSUM: mqhsei
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user