Skip to content
Merged
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
with:
sdk: "3.9.0"
sdk: "3.10.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
with:
dart_sdk: "3.9.0"
dart_sdk: "3.10.0"
working_directory: "tool/dependency_tightener"
secrets:
ssh_key: ${{secrets.EXAMPLE_KEY}}
2 changes: 1 addition & 1 deletion .github/workflows/very_good_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.35.x"
flutter-version: "3.38.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
with:
dart_sdk: "3.9.0"
dart_sdk: "3.10.0"
report_on: "pre_gen.dart"
working_directory: "very_good_core/hooks"
analyze_directories: "lib test"
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
with:
sdk: "3.9.0"
sdk: "3.10.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
with:
dart_sdk: "3.9.0"
dart_sdk: "3.10.0"
report_on: "post_gen.dart"
working_directory: "very_good_dart_cli/hooks"
analyze_directories: "test"
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 @@ -29,7 +29,7 @@ jobs:
- name: 🎯 Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: "3.9.0"
sdk: "3.10.0"

- name: 🧱 Mason Make
run: |
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
with:
sdk: "3.9.0"
sdk: "3.10.0"

- name: 🧱 Mason Make
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/very_good_flame_game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: very_good_flame_game/

runs-on: ubuntu-latest

strategy:
matrix:
platform:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.35.x"
flutter-version: "3.38.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
with:
dart_sdk: "3.9.0"
dart_sdk: "3.10.0"
report_on: "pre_gen.dart post_gen.dart"
working_directory: "very_good_flame_game/hooks"
analyze_directories: "lib test"
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 @@ -29,7 +29,7 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.35.x"
flutter-version: "3.38.x"

- name: 🧱 Mason Make
run: |
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 @@ -43,7 +43,7 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.35.x"
flutter-version: "3.38.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
with:
dart_sdk: "3.9.0"
dart_sdk: "3.10.0"
report_on: "pre_gen.dart post_gen.dart"
working_directory: "very_good_flutter_plugin/hooks"
analyze_directories: "lib test"
2 changes: 1 addition & 1 deletion .github/workflows/very_good_wear_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.35.x"
flutter-version: "3.38.x"

- name: 🧱 Mason Make
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_wear_app_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
with:
dart_sdk: "3.9.0"
dart_sdk: "3.10.0"
report_on: "pre_gen.dart"
working_directory: "very_good_wear_app/hooks"
analyze_directories: "test"
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.9.0
sdk: ^3.10.0

dependencies:
args: ^2.5.0
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.9.0
flutter: ^3.35.0
sdk: ^3.10.0
flutter: ^3.38.1

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

const _VeryGoodCoreConfigurationVariables._(this.key);

Expand Down
4 changes: 2 additions & 2 deletions 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.9.0
sdk: ^3.10.0

dependencies:
clock: ^1.1.1
Expand All @@ -10,5 +10,5 @@ dependencies:

dev_dependencies:
mocktail: ^1.0.3
test: ^1.25.2
test: ">=1.25.2 <1.27.0"
very_good_analysis: ^10.0.0
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.9.0"
dart_sdk: "3.10.0"

spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
Expand Down
6 changes: 3 additions & 3 deletions 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.9.0
sdk: ^3.10.0

dependencies:
args: ^2.7.0
Expand All @@ -13,11 +13,11 @@ dependencies:
pub_updater: ^0.5.0

dev_dependencies:
build_runner: ^2.10.1
build_runner: ^2.10.3
build_verify: ^3.1.1
build_version: ^2.1.3
mocktail: ^1.0.4
test: ^1.26.3
test: ^1.27.0
very_good_analysis: ^10.0.0

executables:
Expand Down
4 changes: 2 additions & 2 deletions very_good_dart_cli/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: very_good_dart_cli_hooks

environment:
sdk: ^3.9.0
sdk: ^3.10.0

dependencies:
mason: ^0.1.0
meta: ^1.12.0

dev_dependencies:
mocktail: ^1.0.3
test: ^1.25.2
test: ">=1.25.2 <1.27.0"
very_good_analysis: ^10.0.0
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.9.0"
dart_sdk: "3.10.0"
{{#publishable}}
pana:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
Expand Down
4 changes: 2 additions & 2 deletions very_good_dart_package/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version: 0.1.0+1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ^3.9.0
sdk: ^3.10.0

dev_dependencies:
mocktail: ^1.0.4
test: ^1.26.3
test: ^1.27.0
very_good_analysis: ^10.0.0
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.9.0
flutter: ^3.35.0
sdk: ^3.10.0
flutter: ^3.38.1

dependencies:
audioplayers: ^6.5.1
Expand Down
6 changes: 3 additions & 3 deletions 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.9.0
sdk: ^3.10.0

dependencies:
clock: ^1.1.1
Expand All @@ -11,10 +11,10 @@ dependencies:
very_good_core_hooks:
git:
path: very_good_core/hooks
ref: 021b2828dc78684474aa25a6e614b757683dad68
ref: 5d7f3848b432296f02aa3728883adf2e75615b3a
url: https://github.com/VeryGoodOpenSource/very_good_templates

dev_dependencies:
mocktail: ^1.0.3
test: ^1.25.2
test: ">=1.25.2 <1.27.0"
very_good_analysis: ^10.0.0
4 changes: 2 additions & 2 deletions very_good_flutter_package/__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.9.0
flutter: ^3.35.0
sdk: ^3.10.0
flutter: ^3.38.1

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions very_good_flutter_plugin/hooks/lib/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ library;
const $templateVersion = '1.0.0';

/// The Flutter version associated with the template version.
const $flutterVersion = '3.35.0';
const $flutterVersion = '3.38.1';

/// The minimum Dart version required by the template.
///
Expand All @@ -18,4 +18,4 @@ const $flutterVersion = '3.35.0';
/// See also:
///
/// * [Flutter SDK archive](https://docs.flutter.dev/release/archive)
const $minDartVersion = '3.9.0';
const $minDartVersion = '3.10.0';
4 changes: 2 additions & 2 deletions very_good_flutter_plugin/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: very_good_flutter_plugin_hooks

environment:
sdk: ^3.9.0
sdk: ^3.10.0

dependencies:
mason: ^0.1.0
meta: ^1.12.0

dev_dependencies:
mocktail: ^1.0.3
test: ^1.25.2
test: ">=1.25.2 <1.27.0"
very_good_analysis: ^10.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: merge_coverage
description: Merge coverage reports from multiple packages into a single report.

environment:
sdk: ^3.9.0
sdk: ^3.10.0

dependencies:
glob: ^2.1.2
Expand Down
6 changes: 3 additions & 3 deletions very_good_wear_app/__brick__/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ^3.9.0
sdk: ^3.10.0

dependencies:
bloc: ^9.1.0
bloc: ^9.1.0
flutter:
sdk: flutter
flutter_bloc: ^9.1.1
flutter_localizations:
sdk: flutter
intl: ^0.20.2
wearable_rotary: ^2.0.2
wearable_rotary: ^2.0.3

dev_dependencies:
bloc_lint: ^0.3.3
Expand Down
4 changes: 2 additions & 2 deletions very_good_wear_app/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: very_good_wear_app_hooks

environment:
sdk: ^3.9.0
sdk: ^3.10.0

dependencies:
mason: ^0.1.0

dev_dependencies:
mocktail: ^1.0.3
test: ^1.25.2
test: ">=1.25.2 <1.27.0"
very_good_analysis: ^10.0.0