Description
Description
When trying out Stac I was unable to build application since I added it to my dependencies.
The error message is:
Launching lib/main_development.dart on iPhone 16 in debug mode...
Running pod install...
Running Xcode build...
Xcode build done. 75,0s
Failed to build iOS app
Error (Xcode): ../../../.pub-cache/hosted/pub.dev/stac-0.11.0/lib/src/parsers/stac_sliver_app_bar/stac_sliver_app_bar_parser.dart:57:7: Error: No named parameter with the name 'actionsPadding'.
Could not build the application for the simulator.
Error launching application on iPhone 16.
Steps To Reproduce
- Build app on flutter 3.27.4
- Add via
flutter pub add stac
or add stac 0.11.0 to dependencies - Try running the app on iOS simulator
Expected Behavior
App launches.
Additional Context
❯ fvm flutter doctor --verbose
[✓] Flutter (Channel stable, 3.27.4, on macOS 15.3.2 24D81 darwin-arm64, locale pl-PL)
• Flutter version 3.27.4 on channel stable at /Users/jadr/fvm/versions/3.27.4
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision d8a9f9a52e (5 months ago), 2025-01-31 16:07:18 -0500
• Engine revision 82bd5b7209
• Dart version 3.6.2
• DevTools version 2.40.3
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.1)
• Android SDK at /Users/jadr/Library/Android/sdk
• Platform android-35, build-tools 35.0.1
• ANDROID_HOME = /Users/jadr/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)
[✓] VS Code (version 1.101.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.112.0
[✓] Connected device (4 available)
• iPhone 16 (mobile) • BF81ABEA-A00F-4504-9230-86B78767B63D • ios • com.apple.CoreSimulator.SimRuntime.iOS-18-2 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 15.3.2 24D81 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.3.2 24D81 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 137.0.7151.122
[✓] Network resources
• All expected network resources are available.
• No issues found!