shorebirdtech / shorebird

Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
1.97k stars 118 forks source link

feat: build release using --no-tree-shake-icons #1959

Closed scalz closed 3 weeks ago

scalz commented 3 weeks ago

Description Hello, could you add an option for using --no-tree-shake-icons when creating a release please ?

Requirements

Additional Context

None

eseidel commented 3 weeks ago

shorebird release -- --no-tree-shake-icons should work. The -- is used to indicate that any further arguments should be passed down to the underlying flutter build command which shorebird release uses.

scalz commented 3 weeks ago

It worked. Awesome!

Thank you