Flutter applications can have different flavors like: staging/prod, or free/premium: https://docs.flutter.dev/deployment/flavors
It also supports conditionally bundling assets based on the specified flavor. We should support the same by exposing the flavor in the hooks.
@dcharkes
Flutter applications can have different flavors like: staging/prod, or free/premium: https://docs.flutter.dev/deployment/flavors
It also supports conditionally bundling assets based on the specified flavor. We should support the same by exposing the
flavorin the hooks.@dcharkes