Skip to content

3.32.2 Icons incorrect on Android, OK onWindows #170230

Closed
@RobertFlatt

Description

@RobertFlatt

Steps to reproduce

Try any of these icons in the fragment below.

Icons.history,
CupertinoIcons.book,
Icons.search,
CupertinoIcons.arrow_up_arrow_down_square,
CupertinoIcons.collections

Expected results

Results obtained on Windows, see Windows screenshot

Actual results

On Android Icons are rendered as what looks like some Chinese characters.
The behavior is new with 3.32.2

Code sample

Code sample
   return FloatingActionButton( 
      onPressed: onPressed,
      heroTag: null,
      foregroundColor: foregroundColor,
      backgroundColor: colorScheme.surface,            
      child: Stack(children: [
        OverlayPortal(
          controller: widget.menuController,
          overlayChildBuilder: (BuildContext context) {
            return Positioned(
              left: _menuLeft,
              bottom: _menuBottom,
              child: menu,
            );
          }
        ),
        Icon(widget.icon),
      ]),

Screenshots or Video

Screenshots / Video demonstration

Image

Image

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Image
Image
Origin_of_mass_publication-Zenodo-20231114_2.pdf
Image
Image
Image
spectrum.pdf
Image

Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.32.2, on Microsoft Windows [Version 10.0.26100.4202],
    locale en-US)
[✓] Windows Version (11 Home 64-bit, 24H2, 2009)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✗] Chrome - develop for the web (Cannot find Chrome executable at
    .\Google\Chrome\Application\chrome.exe)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Visual Studio - develop Windows apps (Visual Studio Build Tools 2022 17.12.3)
[✓] Android Studio (version 2024.3.2)
[✓] Connected device (2 available)
[✓] Network resources

! Doctor found issues in 1 category.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions