flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

Can't run the final submission with the steps specified on the flutter.dev/clock #74

Closed talhakhan1297 closed 4 years ago

talhakhan1297 commented 4 years ago
flutter channel stable
flutter upgrade
unzip (project).zip
cd (name)_clock
flutter create .
flutter run

After the 3rd Command i.e. (unzip (project).zip ) we should run cd <project>/<name>_clock

Is this right or I am doing something wrong?

Maistho commented 4 years ago

It depends on how you have created the .zip-file, in your case I assume it contains a single folder containing flutter_clock_helper and (name)_clock, but in the instructions they asume that it contains those two folders without a wrapping folder. I assume either way is acceptable.

talhakhan1297 commented 4 years ago

It depends on how you have created the .zip-file, in your case I assume it contains a single folder containing flutter_clock_helper and (name)_clock, but in the instructions they asume that it contains those two folders without a wrapping folder. I assume either way is acceptable.

Thank you for your answer. 👍