-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Flutter is working to adopt Swift Package Manager, and has run into an issue where directories with only a .gitkeep are not downloaded to pub-cache.
For example, plugin video_player_avfoundation (version 2.6.0) has video_player_avfoundation-2.6.0/darwin/video_player_avfoundation/Sources/video_player_avfoundation_ios/include/.gitkeep. However, in .pub-cache, both the include directory and the .gitkeep file are not found. This is a problem for Swift Package Manager as it requires an include directory.
I would expect /path/to/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.6.0/darwin/video_player_avfoundation/Sources/video_player_avfoundation_ios/include/.gitkeep to exist
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug