Ahmadre / FlutterIconPicker

An adaptive comprehensive IconPicker for Flutter
MIT License
112 stars 76 forks source link

On WEB not see icons list after published on server #72

Closed Paroca72 closed 1 month ago

Paroca72 commented 1 month ago

Hello,

After published the WEB application on server I not see the icons inside dialog list. Same effect when not run on local the command dart run flutter_iconpicker:generate_packs --packs <material,cupertino,..>

Thanks Sam

Ahmadre commented 1 month ago

After running:

dart run flutter_iconpicker:generate_packs --packs cupertino

Building package executable...
Built flutter_iconpicker:generate_packs.
🛠️  Start generating Packs
📦 Generated cupertino IconPack
✅ Finished generating Packs

I can successfully run example project on Web:

image

Using latest Flutter 3.22.2.

Please provide which Flutter Version and package version you use.

Do you have your WebURL where we can look after? Did you know that Dart uses code obfuscation on release version? Do you know how to handle that?

Ahmadre commented 1 month ago

After running with Live-Server in Flutter Release Version it works also:

flutter build web --release --no-tree-shake-icons:

image