#Color Issue

1 messages Β· Page 1 of 1 (latest)

weak lion
#

We have defined a Custom Color for our app which is the primary color of our app (Color.fromRGBO(39, 74, 157, 2.0);). But after creating the .ipa file. The Color changed to entirely a different shade of blue. The flutter version which I use for

Doctor summary (to see all details, run flutter doctor -v):
[βœ“] Flutter (Channel stable, 3.24.4, on macOS 15.2 24C101 darwin-arm64, locale en-US)
[βœ“] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[βœ“] Xcode - develop for iOS and macOS (Xcode 16.2)
[βœ“] Chrome - develop for the web
[βœ“] Android Studio (version 2024.1)
[βœ“] IntelliJ IDEA Community Edition (version 2024.3.2.1)
[βœ“] VS Code (version 1.96.2)
[βœ“] Connected device (4 available)
[βœ“] Network resources.

&&

shorebird doctor
Shorebird 1.6.17 β€’ [email protected]:shorebirdtech/shorebird.git
Flutter 3.29.0 β€’ revision 4099421bb727e0b8dff1390c9fe12bea90216483
Engine β€’ revision 0f660eb0c7c668e30d5ec3a854e009fb0e295bc6

URL Reachability
βœ“ https://api.shorebird.dev OK (0.6s)
βœ“ https://console.shorebird.dev OK (0.9s)
βœ“ https://oauth2.googleapis.com OK (0.3s)
βœ“ https://storage.googleapis.com OK (0.2s)
βœ“ https://cdn.shorebird.cloud OK (0.7s)

βœ“ Shorebird is up-to-date (1.6s)
βœ“ AndroidManifest.xml files contain INTERNET permission (31ms)
βœ“ macOS app has correct entitlements (3ms)
βœ“ shorebird.yaml found in pubspec.yaml assets (10ms)
βœ“ Lock files are tracked in source control (85ms)

viscid token
#

Looks like it’s because your system Flutter is 3.24.4 and by default when you build a release with shorebird we use the latest stable Flutter (which included a bunch of changes to support wide color gamut).

#

You can specify which flutter version to use when releasing by passing --flutter-version=3.24.4