flutter-tutorials icon indicating copy to clipboard operation
flutter-tutorials copied to clipboard

Prepare tutorials for other platforms (e.g. windows)

Open PavelPZ opened this issue 5 years ago • 0 comments

Clonning flutter-tutorialsrepository and opening some of clonned tutorial in VS Code, I need to run flutter create . command (with DOT in the end) to enable all available platform, e.g. windows.

What is wrong:

  • tutorial directory is not valid package name (starts with number and contains hyphen)
  • package name in pubspec.yaml is not equal to direcotry name

PavelPZ avatar Oct 31 '20 10:10 PavelPZ