Skip to content

Commit

Permalink
🔧 Improve pubspec and add topics
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 11, 2023
1 parent 4686d82 commit f9f5a89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 4.0.2+27
publish_to: none

environment:
sdk: ">=2.18.0 <3.0.0"
flutter: ">=3.3.0"
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
flutter:
Expand Down
21 changes: 16 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
name: wechat_camera_picker
description: A camera picker based on WeChat's UI which is a separate runnable extension to wechat_assets_picker.
repository: https://github.com/fluttercandies/flutter_wechat_camera_picker
version: 4.0.2
description: |
A camera picker for Flutter projects based on WeChat's UI,
which is also a separate runnable extension to the
wechat_assets_picker.
topics:
- picker
- camera
- image
- video
- wechat

repository: https://github.com/fluttercandies/flutter_wechat_camera_picker
issue_tracker: https://github.com/fluttercandies/flutter_wechat_camera_picker/issues

environment:
sdk: ">=2.18.0 <3.0.0"
flutter: ">=3.3.0"
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
flutter:
Expand All @@ -18,4 +29,4 @@ dependencies:
video_player: ^2.7.0

dev_dependencies:
flutter_lints: ^2.0.0
flutter_lints: any

0 comments on commit f9f5a89

Please sign in to comment.