Dee
Dee
Sure, here is the build script, deploys to K8 behind Cloudflare (it's not cloud cache since other icon packs work property like font awesome) ``` # $NAMESPACE kubectl config use-context...
@danagbemava-nc doesn't really matter about K8. The issue is the icons are not backing packaged on compilation. I have noticed that when running in dev mode for Chrome then building...
@danagbemava-nc our build is just using standard flutter build release here ``` flutter clean flutter pub get flutter build web --web-renderer canvaskit --release --dart-define=FLUTTER_WEB_USE_SKIA=true --dart-define=FLUTTER_WEB_USE_EXPERIMENTAL_CANVAS_TEXT=true ``` We don't use const...
> My apologies, I actually wanted to know if you were using non-const `IconData` but I believe the --no-tree-shake-icons should take care of that. I was thinking of a different...
@danagbemava-nc I'm going to a festival with no phones/tech allowed for 8 days now. So will post back probably in around 10-12 days 😂🙈
> What is the size when you compile it locally on your machine? What are you asking here exactly, it seems as if the icons are same as the production...
@christopherfujino indeed I tried disabling cache on the CDN and a few other things, I'm not longer in the flutter space at the moment, working on ctoforhire.com (cto facilitation service)...
Fix was just pushed out might, be related to new bug: https://github.com/flutter/engine/pull/35948
@exaby73 sure, I will soon. I managed to narrow the bug down. It's when you have two clip-rects up the widget tree.
@exaby73 yes just writing a small app to replicate it, strange thing is I'm having trouble replicating it. Something far up the widget tree in my app is causing the...