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/very_good_wear_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.19.0"
- "3.22.0"
- "3.x"

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class App extends StatelessWidget {
colorScheme: isAmbientModeActive
? const ColorScheme.dark(
primary: Colors.white24,
onBackground: Colors.white10,
onSurface: Colors.white10,
)
: const ColorScheme.dark(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: "^3.3.0"
sdk: ^3.4.0

dependencies:
bloc: ^8.1.3
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter_bloc: ^8.1.4
flutter_localizations:
sdk: flutter
intl: ^0.18.1
intl: ^0.19.0
wearable_rotary: ^2.0.2

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ void main() {
getMaterialApp().theme?.colorScheme,
const ColorScheme.dark(
primary: Colors.white24,
onBackground: Colors.white10,
onSurface: Colors.white10,
),
);
Expand Down
2 changes: 1 addition & 1 deletion very_good_wear_app/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_wear_app_hooks

environment:
sdk: "^3.3.0"
sdk: ^3.4.0

dependencies:
mason: ^0.1.0-dev.52
Expand Down