mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-03-26 14:01:01 +00:00
docs: sync references after ProviderFactory rename
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- **BREAKING** **REFACTOR**(binding): rename `Provider<T>` typedef to `ProviderFactory<T>` to avoid naming conflicts with `package:provider`.
|
||||||
|
|
||||||
## 3.0.2
|
## 3.0.2
|
||||||
|
|
||||||
- **FIX**(test): fix warning.
|
- **FIX**(test): fix warning.
|
||||||
@@ -188,4 +192,4 @@
|
|||||||
- **MAINT**: Updated pubspec.
|
- **MAINT**: Updated pubspec.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
- **INIT**: Initial release.
|
- **INIT**: Initial release.
|
||||||
|
|||||||
@@ -550,4 +550,4 @@ void main() {
|
|||||||
- [cherrypick](https://pub.dev/packages/cherrypick)
|
- [cherrypick](https://pub.dev/packages/cherrypick)
|
||||||
- [cherrypick_annotations](https://pub.dev/packages/cherrypick_annotations)
|
- [cherrypick_annotations](https://pub.dev/packages/cherrypick_annotations)
|
||||||
- [cherrypick_generator](https://pub.dev/packages/cherrypick_generator)
|
- [cherrypick_generator](https://pub.dev/packages/cherrypick_generator)
|
||||||
- [Исходники на GitHub](https://github.com/pese-git/cherrypick)
|
- [Исходники на GitHub](https://github.com/pese-git/cherrypick)
|
||||||
|
|||||||
@@ -255,4 +255,4 @@ class ApiClientImpl implements ApiClient {
|
|||||||
return 'Network data';
|
return 'Network data';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -38,4 +38,4 @@ See [Installation](installation.md) for instructions on adding CherryPick to you
|
|||||||
|
|
||||||
CherryPick is open-source. Contributions and questions are welcome!
|
CherryPick is open-source. Contributions and questions are welcome!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user