Flutterando / slidy

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

Can't "start" a project which doesn't have lib folder #235

Closed Ascenio closed 3 years ago

Ascenio commented 3 years ago

The problem If the user tries to run slidy start without a lib/ folder then it's shown:

ERROR: The lib folder must be empty. Or use -f to force start

Expected behavior As an empty folder is similar to an absent one, slidy should create the lib/ if necessary.

jacobaraujo7 commented 3 years ago

Fixed