You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you guys think it would make sense for you to have a parameter: autoGeneratePacks: true so that this package automatically generates the Icon Packs you passed in iconPackModes: [IconPack.material, IconPack.cupertino,...]?
This way users don't have to generate packs by themselves on build time and the packs will be generated in debug on demand or if you build your app with flutter build... this package should detect this and pre-run generation before building the core app.
I don't have a solution for this yet, but it would make sense for me to dive into this and find a solution to make it more comfortable to use this package.
The text was updated successfully, but these errors were encountered:
Do you guys think it would make sense for you to have a parameter:
autoGeneratePacks: true
so that this package automatically generates the Icon Packs you passed iniconPackModes: [IconPack.material, IconPack.cupertino,...]
?This way users don't have to generate packs by themselves on build time and the packs will be generated in debug on demand or if you build your app with
flutter build...
this package should detect this and pre-run generation before building the core app.I don't have a solution for this yet, but it would make sense for me to dive into this and find a solution to make it more comfortable to use this package.
The text was updated successfully, but these errors were encountered: