cedvdb / flutter_circle_flags

Circular flags for flutter
https://pub.dev/packages/circle_flags
MIT License
11 stars 22 forks source link

Generator for flags.dart, updated #32

Closed Alexqwesa closed 1 year ago

Alexqwesa commented 1 year ago

pushed to wrong branch and make new pull request by mistake

cedvdb commented 11 months ago

Is it normal that the builder is in the src folder ? I'm not used to using build

Alexqwesa commented 11 months ago

Is it normal that the builder is in the src folder ? I'm used to using build

paths in build.yaml use lib dir as root directory, if you want to use path outside of lib you need to use subpackage... afaik (but maybe i wrong - didn't test other variants....)

cedvdb commented 9 months ago

Yes using a subpackage would be a better solution