Skip to content

Commit

Permalink
Update the package description on pubspec.yaml file. (cfug#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Cheng <[email protected]>

### Additional context and info (if any)

The pub.dev site suggests us to update the description to improve the score.
Please feel free to update my words, we will update the repo description on GitHub when we merged this PR.

Co-authored-by: Alex Li <[email protected]>
  • Loading branch information
chenglu and AlexV525 authored Jan 6, 2023
1 parent 1540d43 commit be94d17
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: diox
description: A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
version: 5.0.0-dev.3

description: |
A powerful HTTP package for Dart/Flutter,
which supports Global settings, Interceptors,
FormData, Aborting and canceling a request,
Files uploading and downloading,
Requests timeout, Custom adapters, etc.
homepage: https://github.com/cfug/diox
repository: https://github.com/cfug/diox/blob/main/dio
issue_tracker: https://github.com/cfug/diox/issues
version: 5.0.0-dev.3

environment:
sdk: '>=2.13.0 <3.0.0'
Expand Down

0 comments on commit be94d17

Please sign in to comment.