mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-06 15:19:37 +08:00

<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated all Dart SDK constraints to "^3.6.0", added a unified workspace resolution key, and removed obsolete local dependency override configurations. - **CI/CD Improvements** - Streamlined workflows and refined testing/coverage scripts by removing outdated steps. - **Tooling Enhancements** - Introduced a new build generation script to automate build-runner tasks. - **Refactor** - Applied minor code style refinements, including simplified constructor syntax and streamlined control flow. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
40 lines
760 B
YAML
40 lines
760 B
YAML
name: riverpod_lint_flutter_test
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.6.0
|
|
flutter: ">=3.0.0"
|
|
|
|
dependencies:
|
|
riverpod_annotation:
|
|
hooks_riverpod:
|
|
flutter:
|
|
sdk: flutter
|
|
freezed_annotation: ^3.0.0
|
|
json_annotation: ^4.9.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.6
|
|
custom_lint: ^0.7.0
|
|
custom_lint_core: ^0.7.0
|
|
freezed: ^3.0.2
|
|
json_serializable: ^6.6.1
|
|
riverpod_lint:
|
|
path: ../riverpod_lint
|
|
riverpod_generator: ^2.0.0
|
|
test: ^1.24.9
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
dependency_overrides:
|
|
riverpod_generator:
|
|
path: ../riverpod_generator
|
|
riverpod:
|
|
path: ../riverpod
|
|
flutter_riverpod:
|
|
path: ../flutter_riverpod
|
|
hooks_riverpod:
|
|
path: ../hooks_riverpod
|
|
riverpod_annotation:
|
|
path: ../riverpod_annotation
|