-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Can anyone help me with this bug on flutter web🐛 #206
Comments
2:18:31 AM: Build ready to start
|
I am experiencing the same error (first message) when building an app for Linux. Notably it doesn't appear when building for Android. |
I can't reproduce, please indicate which Flutter version do you use ? |
Flutter master
Feb 28, 2022 02:25:17 Kevin Vuilleumier ***@***.***>:
… I can't reproduce, please indicate which Flutter version do you use ?
—
Reply to this email directly, view it on GitHub[#206 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ADUJCOWOUTI6HRO3SAGJAF3U5MPNXANCNFSM5PPO4X4Q].
Triage notifications on the go with GitHub Mobile for iOS[https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675] or Android[https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub].
You are receiving this because you commented. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAB9JREFUaIHtwQEBAAAAgiD/r25IQAEAAAAAAAAAAC8GJDAAAY7rwGcAAAAASUVORK5CYII=###24x24:true###][Tracking image][https://github.com/notifications/beacon/ADUJCOSDC2QPNMNBPWKPRM3U5MPNXA5CNFSM5PPO4X42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOH3JDJ3Y.gif]
|
I am on flutter beta, although even on a stable version having this issue
IDK!
Removed all the fluent UI code I used in my project as this was causing so
many issues! won't be using this FLUENT UI until it's MATURE enough..also
one huge problem I faced was I couldn't mostly use it with GetX material
app...
Hope to see improvements and fixes
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&>
02/28/22,
01:44:52 PM
…On Mon, Feb 28, 2022 at 12:48 PM Blake Leonard ***@***.***> wrote:
Flutter master
Feb 28, 2022 02:25:17 Kevin Vuilleumier ***@***.***>:
> I can't reproduce, please indicate which Flutter version do you use ?
>
> —
> Reply to this email directly, view it on GitHub[
#206 (comment)],
or unsubscribe[
https://github.com/notifications/unsubscribe-auth/ADUJCOWOUTI6HRO3SAGJAF3U5MPNXANCNFSM5PPO4X4Q
].
> Triage notifications on the go with GitHub Mobile for iOS[
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675]
or Android[
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
].
> You are receiving this because you commented.
[data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAB9JREFUaIHtwQEBAAAAgiD/r25IQAEAAAAAAAAAAC8GJDAAAY7rwGcAAAAASUVORK5CYII=###24x24:true###][Tracking
image][
https://github.com/notifications/beacon/ADUJCOSDC2QPNMNBPWKPRM3U5MPNXA5CNFSM5PPO4X42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOH3JDJ3Y.gif
]
>
—
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSCP4JBDLSWEZOVH5KTU5MSFTANCNFSM5PPO4X4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@fisforfaheem Can you post here the output of I don't think there is an issue with the stable branch because the project is building on the actions https://github.com/bdlukaa/fluent_ui/runs/5337693274?check_suite_focus=true . Can you please retry with the stable version? It is mentioned on #installation that projects should be using the stable version of flutter (currently 2.10.1) Also, next time, could you fill the bug template correctly? It's really hard to track issues this way |
Really sorry, I had to remove whole Fluent Ui code from the app, as my employer wanted the web app to run immediately, I would have given all the details on this project issues, but failed to due to employer request for immediate change. |
2:20:54 AM: ../../buildhome/.pub-cache/hosted/pub.dartlang.org/fluent_ui-3.9.1/lib/src/controls/form/selection_controls.dart:26:29:
2:20:54 AM: Error: The parameter 'clipboardStatus' of the method '_FluentTextSelectionControls.buildToolbar' has type 'ClipboardStatusNotifier', which does not match the corresponding type, 'ValueListenable?', in the overridden method, 'TextSelectionControls.buildToolbar'.
2:20:54 AM: - 'ClipboardStatusNotifier' is from 'package:flutter/src/widgets/text_selection.dart' ('flutter/packages/flutter/lib/src/widgets/text_selection.dart').
2:20:54 AM: - 'ValueListenable' is from 'package:flutter/src/foundation/change_notifier.dart' ('flutter/packages/flutter/lib/src/foundation/change_notifier.dart').
2:20:54 AM: - 'ClipboardStatus' is from 'package:flutter/src/widgets/text_selection.dart' ('flutter/packages/flutter/lib/src/widgets/text_selection.dart').
2:20:54 AM: ClipboardStatusNotifier clipboardStatus,
2:20:54 AM: ^
2:20:54 AM: flutter/packages/flutter/lib/src/widgets/text_selection.dart:138:10:
2:20:54 AM: Info: This is the overridden method ('buildToolbar').
2:20:54 AM: Widget buildToolbar(
The text was updated successfully, but these errors were encountered: