mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
docs(pub): update homepage and documentation URLs in pubspec.yaml to new official site
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: cherrypick
|
name: cherrypick
|
||||||
description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
|
description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
|
||||||
version: 3.0.0-dev.9
|
version: 3.0.0-dev.9
|
||||||
homepage: https://pese-git.github.io/cherrypick-site/
|
homepage: https://cherrypick-di.dev/
|
||||||
documentation: https://github.com/pese-git/cherrypick/wiki
|
documentation: https://cherrypick-di.dev/docs/intro
|
||||||
repository: https://github.com/pese-git/cherrypick
|
repository: https://github.com/pese-git/cherrypick
|
||||||
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
||||||
topics:
|
topics:
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ name: cherrypick_annotations
|
|||||||
description: |
|
description: |
|
||||||
Set of annotations for CherryPick dependency injection library. Enables code generation and declarative DI for Dart & Flutter projects.
|
Set of annotations for CherryPick dependency injection library. Enables code generation and declarative DI for Dart & Flutter projects.
|
||||||
version: 1.1.2-dev.0
|
version: 1.1.2-dev.0
|
||||||
documentation: https://github.com/pese-git/cherrypick/wiki
|
homepage: https://cherrypick-di.dev/
|
||||||
|
documentation: https://cherrypick-di.dev/docs/intro
|
||||||
repository: https://github.com/pese-git/cherrypick/cherrypick_annotations
|
repository: https://github.com/pese-git/cherrypick/cherrypick_annotations
|
||||||
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
||||||
topics:
|
topics:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name: cherrypick_flutter
|
name: cherrypick_flutter
|
||||||
description: "Flutter library that allows access to the root scope through the context using `CherryPickProvider`."
|
description: "Flutter library that allows access to the root scope through the context using `CherryPickProvider`."
|
||||||
version: 1.1.3-dev.9
|
version: 1.1.3-dev.9
|
||||||
homepage: https://pese-git.github.io/cherrypick-site/
|
homepage: https://cherrypick-di.dev/
|
||||||
documentation: https://github.com/pese-git/cherrypick/wiki
|
documentation: https://cherrypick-di.dev/docs/intro
|
||||||
repository: https://github.com/pese-git/cherrypick
|
repository: https://github.com/pese-git/cherrypick
|
||||||
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
||||||
topics:
|
topics:
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ description: |
|
|||||||
Source code generator for the cherrypick dependency injection system. Processes annotations to generate binding and module code for Dart & Flutter projects.
|
Source code generator for the cherrypick dependency injection system. Processes annotations to generate binding and module code for Dart & Flutter projects.
|
||||||
|
|
||||||
version: 2.0.0-dev.0
|
version: 2.0.0-dev.0
|
||||||
documentation: https://github.com/pese-git/cherrypick/wiki
|
homepage: https://cherrypick-di.dev/
|
||||||
|
documentation: https://cherrypick-di.dev/docs/intro
|
||||||
repository: https://github.com/pese-git/cherrypick/cherrypick_generator
|
repository: https://github.com/pese-git/cherrypick/cherrypick_generator
|
||||||
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
||||||
topics:
|
topics:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name: talker_cherrypick_logger
|
name: talker_cherrypick_logger
|
||||||
description: A Talker logger integration for CherryPick DI to observe and log DI events and errors.
|
description: A Talker logger integration for CherryPick DI to observe and log DI events and errors.
|
||||||
version: 1.1.0-dev.4
|
version: 1.1.0-dev.4
|
||||||
homepage: https://pese-git.github.io/cherrypick-site/
|
homepage: https://cherrypick-di.dev/
|
||||||
documentation: https://github.com/pese-git/cherrypick/wiki
|
documentation: https://cherrypick-di.dev/docs/intro
|
||||||
repository: https://github.com/pese-git/cherrypick
|
repository: https://github.com/pese-git/cherrypick
|
||||||
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user