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
swiftgen uses stencils as a very smart way to provide templates to manipulate the generated code. I'd be happy to implement a feature for flutter_get, if the community finds that's the path that the tool should follow
First use case that I found for this is to manipulate how code is generated and add/remove default parameters. For instance, I'm working on a private module for my company, and all images will be in that package. It makes sense to pass the module's name as the default parameter for the package property. Such can be achieved via a messy YAML configuration, but that won't scale or cover future cases
The text was updated successfully, but these errors were encountered:
@pastre
I've been interested in improving the extensibility of other plugins such as Lottie and SVG, but I haven't been able to start because it seems like a lot of work.
swiftgen
uses stencils as a very smart way to provide templates to manipulate the generated code. I'd be happy to implement a feature forflutter_get
, if the community finds that's the path that the tool should followFirst use case that I found for this is to manipulate how code is generated and add/remove default parameters. For instance, I'm working on a private module for my company, and all images will be in that package. It makes sense to pass the module's name as the default parameter for the
package
property. Such can be achieved via a messy YAML configuration, but that won't scale or cover future casesThe text was updated successfully, but these errors were encountered: