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
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.1, on macOS 14.2.1 23C71 darwin-arm64, locale
en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.85.2)
[✓] Connected device (3 available)
! Error: Browsing on the local area network for M’s iPhone. Ensure the
device is unlocked and attached with a cable or associated with the same
local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code
-27)
[✓] Network resources
What platforms are you seeing the problem on?
iOS
What happened?
When we try to run the app, it gives error
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/persistent_bottom_nav_bar_v2-4.2.8/lib/neumorphic-package-by-serge-software/neumorphic-card.dart:57:57: Error: The getter 'backgroundColor' isn't defined for the class 'ThemeData'.
This got fixed some while ago. Please upgrade your dependencies by running dart pub upgrade or pin the version of this package by replacing persistent_bottom_nav_bar_v2: ^5.x.x with persistent_bottom_nav_bar_v2: 5.2.3 in your pubspec.yaml (note the missing caret).
Version
5.2.3
Flutter Doctor Output
What platforms are you seeing the problem on?
iOS
What happened?
When we try to run the app, it gives error
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/persistent_bottom_nav_bar_v2-4.2.8/lib/neumorphic-package-by-serge-software/neumorphic-card.dart:57:57: Error: The getter 'backgroundColor' isn't defined for the class 'ThemeData'.
Error launching application on iPhone.
Steps to reproduce
Just run the app
Code to reproduce the problem
Relevant log output
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: