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-144): Integrate color tokens #165

Closed
wants to merge 29 commits into from
Closed

Conversation

thelukewalton
Copy link
Collaborator

No description provided.

@thelukewalton thelukewalton force-pushed the UX-144-color branch 5 times, most recently from 9d2f986 to 858541d Compare August 29, 2024 13:05
Copy link
Contributor

github-actions bot commented Aug 29, 2024

Visit the preview URL for this PR (updated for commit e21a072):

https://zeta-flutter-main--pr-165-ux-144-color-1b4upcc7.web.app

(expires Tue, 05 Nov 2024 11:44:02 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 5ca681de0a0ad9185b252304c113355d5ee04ca6

@thelukewalton thelukewalton changed the title chore: Integrate color tokens chore(UX-144): Integrate color tokens Sep 2, 2024
@thelukewalton thelukewalton force-pushed the UX-144-color branch 3 times, most recently from eb5fd64 to 08a15e9 Compare September 5, 2024 08:43
@mikecoomber mikecoomber force-pushed the UX-144-color branch 2 times, most recently from 607369f to d77b39e Compare September 9, 2024 14:29
@thelukewalton thelukewalton force-pushed the UX-144-color branch 2 times, most recently from 2205af0 to 10a71ed Compare September 11, 2024 17:09
@mikecoomber mikecoomber marked this pull request as ready for review September 27, 2024 13:04
@ZebraDevs ZebraDevs deleted a comment from github-actions bot Oct 15, 2024
Copy link
Contributor

github-actions bot commented Oct 15, 2024

PR Checks complete

  • ✅ - Linting / Formatting
  • ⛔️ - Static analysis failed; 1 issue found.
    See details
    TypeFile nameDetails
    ℹ️Errorlib/src/components/dialog/dialog.dart:109:9info
  • ⛔️ - 38 tests failed
    See details
    Accessibility Tests meets accessibility requirements with action
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Text contrast should follow WCAG guidelines
    Actual:
    Which: SemanticsNode#10(Rect.fromLTRB(663.4, 8.5, 784.0, 56.5), flags: [isButton,
    hasEnabledState, isEnabled], label: "Button", textDirection: ltr):
    Expected contrast ratio of at least 4.5 but found 4.22 for a font size of 16.0.
    The computed colors was:
    light - Color(0xfff3f6fa), dark - Color(0xff0073e6)
    See also: https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/navigation_bar_test.dart:69:7)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    meets accessibility requirements with action
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests renders the correct background color
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: Color:

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/navigation_bar_test.dart:329:7)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/navigation_bar_test.dart line 329
    The test description was:
    renders the correct background color
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_default golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_default.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: false, dividerIndex: null, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_default golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_shrink_items golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_shrink_items.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: false, dividerIndex: null, semanticLabel:
    null, shrinkItems: true, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_shrink_items golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_current_index_0 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_current_index_0.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: 0, splitItems: false, dividerIndex: null, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_current_index_0 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_divider_at_0 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_divider_at_0.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: false, dividerIndex: 0, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_divider_at_0 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_current_index_1 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_current_index_1.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: 1, splitItems: false, dividerIndex: null, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_current_index_1 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_divider_at_1 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_divider_at_1.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: false, dividerIndex: 1, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_divider_at_1 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_current_index_2 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_current_index_2.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: 2, splitItems: false, dividerIndex: null, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_current_index_2 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_divider_at_2 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_divider_at_2.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: false, dividerIndex: 2, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_divider_at_2 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_current_index_3 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_current_index_3.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: 3, splitItems: false, dividerIndex: null, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_current_index_3 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_divider_at_3 golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_divider_at_3.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: false, dividerIndex: 3, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_divider_at_3 golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_action golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_action.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: false, dividerIndex: null, semanticLabel:
    null, shrinkItems: false, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_action golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests navigation_bar_split golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/navigation_bar/golden/navigation_bar_split.png"
    Actual: _TypeWidgetFinder: ZetaNavigationBar(rounded: null, items: [Instance of 'ZetaNavigationBarItem', Instance
    of 'ZetaNavigationBarItem', Instance of 'ZetaNavigationBarItem', Instance of
    'ZetaNavigationBarItem'], currentIndex: null, splitItems: true, dividerIndex: null, semanticLabel:
    null, shrinkItems: true, useSafeArea: true, dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    navigation_bar_split golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_slider_rounded_continuous golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_slider_rounded_continuous.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: null, has onChange,
    divisions: null, semanticLabel: null, showValues: false, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#11d1e(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_slider_rounded_continuous golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_slider_rounded_stepped golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_slider_rounded_stepped.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: null, has onChange,
    divisions: 10, semanticLabel: null, showValues: false, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#58baf(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_slider_rounded_stepped golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_slider_rounded_disabled golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_slider_rounded_disabled.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: null, divisions: null,
    semanticLabel: null, showValues: false, initialValues: RangeValues(20.0, 80.0), dependencies:
    [Zeta], state: _ZetaRangeSelectorState#67300(disabled: true)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_slider_rounded_disabled golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_slider_sharp_continuous golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_slider_sharp_continuous.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: false, min: 0.0, max: 100.0, label: null, has onChange,
    divisions: null, semanticLabel: null, showValues: false, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#0cd01(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_slider_sharp_continuous golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_slider_sharp_stepped golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_slider_sharp_stepped.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: false, min: 0.0, max: 100.0, label: null, has onChange,
    divisions: 10, semanticLabel: null, showValues: false, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#50d63(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_slider_sharp_stepped golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_slider_sharp_disabled golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_slider_sharp_disabled.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: false, min: 0.0, max: 100.0, label: null, divisions: null,
    semanticLabel: null, showValues: false, initialValues: RangeValues(20.0, 80.0), dependencies:
    [Zeta], state: _ZetaRangeSelectorState#aebee(disabled: true)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_slider_sharp_disabled golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_selector_rounded_continuous golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_rounded_continuous.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: "Label", has onChange,
    divisions: null, semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#db82e(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_selector_rounded_continuous golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_selector_rounded_stepped golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_rounded_stepped.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: "Label", has onChange,
    divisions: 10, semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#a55d1(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_selector_rounded_stepped golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_selector_rounded_disabled golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_rounded_disabled.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: "Label", divisions: 10,
    semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0), dependencies: [Zeta],
    state: _ZetaRangeSelectorState#72b36(disabled: true)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_selector_rounded_disabled golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_selector_sharp_continuous golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_sharp_continuous.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: false, min: 0.0, max: 100.0, label: "Label", has onChange,
    divisions: null, semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#c6833(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_selector_sharp_continuous golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_selector_sharp_stepped golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_sharp_stepped.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: false, min: 0.0, max: 100.0, label: "Label", has onChange,
    divisions: 10, semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0),
    dependencies: [Zeta], state: _ZetaRangeSelectorState#effe0(disabled: false)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_selector_sharp_stepped golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests range_selector_sharp_disabled golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_sharp_disabled.png"
    Actual: _TypeWidgetFinder: ZetaRangeSelector(rounded: false, min: 0.0, max: 100.0, label: "Label", divisions: 10,
    semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0), dependencies: [Zeta],
    state: _ZetaRangeSelectorState#65302(disabled: true)),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    range_selector_sharp_disabled golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests status_chip_default golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chips/golden/status_chip_default.png"
    Actual: _TypeWidgetFinder: ZetaStatusChip(rounded: true, label: "Label", draggable: false, data: null,
    semanticLabel: null),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    status_chip_default golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests status_chip_sharp golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chips/golden/status_chip_sharp.png"
    Actual: _TypeWidgetFinder: ZetaStatusChip(rounded: false, label: "Label", draggable: false, data: null,
    semanticLabel: null),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    status_chip_sharp golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests status_chip_long golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/chips/golden/status_chip_long.png"
    Actual: _TypeWidgetFinder: ZetaStatusChip(rounded: true, label: "Label that is very very long", draggable: false,
    data: null, semanticLabel: null),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    status_chip_long golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests icon color is correct for ZetaBannerStatus.primary
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: Color:

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:308:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 308
    The test description was:
    icon color is correct for ZetaBannerStatus.primary
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests background colors are correct for ZetaBannerStatus.primary
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: ZetaColorSwatch:Color(0xffb7dbff), Color(0xff7ebeff), Color(0xff599fe5), Color(0xff0073e6), Color(0xff0061c2),
    Color(0xff004d99), Color(0xff002c58), Color(0xff101b25))>

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:328:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 328
    The test description was:
    background colors are correct for ZetaBannerStatus.primary
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests icon color is correct for ZetaBannerStatus.positive
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: Color:

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:308:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 308
    The test description was:
    icon color is correct for ZetaBannerStatus.positive
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests background colors are correct for ZetaBannerStatus.positive
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: ZetaColorSwatch:Color(0xffbeefdb), Color(0xff84dab6), Color(0xff67b796), Color(0xff00864f), Color(0xff006d3f),
    Color(0xff005f38), Color(0xff00331e), Color(0xff081711))>

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:328:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 328
    The test description was:
    background colors are correct for ZetaBannerStatus.positive
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests icon color is correct for ZetaBannerStatus.warning
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: Color:

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:308:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 308
    The test description was:
    icon color is correct for ZetaBannerStatus.warning
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests background colors are correct for ZetaBannerStatus.warning
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: ZetaColorSwatch:Color(0xffffd292), Color(0xffffb348), Color(0xfff5a230), Color(0xffae6500), Color(0xff965802),
    Color(0xff764502), Color(0xff402600), Color(0xff1e1100))>

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:328:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 328
    The test description was:
    background colors are correct for ZetaBannerStatus.warning
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests icon color is correct for ZetaBannerStatus.negative
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: Color:

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:308:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 308
    The test description was:
    icon color is correct for ZetaBannerStatus.negative
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Styling Tests background colors are correct for ZetaBannerStatus.negative
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: Color:
    Actual: ZetaColorSwatch:Color(0xffffb3bb), Color(0xfff98c97), Color(0xfff36170), Color(0xffd70015), Color(0xffb50012),
    Color(0xff8f000e), Color(0xff520008), Color(0xff220f11))>

    When the exception was thrown, this was the stack:
    icons/test-1 #4 main.. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart:328:9)

    icons/test-1 #5 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    bump version #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided one frame from package:stack_trace)

    This was caught by the test expectation on the following line:
    file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/banner/banner_test.dart line 328
    The test description was:
    background colors are correct for ZetaBannerStatus.negative
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
    Golden Tests indicator_notification_with_value golden
    `══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
    The following TestFailure was thrown running a test:
    Expected: one widget whose rasterized image matches golden image
    "file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/badge/golden/indicator_notification_with_value.png"
    Actual: _TypeWidgetFinder: ZetaIndicator(rounded: null, type: ZetaIndicatorType.notification, size:
    ZetaWidgetSize.medium, value: 3, icon: null, inverse: false, color: null, semanticLabel: null,
    dependencies: [Zeta]),
    ]>
    Which: does not match

    When the exception was thrown, this was the stack:
    #0 fail (package:matcher/src/expect/expect.dart:149:31)
    System theme support #1 _expect. (package:matcher/src/expect/expect.dart:125:9)


    Refactor theme declaration and introduce theme service in Example #8 expectLater. (package:flutter_test/src/widget_tester.dart:518:24)

    Checkbox #9 goldenTest. (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)

    Chore/updates #10 testWidgets.. (package:flutter_test/src/widget_tester.dart:189:15)

    chore(main): release zeta_flutter 0.3.0 #11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)


    (elided 7 frames from dart:async and package:stack_trace)

    The test description was:
    indicator_notification_with_value golden
    ════════════════════════════════════════════════════════════════════════════════════════════════════`
  • 📈 - Code coverage: 52.52% (⬆️ up from 48.34%)
    See details
    File Name%Passing?
    lib/src/utils/zeta_provider.dart100%
    lib/src/theme/theme_service.dart18.5%⛔️
    lib/generated/tokens/primitives.g.dart67.6%⛔️
    lib/generated/tokens/semantics.g.dart91.9%
    lib/src/components/accordion/accordion.dart100%
    lib/src/utils/rounded.dart100%
    lib/src/components/avatar_rail/avatar_rail.dart53.7%⛔️
    lib/src/components/avatars/avatar.dart94.7%
    lib/src/components/badges/indicator.dart100%
    lib/src/components/badges/label.dart100%
    lib/src/components/badges/priority_pill.dart100%
    lib/src/components/badges/status_label.dart63.6%⛔️
    lib/src/components/badges/tag.dart98.5%
    lib/src/components/banner/banner.dart88.4%
    lib/src/components/bottom sheets/bottom_sheet.dart0%⛔️
    lib/src/components/bottom sheets/menu_items.dart0%⛔️
    lib/src/components/breadcrumb/breadcrumb.dart86.5%
    lib/src/components/button_group/button_group.dart0%⛔️
    lib/src/components/buttons/button.dart97.7%
    lib/src/components/buttons/button_style.dart98.9%
    lib/src/components/buttons/icon_button.dart51.2%⛔️
    lib/src/components/buttons/input_icon_button.dart72.7%⛔️
    lib/src/components/chat_item/chat_item.dart98.6%
    lib/src/components/checkbox/checkbox.dart100%
    lib/src/components/chips/assist_chip.dart0%⛔️
    lib/src/components/chips/chip.dart81.6%
    lib/src/components/chips/filter_chip.dart0%⛔️
    lib/src/components/chips/input_chip.dart0%⛔️
    lib/src/components/chips/status_chip.dart100%
    lib/src/components/comms_button/comms_button.dart82%
    lib/src/components/contact_item/contact_item.dart0%⛔️
    lib/src/components/date_input/date_input.dart0%⛔️
    lib/src/components/dial_pad/dial_pad.dart100%
    lib/src/components/dialog/dialog.dart0%⛔️
    lib/src/components/dropdown/dropdown.dart0%⛔️
    lib/src/components/fabs/fab.dart97.4%
    lib/src/components/filter_selection/filter_selection.dart0%⛔️
    lib/src/components/global_header/global_header.dart0%⛔️
    lib/src/components/global_header/header_tab_item.dart0%⛔️
    lib/src/components/icon/icon.dart100%
    lib/src/components/in_page_banner/in_page_banner.dart96.9%
    lib/src/components/list_item/dropdown_list_item.dart0%⛔️
    lib/src/components/list_item/list_item.dart0%⛔️
    lib/src/components/list_item/notification_list_item.dart0%⛔️
    lib/src/components/navigation bar/navigation_bar.dart100%
    lib/src/components/navigation_rail/navigation_rail.dart0%⛔️
    lib/src/components/pagination/pagination.dart0.6%⛔️
    lib/src/components/password/password_input.dart100%
    lib/src/components/phone_input/phone_input.dart0%⛔️
    lib/src/components/progress/progress_bar.dart0%⛔️
    lib/src/components/progress/progress_circle.dart0%⛔️
    lib/src/components/radio/radio.dart0%⛔️
    lib/src/components/range_selector/range_selector.dart90.9%
    lib/src/components/screen_header_bar/screen_header_bar.dart0%⛔️
    lib/src/components/search_bar/search_bar.dart98.1%
    lib/src/components/segmented_control/segmented_control.dart0%⛔️
    lib/src/components/select_input/select_input.dart0%⛔️
    lib/src/components/slider/slider.dart82.3%
    lib/src/components/snack_bar/snack_bar.dart0%⛔️
    lib/src/components/stepper/stepper.dart95.1%
    lib/src/components/stepper_input/stepper_input.dart71.9%⛔️
    lib/src/components/switch/zeta_switch.dart0%⛔️
    lib/src/components/tabs/tab.dart0%⛔️
    lib/src/components/tabs/tab_bar.dart0%⛔️
    lib/src/components/text_input/text_input.dart0%⛔️
    lib/src/components/time_input/time_input.dart0%⛔️
    lib/src/components/tooltip/tooltip.dart98.9%
    lib/src/components/top_app_bar/top_app_bar.dart86%
    lib/src/interfaces/form_field.dart81.4%
    lib/src/components/text_input/internal_text_input.dart72.5%⛔️
    lib/src/components/list_item/list_scope.dart0%⛔️
    lib/src/components/phone_input/countries.dart10%⛔️
    lib/src/components/progress/progress.dart0%⛔️
    lib/src/components/switch/material_switch.dart0%⛔️
    lib/src/components/text_input/hint_text.dart77.8%⛔️
    lib/src/components/text_input/input_label.dart0%⛔️
    lib/src/components/top_app_bar/extended_top_app_bar.dart93.9%
    lib/src/components/top_app_bar/search_top_app_bar.dart88%
    lib/src/theme/breakpoints.dart100%
    lib/src/theme/color_extensions.dart85%
    lib/src/theme/color_swatch.dart72.3%⛔️
    lib/src/theme/contrast.dart33.3%⛔️
    lib/src/theme/custom_theme.dart55.6%⛔️
    lib/src/theme/tokens.dart50%⛔️
    lib/src/utils/debounce.dart100%
    lib/src/utils/extensions.dart100%
    lib/src/utils/nothing.dart100%
    lib/src/utils/platform/platform_is.dart10%⛔️
    lib/src/utils/platform/universal_platform_vm.dart21.4%⛔️
    lib/src/utils/zeta.dart100%

Created with Flutter code quality action

@thelukewalton thelukewalton deleted the UX-144-color branch December 20, 2024 15:55
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