mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
docs(readme): update install instructions to use pub.dev as default method and remove obsolete git example
The main installation guide now recommends pub.dev with ^latest tags. Removed the outdated GitHub install block for clarity and simplicity. No functional code changes.
This commit is contained in:
@@ -21,15 +21,14 @@ All CherryPick lifecycle events, instance creations, cache operations, module ac
|
||||
|
||||
### 1. Add dependencies
|
||||
|
||||
Install the package **from [pub.dev](https://pub.dev/packages/talker_cherrypick_logger)**:
|
||||
|
||||
In your `pubspec.yaml`:
|
||||
```yaml
|
||||
dependencies:
|
||||
cherrypick: ^latest
|
||||
talker: ^latest
|
||||
talker_cherrypick_logger:
|
||||
git:
|
||||
url: https://github.com/pese-dot-work/cherrypick.git
|
||||
path: talker_cherrypick_logger
|
||||
talker_cherrypick_logger: ^latest
|
||||
```
|
||||
|
||||
### 2. Import the package
|
||||
|
||||
Reference in New Issue
Block a user