-
Notifications
You must be signed in to change notification settings - Fork 837
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
Open URLs to launch browser - support across desktop and mobile? #2342
Comments
Are there any blockers that prevent migrating to a newer version?
We do use the |
Still get the same issue. Updated to version 9.3.11 (I'm constrained by Flutter version at the moment - 3.19.5 ) url_launcher is v6.3.1 which I think is the latest |
Can you share a video showing the issue on Android or iOS? Did you encounter this issue on the web?
The What is the blocker when using Flutter Quill |
There is no issue on the web (as mentioned in the original post) - it just fails for iOS or Android mobile.
If I use Flutter Quill 10.8.5 with Flutter 3.19.5 then flutter pub get fails as below:
If I try updating my intl package to 0.19.0 then I see:
iPad Recording Simulator.Screen.Recording.-.iPad.Air.5th.generation.-.2024-10-31.at.15.40.26.mp4Web Recording Screen.Recording.2024-10-31.at.15.43.41.movAny ideas? |
It's solvable. We need to lower the version constraints in As for the I will fix this issue soon. |
You should be able to use the latest version now, though the issue was only fixed in the pre-release (see #2338). It will become stable once we do more tests. |
thanks for the update but could do with some help to test the pre-release I deleted my pubspec.lock In my pubspec.yaml I have:
But running flutter pub get seems to indicate the flutter-quill.git still depends on intl 0.19.0? as I get the following output:
|
I was unable to use a version other than Use the latest version from the # TODO: Remove once https://github.com/singerdmx/flutter-quill/pull/2338 is published
dependency_overrides:
flutter_quill:
git:
url: https://github.com/singerdmx/flutter-quill.git
ref: release/v11
flutter_quill_extensions:
git:
url: https://github.com/singerdmx/flutter-quill.git
ref: release/v11
path: flutter_quill_extensions Refer to the migration guide to migrate from
dependency_overrides:
intl: ^0.19.0 Ensure that the dependencies After following all those steps, if you're still facing this issue, share the |
@EchoEllet - thanks for the feedback. FYI: |
Is there an existing issue for this?
The question
I'm testing how URLs launch on different platforms at the moment and finding that clicking on URLs in the editor launches a URL (in another tab) if I run on Chrome but I get no response when I click on the URL for iOS or Android. Am I missing something obvious?
(I'm running v8.6.4 btw)
The text was updated successfully, but these errors were encountered: