Skip to content
Open
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 .github/workflows/bot_dependency_tightener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: dart-lang/setup-dart@v1.7.2
with:
sdk: "3.11.0"
sdk: "3.12.0"

- name: 📦 Install dependencies
run: dart pub get --directory tool/dependency_tightener
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency_tightener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
run_bloc_lint: false
working_directory: "tool/dependency_tightener"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_app_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: subosito/flutter-action@v2.23.0
with:
cache: true
flutter-version: "3.41.x"
flutter-version: "3.44.x"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_app_ui_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "pre_gen.dart"
run_bloc_lint: false
working_directory: "very_good_app_ui/hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: subosito/flutter-action@v2.23.0
with:
cache: true
flutter-version: "3.41.x"
flutter-version: "3.44.x"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_core_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "pre_gen.dart"
run_bloc_lint: false
working_directory: "very_good_core/hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1.7.2
with:
sdk: "3.11.0"
sdk: "3.12.0"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_cli_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "post_gen.dart"
run_bloc_lint: false
working_directory: "very_good_dart_cli/hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1.7.2
with:
sdk: "3.11.0"
sdk: "3.12.0"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_package_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "pre_gen.dart"
run_bloc_lint: false
working_directory: "very_good_dart_package/hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_docs_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1.7.2
with:
sdk: "3.11.0"
sdk: "3.12.0"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_docs_site_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "pre_gen.dart"
run_bloc_lint: false
working_directory: "very_good_docs_site/hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flame_game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: subosito/flutter-action@v2.23.0
with:
cache: true
flutter-version: "3.41.x"
flutter-version: "3.44.x"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flame_game_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "pre_gen.dart post_gen.dart"
run_bloc_lint: false
working_directory: "very_good_flame_game/hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: subosito/flutter-action@v2.23.0
with:
cache: true
flutter-version: "3.41.x"
flutter-version: "3.44.x"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flutter_package_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "pre_gen.dart"
run_bloc_lint: false
working_directory: "very_good_flutter_package/hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flutter_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: subosito/flutter-action@v2.23.0
with:
cache: true
flutter-version: "3.41.x"
flutter-version: "3.44.x"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flutter_plugin_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1.19.2
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
report_on: "pre_gen.dart post_gen.dart"
run_bloc_lint: false
working_directory: "very_good_flutter_plugin/hooks"
Expand Down
2 changes: 1 addition & 1 deletion tool/dependency_tightener/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
args: ^2.5.0
Expand Down
2 changes: 1 addition & 1 deletion very_good_app_ui/__brick__/.github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_version: "3.41.x"
flutter_version: "3.44.x"
4 changes: 2 additions & 2 deletions very_good_app_ui/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0+1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ^3.11.0
flutter: ^3.41.0
sdk: ^3.12.0
flutter: ^3.44.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions very_good_app_ui/__brick__/widgetbook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ publish_to: none
version: 1.0.0+1

environment:
sdk: ^3.11.0
flutter: ^3.41.0
sdk: ^3.12.0
flutter: ^3.44.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion very_good_app_ui/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_app_ui_hooks

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
clock: ^1.1.2
Expand Down
2 changes: 1 addition & 1 deletion very_good_core/__brick__/.github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_version: "3.41.x"
flutter_version: "3.44.x"
run_bloc_lint: true

spell-check:
Expand Down
4 changes: 2 additions & 2 deletions very_good_core/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ^3.11.0
flutter: ^3.41.0
sdk: ^3.12.0
flutter: ^3.44.0

dependencies:
bloc: ^9.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ enum _VeryGoodCoreConfigurationVariables {
///
/// Defaults to `A Very Good App`.
/// {@endtemplate}
description._('description')
;
description._('description');

const _VeryGoodCoreConfigurationVariables._(this.key);

Expand Down
2 changes: 1 addition & 1 deletion very_good_core/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_core_hooks

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
clock: ^1.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"

spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
Expand All @@ -47,7 +47,7 @@ jobs:
- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1.7.2
with:
sdk: "3.11.0"
sdk: "3.12.0"

- name: 📦 Install Dependencies
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'package:mason_logger/mason_logger.dart';
/// {@endtemplate}
class SampleCommand extends Command<int> {
/// {@macro sample_command}
// ignore: prefer_initializing_formals
SampleCommand({required Logger logger}) : _logger = logger {
argParser.addFlag(
'cyan',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import 'package:{{project_name.snakeCase()}}/src/version.dart';
/// {@endtemplate}
class UpdateCommand extends Command<int> {
/// {@macro update_command}
// ignore: prefer_initializing_formals
UpdateCommand({required Logger logger, PubUpdater? pubUpdater})
: _logger = logger,
_pubUpdater = pubUpdater ?? PubUpdater();
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_cli/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
args: ^2.7.0
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_cli/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_dart_cli_hooks

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
clock: ^1.1.2
Expand Down
8 changes: 4 additions & 4 deletions very_good_dart_cli/hooks/test/post_gen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ void main() {
}

Matcher isDartDirectiveOrderingFix({required String path}) {
return _IsDartDirectiveOrderingFix(path: path);
return _IsDartDirectiveOrderingFix(path);
}

class _IsDartDirectiveOrderingFix extends Matcher {
const _IsDartDirectiveOrderingFix({required String path}) : _path = path;
const _IsDartDirectiveOrderingFix(this._path);

/// The value of the path to apply the `dart fix` to.
final String _path;
Expand Down Expand Up @@ -161,11 +161,11 @@ class _IsDartDirectiveOrderingFix extends Matcher {
}

Matcher isDartPubGet({required String directory}) {
return _IsDartPubGet(directory: directory);
return _IsDartPubGet(directory);
}

class _IsDartPubGet extends Matcher {
const _IsDartPubGet({required String directory}) : _directory = directory;
const _IsDartPubGet(this._directory);

/// The value of the `--directory` argument passed to `dart pub get`.
final String _directory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: "3.11.0"
dart_sdk: "3.12.0"
{{#publishable}}
pana:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_package/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dev_dependencies:
mocktail: ^1.0.5
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_package/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_dart_package_hooks

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
clock: ^1.1.2
Expand Down
2 changes: 1 addition & 1 deletion very_good_docs_site/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_docs_site_hooks

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
clock: ^1.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_version: "3.41.x"
flutter_version: "3.44.x"
run_bloc_lint: true

spell-check:
Expand Down
4 changes: 2 additions & 2 deletions very_good_flame_game/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ^3.11.0
flutter: ^3.41.0
sdk: ^3.12.0
flutter: ^3.44.0

dependencies:
audioplayers: ^6.6.0
Expand Down
2 changes: 1 addition & 1 deletion very_good_flame_game/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_flame_game_hooks

environment:
sdk: ^3.11.0
sdk: ^3.12.0

dependencies:
clock: ^1.1.2
Expand Down
Loading
Loading