Skip to content

Commit

Permalink
build(pubspec): bump versions as of dart_code_metrics 5.3.0 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Dec 25, 2022
1 parent f448c1b commit 0a158c9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
types: [published]

env:
FLUTTER_SDK_VERSION: "3.3.8"
FLUTTER_SDK_VERSION: "3.3.10"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
type: boolean

env:
FLUTTER_SDK_VERSION: "3.3.8"
FLUTTER_SDK_VERSION: "3.3.10"

permissions:
contents: read
Expand Down
6 changes: 5 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dart_code_metrics:
- arguments-ordering:
child-last: true
- avoid-border-all
- avoid-cascade-after-if-null
- avoid-collection-methods-with-unrelated-types
- avoid-double-slash-imports
- avoid-duplicate-exports
- avoid-global-state
- avoid-missing-enum-constant-in-map
Expand All @@ -30,6 +32,7 @@ dart_code_metrics:
- avoid-returning-widgets
- avoid-shrink-wrap-in-lists
- avoid-throw-in-catch-block
- avoid-unnecessary-conditionals
- avoid-unnecessary-setstate
- avoid-unnecessary-type-assertions
- avoid-unnecessary-type-casts
Expand All @@ -40,6 +43,7 @@ dart_code_metrics:
- double-literal-format
- format-comment
# - member-ordering
- missing-test-assertion
- newline-before-return
- no-boolean-literal-compare
- no-equal-then-else
Expand Down Expand Up @@ -76,7 +80,7 @@ analyzer:
public_member_api_docs: ignore
unused_element: ignore # See https://github.com/dart-lang/sdk/issues/49025

# Style decisions
# Style decisions
always_put_required_named_parameters_first: ignore
always_use_package_imports: ignore
sort_constructors_first: ignore
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ packages:
name: dart_code_metrics
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0"
version: "5.3.0"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -176,7 +176,7 @@ packages:
name: horizontal_data_table
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.3"
version: "4.1.4"
html:
dependency: transitive
description:
Expand Down Expand Up @@ -344,7 +344,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.4"
version: "6.0.5"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -480,4 +480,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.3.8"
flutter: ">=3.3.0"
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/albertms10/cabin_booking.git

environment:
sdk: ">=2.18.0 <3.0.0"
flutter: ^3.3.8
flutter: ^3.3.0

dependencies:
collection: ^1.16.0
Expand All @@ -17,19 +17,19 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
horizontal_data_table: ^4.1.3
horizontal_data_table: ^4.1.4
intl: ^0.17.0
nanoid: ^1.0.0
path_provider: ^2.0.11
provider: ^6.0.4
provider: ^6.0.5
timer_builder: ^2.0.0
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size

dev_dependencies:
dart_code_metrics: ^5.1.0
dart_code_metrics: ^5.3.0
flutter_test:
sdk: flutter
very_good_analysis: ^3.1.0
Expand Down

0 comments on commit 0a158c9

Please sign in to comment.