Support scanning Flutter iOS packages #9112
Labels
analyzer
About the analyzer tool
help wanted
An issue where third-party help is wanted on
new feature
Issues that are considered to be new features
What is the feature you want to request?
When scanning Flutter projects, there are all these warnings:
Describe the solution you would like
Implement the missing functionality of
Pub.analyzeIosPackages()
similar toPub.scanAndroidPackages()
Alternatives you have considered
I have tried to scan the project with
CocoaPods
, but it does not support local Podfiles (#5175) so the results are incorrect.Using VCS URL and revisions is nearly impossible as Podspec versions are ambiguous: tekartik/sqflite@775f070 shows how version
Pod::sqflite:0.0.3
matchesPub::sqflite
versionsv2.3.3+1
,v2.3.3
,v2.3.2
,v2.3.2-2
,v2.3.2-1
,v2.3.1
, andv2.3.0
Additional context
ort/plugins/package-managers/pub/src/main/kotlin/Pub.kt
Line 473 in a45bd86
#8343
The text was updated successfully, but these errors were encountered: