mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 13:03:11 +00:00
- Downgraded Flutter version in .fvmrc from 3.29.3 to 3.27.0 for compatibility with current dependencies - Raised Dart SDK constraint in benchmark_di/pubspec.yaml from >=3.0.0 <4.0.0 to >=3.2.0 <4.0.0 to align with required package minimums This change ensures environment compatibility for dependency resolution and build tools. No functional code changes.
22 lines
402 B
YAML
22 lines
402 B
YAML
name: benchmark_di
|
|
version: 0.1.0
|
|
publish_to: none
|
|
description: Universal benchmark for any DI library (cherrypick, get_it, and others)
|
|
|
|
environment:
|
|
sdk: '>=3.2.0 <4.0.0'
|
|
|
|
dependencies:
|
|
cherrypick:
|
|
path: ../cherrypick
|
|
args: ^2.7.0
|
|
get_it: ^8.2.0
|
|
riverpod: ^2.6.1
|
|
kiwi: ^5.0.1
|
|
yx_scope: ^1.1.2
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
benchmark_harness: ^2.2.2
|
|
benchmark_runner: ^0.0.2
|