Skip to content

Commit

Permalink
chore: fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Mar 24, 2024
1 parent 737a9ab commit 294fd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ This package provides extra padding related widgets.
# Getting started

```shell
$ flutter pub add local_file_preferences
$ flutter pub add padding_extra
```
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

```yaml
dependencies:
local_file_preferences: {*version}
padding_extra: {*version}
```
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Expand Down

0 comments on commit 294fd51

Please sign in to comment.