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(UX-1347): Update to Flutter 3.27.x #232

Merged
merged 5 commits into from
Dec 31, 2024
Merged

chore(UX-1347): Update to Flutter 3.27.x #232

merged 5 commits into from
Dec 31, 2024

Conversation

thelukewalton
Copy link
Collaborator

No description provided.

Copy link
Contributor

github-actions bot commented Dec 30, 2024

PR Checks complete

  • ✅ - Linting / Formatting
  • ⛔️ - Static analysis failed; 16 issues found.
    See details
    TypeFile nameDetails
    ⛔️Errorlib/src/components/dial_pad/dial_pad.dart:205:51error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1014:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1016:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1048:36error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1050:48error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1084:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1095:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1098:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1101:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1106:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1109:34error
    ⛔️Errorlib/src/components/switch/material_switch.dart:1112:34error
    ⛔️Errorlib/src/theme/color_extensions.dart:308:37error
    ⛔️Errorlib/src/theme/color_extensions.dart:309:35error
    ⛔️Errorlib/src/theme/color_extensions.dart:310:37error
    ⛔️Errorlib/src/theme/color_extensions.dart:311:36error
  • ⛔️ - 40 tests failed
    See details
    src/utils/debounce_test.dart
    `package:flutter_tools/src/base/common.dart 10:3 throwToolExit
    package:flutter_tools/src/compile.dart 897:9 DefaultResidentCompiler._compile.
    dart:async/zone.dart 1407:47 _rootRunUnary
    dart:async/zone.dart 1308:19 _CustomZone.runUnary
    dart:async/future_impl.dart 861:45 Future._propagateToListeners.handleValueCallback
    dart:async/future_impl.dart 890:13 Future._propagateToListeners
    dart:async/future_impl.dart 786:9 Future._propagateToListeners
    dart:async/future_impl.dart 666:5 Future._completeWithValue
    dart:async/future_impl.dart 736:7 Future._asyncCompleteWithValue.
    dart:async/zone.dart 1399:13 _rootRun
    dart:async/zone.dart 1301:19 _CustomZone.run
    dart:async/zone.dart 1209:7 _CustomZone.runGuarded
    dart:async/zone.dart 1249:23 _CustomZone.bindCallbackGuarded.
    dart:async/schedule_microtask.dart 40:21 _microtaskLoop
    dart:async/schedule_microtask.dart 49:5 _startMicrotaskLoop
    dart:isolate-patch/isolate_patch.dart 118:13 _runPendingImmediateCallback
    dart:isolate-patch/isolate_patch.dart 185:5 _RawReceivePort._handleMessage
    `
    src/utils/extensions_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/utils/extensions_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/utils/extensions_test.dart`
    src/utils/rounded_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/utils/rounded_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/utils/rounded_test.dart`
    src/theme/breakpoints_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/breakpoints_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/breakpoints_test.dart`
    src/theme/colors_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/colors_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/colors_test.dart`
    src/theme/color_swatch_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/color_swatch_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/color_swatch_test.dart`
    src/theme/theme_data_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/theme_data_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/theme_data_test.dart`
    src/theme/color_extensions_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/color_extensions_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/color_extensions_test.dart`
    src/theme/color_scheme_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/color_scheme_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/theme/color_scheme_test.dart`
    src/zeta_provider_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/zeta_provider_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/zeta_provider_test.dart`
    src/zeta_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/zeta_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/zeta_test.dart`
    src/components/accordion/accordion_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/accordion/accordion_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/accordion/accordion_test.dart`
    src/components/checkbox/checkbox_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/checkbox/checkbox_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/checkbox/checkbox_test.dart`
    src/components/slider/slider_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/slider/slider_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/slider/slider_test.dart`
    src/components/avatar/avatar_rail_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/avatar/avatar_rail_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/avatar/avatar_rail_test.dart`
    src/components/avatar/avatar_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/avatar/avatar_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/avatar/avatar_test.dart`
    src/components/navigation_bar/navigation_bar_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/navigation_bar_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/navigation_bar_test.dart`
    src/components/button/button_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/button/button_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/button/button_test.dart`
    src/components/top_app_bar/top_app_bar_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/top_app_bar/top_app_bar_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/top_app_bar/top_app_bar_test.dart`
    src/components/password/password_input_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/password/password_input_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/password/password_input_test.dart`
    src/components/tooltip/tooltip_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/tooltip/tooltip_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/tooltip/tooltip_test.dart`
    src/components/in_page_banner/in_page_banner_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/in_page_banner/in_page_banner_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/in_page_banner/in_page_banner_test.dart`
    src/components/range_selector/range_selector_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/range_selector_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/range_selector_test.dart`
    src/components/stepper_input/stepper_input_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/stepper_input/stepper_input_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/stepper_input/stepper_input_test.dart`
    src/components/chips/chip_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chips/chip_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chips/chip_test.dart`
    src/components/chips/status_chip_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chips/status_chip_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chips/status_chip_test.dart`
    src/components/dialpad/dialpad_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/dialpad/dialpad_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/dialpad/dialpad_test.dart`
    src/components/icon/icon_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/icon/icon_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/icon/icon_test.dart`
    src/components/banner/banner_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart`
    src/components/badge/indicator_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/indicator_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/indicator_test.dart`
    src/components/badge/status_label_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/status_label_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/status_label_test.dart`
    src/components/badge/priority_pill_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/priority_pill_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/priority_pill_test.dart`
    src/components/badge/label_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/label_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/label_test.dart`
    src/components/badge/tag_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/tag_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/tag_test.dart`
    src/components/stepper/stepper_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/stepper/stepper_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/stepper/stepper_test.dart`
    src/components/chat_item/chat_item_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chat_item/chat_item_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chat_item/chat_item_test.dart`
    src/components/comms_button/comms_button_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/comms_button/comms_button_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/comms_button/comms_button_test.dart`
    src/components/breadcrumb/breadcrumb_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/breadcrumb/breadcrumb_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/breadcrumb/breadcrumb_test.dart`
    src/components/fab/fab_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/fab/fab_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/fab/fab_test.dart`
    src/components/search_bar/search_bar_test.dart
    `Failed to load "/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/search_bar/search_bar_test.dart": Compilation failed for testPath=/home/runner/work/zeta_flutter/zeta_flutter/test/src/components/search_bar/search_bar_test.dart`
  • 📈 - Code coverage: 100%
    See details
    File Name%Passing?
    lib/src/theme/contrast.dart100%

Created with Flutter code quality action

fix: Use new Color / opacity values
test: Update tests for color changes
@thelukewalton thelukewalton changed the base branch from develop to main December 31, 2024 12:26
@thelukewalton thelukewalton marked this pull request as ready for review December 31, 2024 12:27
@thelukewalton thelukewalton changed the base branch from main to develop December 31, 2024 14:45
@thelukewalton thelukewalton merged commit 21fd9d9 into develop Dec 31, 2024
@thelukewalton thelukewalton deleted the UX-1347 branch December 31, 2024 15:13
thelukewalton added a commit that referenced this pull request Jan 6, 2025
chore: Update publignore to not ignore docs (#230)
deps!: Update to Flutter 3.27.0
fix: Use new Color / opacity values
test: Update tests for color changes
ci: Use 3.27.x for GH Actions
thelukewalton added a commit that referenced this pull request Feb 4, 2025
chore: Update publignore to not ignore docs (#230)
deps!: Update to Flutter 3.27.0
fix: Use new Color / opacity values
test: Update tests for color changes
ci: Use 3.27.x for GH Actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants