pub icon indicating copy to clipboard operation
pub copied to clipboard

Warn against publishing *.dart files with upper-case filenames

Open jonasfj opened this issue 4 years ago • 1 comments

If the path to any *.dart file under lib/ or bin/ contains upper-case letters, that includes their parent folders. Then we should warn against this when publishing.

It'll create a mess for people using the package, as import "Folder/File.dart" works great on Windows and Mac, but on Linux we have a case sensitive file-system.

jonasfj avatar Mar 02 '22 11:03 jonasfj

See also https://github.com/dart-lang/sdk/issues/58663

jonasfj avatar Mar 02 '22 11:03 jonasfj