ozzie.flutter
ozzie.flutter copied to clipboard
feat(custom paths): Allow passing in a rootFolderName
https://github.com/bmw-tech/ozzie.flutter/issues/2
Moved rootFolderName into the constructor and gave it a default value of "ozzie" like before.
The user can now override the rootFolderName by passing in a named argument into the constructor.
I'm new to open source contributions so please let me know if I forgot something :)