mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-03-24 20:12:04 +00:00
- Update Flutter version from 3.32.0 to 3.38.1 in .fvmrc - Bump Dart SDK minimum version in pubspec.yaml files: - Root: 3.2.0 -> 3.8.0 - cherrypick_annotations: 3.8.0 -> 3.9.0 - cherrypick/example: 2.12.0 -> 3.2.0 - examples/postly: 3.8.0 -> 3.9.0 - Apply code formatting fixes in cherrypick_generator - Update dependencies in pubspec.lock files
18 lines
482 B
YAML
18 lines
482 B
YAML
name: cherrypick_workspace
|
|
description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
|
|
version: 2.0.0
|
|
homepage: https://pese-git.github.io/cherrypick-site/
|
|
documentation: https://github.com/pese-git/cherrypick/wiki
|
|
repository: https://github.com/pese-git/cherrypick
|
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
|
|
|
environment:
|
|
sdk: ">=3.8.0 <4.0.0"
|
|
|
|
dependencies:
|
|
meta: ^1.3.0
|
|
|
|
dev_dependencies:
|
|
lints: ^5.1.1
|
|
melos: ^6.3.2
|