Print warning to migrate to new iOS add to app command
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
When running `flutter build ios-framework` or `flutter build macos-framework`, we should warn that this command has been replaced by `flutter build swift-package --platform ios/macos` and we should point to the documentation: https://docs.flutter.dev/add-to-app/ios/project-setup
Contributor guide
Research direction
Start from the `flutter build ios-framework` and `flutter build macos-framework` command entry points and trace where their deprecation or migration messages are assembled. Add a warning directing users to `flutter build swift-package --platform ios/macos` and https://docs.flutter.dev/add-to-app/ios/project-setup; done means both commands clearly point to the replacement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter, ios, macos
- Domain
- cli, mobile-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100