skip to Main Content

Facing the issue in pubspec.yaml – Shopify

When i integrate the library new_version: ^0.2.0 in the project after pub get i get this error - Because new_version >=0.0.7 depends on package_info_plus ^1.0.0 which depends on package_info_plus_platform_interface ^1.0.0, new_version >=0.0.7 requires package_info_plus_platform_interface ^1.0.0. And because package_info_plus_platform_interface >=1.0.0-nullsafety.1 depends…

VIEW QUESTION

Xcode – Can't build flutter ios with Firebase analytics running flutter build ios on codemagic.io cloud CI/CD

I have added GoogleService-Info.plist to iosRunner using XCode. I created this Podfile platform :ios, '10.0' target 'Runner' do #use_frameworks! pod 'Firebase/Core' pod 'Firebase/Analytics' end pubspec.yaml has firebase_core: ^1.0.2 firebase_analytics: ^7.1.1 Still get this error building on https://codemagic.io/ Xcode's output: /Users/builder/clone/ios/Runner/GeneratedPluginRegistrant.m:10:9:…

VIEW QUESTION
Back To Top
Search