Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency flutter to v3.24.1 #2420

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.22.3",
"flutter": "3.24.1",
"updateVscodeSettings": false
}
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ scripts:
format: dart format --fix --line-length 120 .
format:check: dart format --output=none --set-exit-if-changed --line-length 120 .
analyze: >
dart analyze --fatal-infos . &&
dart run custom_lint --fatal-infos .
dart analyze --fatal-infos .
#&& dart run custom_lint --fatal-infos .
test: >
melos run test:dart &&
melos run test:flutter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
class behave as expected.
publish_to: none
environment:
sdk: ^3.0.0
sdk: ^3.5.0

dependencies:
cookie_store:
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie_store/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.5.0

dependencies:
meta: ^1.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamite/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.5.0

dependencies:
built_collection: ^5.0.0
Expand All @@ -15,7 +15,7 @@ dependencies:
uri: ^1.0.0

dev_dependencies:
build_runner: ^2.4.11
build_runner: ^2.4.12
built_value_generator: ^8.9.2
dynamite: ^0.5.0
neon_lints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Tests for dynamite. Not meant for publishing.
version: 1.0.0

environment:
sdk: ^3.0.0
sdk: ^3.5.0

dependencies:
built_collection: ^5.0.0
Expand All @@ -16,7 +16,7 @@ dependencies:
uri: ^1.0.0

dev_dependencies:
build_runner: ^2.4.11
build_runner: ^2.4.12
built_value_generator: ^8.9.2
built_value_test: ^8.9.2
dynamite: ^0.5.0
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamite/packages/dynamite_runtime/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ topics:
- build-runner

environment:
sdk: ^3.0.0
sdk: ^3.5.0

dependencies:
built_collection: ^5.0.0
Expand All @@ -21,7 +21,7 @@ dependencies:
meta: ^1.0.0

dev_dependencies:
build_runner: ^2.4.11
build_runner: ^2.4.12
built_value_generator: ^8.9.2
neon_lints:
git:
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ topics:
- build-runner

environment:
sdk: ^3.0.0
sdk: ^3.5.0

dependencies:
build: ^2.0.0
Expand All @@ -31,7 +31,7 @@ dependencies:
version: ^3.0.0

dev_dependencies:
build_runner: ^2.4.11
build_runner: ^2.4.12
built_value_generator: ^8.9.2
built_value_test: ^8.9.2
neon_lints:
Expand Down
1 change: 0 additions & 1 deletion packages/neon_framework/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include: package:neon_lints/flutter.yaml

analyzer:
exclude:
- lib/l10n/**
- '**/router.g.dart'

custom_lint:
Expand Down
Loading
Loading