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:
Sergey Penkovsky
2025-08-13 15:57:28 +03:00
parent ca3cd2c8fd
commit 1b9db31c13

View File

@@ -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