Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with fluent_ui package #1760

Open
IvanMao714 opened this issue Jul 24, 2024 · 2 comments
Open

Incompatibility with fluent_ui package #1760

IvanMao714 opened this issue Jul 24, 2024 · 2 comments
Assignees
Labels
O-Community SDK-Use:Local T-Bug Waiting-For-Reporter Waiting for more information from the reporter before we can proceed

Comments

@IvanMao714
Copy link

What happened?

There is an incompatibility issue between the realm package and the fluent_ui package when used together in the same project.
屏幕截图 2024-07-24 165542

Repro steps

  1. Create a new Flutter project.
  2. Add realm version 3.3.0 or higher to pubspec.yaml.
  3. Add fluent_ui version 4.4.0 to pubspec.yaml.
  4. Run flutter pub get.

Version

'>=3.3.3 <4.0.0'

What Atlas Services are you using?

Local Database only

What type of application is this?

Flutter Application

Client OS and version

win11

Code snippets

No response

Stacktrace of the exception/crash you're getting

No response

Relevant log output

No response

Copy link

sync-by-unito bot commented Jul 24, 2024

➤ PM Bot commented:

Jira ticket: RDART-1079

@nielsenko nielsenko self-assigned this Jul 31, 2024
@nielsenko
Copy link
Contributor

Hi @IvanMao714

Using Flultter 3.22.3 (latest stable per today), realm 3.3.0, and fluent_ui 4.9.0 resolves fine for me.

Trying to force flutter_ui 4.4.0 will yield the error:

Because fluent_ui >=3.10.0 <4.6.0 depends on flutter_localizations from sdk which depends on intl 0.19.0, fluent_ui >=3.10.0 <4.6.0 requires intl 0.19.0.
So, because fluent_io_plus_realm depends on fluent_ui 4.4.0 which depends on intl ^0.17.0, version solving failed.

No realm needed. Trying to use just fluent_ui pinned to 4.4.0 with latest stable flutter (3.22.2) gives the same error.

@sync-by-unito sync-by-unito bot added the Waiting-For-Reporter Waiting for more information from the reporter before we can proceed label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-Community SDK-Use:Local T-Bug Waiting-For-Reporter Waiting for more information from the reporter before we can proceed
Projects
None yet
Development

No branches or pull requests

2 participants