Description
When creating a new flutter plugin, the _android folder gets duplicated in two different places, one is on the root folder (which is the correct place) and another one is on the app-facing package.
Steps To Reproduce
- Run very_good create -t flutter_plugin bla
- Check the root folder, there will be a
bla_android
- Enter the
bla folder, there will another bla_android here
Expected Behavior
The app-facing package shouldn't contain an android folder