Flutterando / slidy

CLI package manager and template for Flutter
https://pub.dev/packages/slidy
Apache License 2.0
806 stars 101 forks source link

Wrong package name in HomePage when uses slidy start command #262

Closed ricardogobbo closed 3 years ago

ricardogobbo commented 3 years ago

In this line, the package name was hard coded, so when we use slidy start command, the execution did not change the package name to the correct project name.

https://github.com/Flutterando/slidy/blob/master/bin/templates/start.dart#L332

ricardogobbo commented 3 years ago

I'm sorry, I did not see the issue #255

I'll close this issue