Giter VIP home page Giter VIP logo

Comments (6)

spencer-nelson avatar spencer-nelson commented on May 22, 2024

@aakash1313 or @willhou to confirm, but it looks to me like you are trying to use a codepoint that was either excluded from the subset or shaken out. In particular, the error references 0xf46d as the code point which is ic_fluent_hand_raise_24_regular. In your fat APK are you referencing that codepoint in a non-standard manner such that the tree shaking wouldn't have caught the use of it?

from fluentui-system-icons.

houdayec avatar houdayec commented on May 22, 2024

I was still using ic_fluent_hand_raise_24_regular in an old part of my app. Indeed, I was able to choose it from FluentIcons class but nothing was shown on screen. Removed it and build passes without flag now, thanks.

Is there any way to find out which icon might be missing from the codepoint? Just in case other icons are removed / renamed in further versions.

from fluentui-system-icons.

aakash1313 avatar aakash1313 commented on May 22, 2024

It seems this issue is a duplicate of the below issues :

flutter/flutter#63357

flutter/flutter#60325

flutter/flutter#63

It was observed from the flutter version 20 and onwards and many people reported it after .There were some issues in the way tree shaking was done. It seems they fixed it in version 23 which is currently in beta channel. So you can try two things for the time being until version 23 reaches stable ,

  1. Disable tree-shaking as recommended by the flutter team and you already did. (--no-tree-shake-icons).
  2. Remove the library, add it again , it should fix it for you.

Hope that clarifies your doubt.

from fluentui-system-icons.

houdayec avatar houdayec commented on May 22, 2024

Thanks for you answer, everything is clear now. I'm closing this issue as I don't need any more details.

from fluentui-system-icons.

jamesblasco avatar jamesblasco commented on May 22, 2024

I am not sure if icons like ic_fluent_hand_raise_24_regular have been removed from the font. But if this is the case they should be reviewed and removed from the code. If there are not removed, then they should be fixed and added.

There are so many of them that don't display. Here you can visually check them
https://jamesblasco.github.io/fluentui-system-icons/#/

I opened the issue #166 to follow the missing icons problem on the Flutter package

from fluentui-system-icons.

houdayec avatar houdayec commented on May 22, 2024

I am not sure if icons like ic_fluent_hand_raise_24_regular have been removed from the font. But if this is the case they should be reviewed and removed from the code. If there are not removed, then they should be fixed and added.

There are so many of them that don't display. Here you can visually check them
https://jamesblasco.github.io/fluentui-system-icons/#/

I opened the issue #166 to follow the missing icons problem on the Flutter package

I completely agree with you, I'm running into this issue many times. Sometimes it is not even a name change but just a size change making for instance FluentIcons.phone_28_regular not found... Yes we should load the whole GitHub page, check for the icons one by one until we find FluentIcons.phone_24_regular.

Definitely annoying, such a shame because those icons are very good for UI.

from fluentui-system-icons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.