You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have the flutter and dart required versions on the versions tab.
Extracting versions from build.gradle is non-trivial (because it is executable code), but we might be able to approximate it with a regex or similar. Same thing for ios (we'd probably need to look in the cocoapods/swiftpm file not the project.pbxproj).
Description
Add a Requirement Panel to the package page that displays:
flutter
version entry inpubspec.yaml
)dart
version entry inpubspec.yaml
)minSdkVersion
inandroid/app/build.gradle
)IPHONEOS_DEPLOYMENT_TARGET
inios/Runner.xcodeproj/project.pbxproj
)This information should be automatically extracted from the configuration files, without requiring additional configuration from package maintainers.
Benefits
Example Display
The text was updated successfully, but these errors were encountered: