Skip to content

Commit e88ca69

Browse files
authored
[camera_android_camerax] Fix typo in readme (#6143)
This pull request fixes the typo `pubsepc.yaml` to the correct value `pubspec.yaml` in the `README.md`. flutter/flutter#143572
1 parent cd5d7d8 commit e88ca69

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/camera/camera_android_camerax/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 0.5.0+33
22

3+
* Fixes typo in `README.md`.
34
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
45

56
## 0.5.0+32

packages/camera/camera_android_camerax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the title, which will be actively triaged.
1212

1313
This package is [non-endorsed][3]; the endorsed Android implementation of `camera`
1414
is [`camera_android`][4]. To use this implementation of the plugin instead of
15-
`camera_android`, you will need to specify it in your `pubsepc.yaml` file as a
15+
`camera_android`, you will need to specify it in your `pubspec.yaml` file as a
1616
dependency in addition to `camera`:
1717

1818
```yaml

packages/camera/camera_android_camerax/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera_android_camerax
22
description: Android implementation of the camera plugin using the CameraX library.
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5-
version: 0.5.0+32
5+
version: 0.5.0+33
66

77
environment:
88
sdk: ^3.1.0

0 commit comments

Comments
 (0)