mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-03-25 04:40:33 +00:00
feat!: update Dart SDK minimum versions
BREAKING CHANGE: Minimum Dart SDK version updated - cherrypick_annotations: 3.8.0 -> 3.9.0 - cherrypick_generator: requires Dart 3.9.0+ This change may require users to update their Dart SDK.
This commit is contained in:
@@ -2,7 +2,7 @@ name: cherrypick_generator
|
||||
description: |
|
||||
Source code generator for the cherrypick dependency injection system. Processes annotations to generate binding and module code for Dart & Flutter projects.
|
||||
|
||||
version: 3.0.2
|
||||
version: 3.0.3
|
||||
homepage: https://cherrypick-di.netlify.app
|
||||
documentation: https://cherrypick-di.netlify.app/docs/intro
|
||||
repository: https://github.com/pese-git/cherrypick/cherrypick_generator
|
||||
@@ -19,7 +19,7 @@ environment:
|
||||
|
||||
# Add regular dependencies here.
|
||||
dependencies:
|
||||
cherrypick_annotations: ^3.0.2
|
||||
cherrypick_annotations: ^3.0.3
|
||||
analyzer: ">=8.2.9 <10.0.1"
|
||||
dart_style: ^3.0.0
|
||||
build: ^3.0.0
|
||||
|
||||
Reference in New Issue
Block a user