We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Null check operator used on a null value
#0 PublicRoomBottomSheet.build. (package:fluffychat/widgets/public_room_bottom_sheet.dart:151) #1 _FutureBuilderState.build (package:flutter/src/widgets/async.dart:609) #2 StatefulElement.build (package:flutter/src/widgets/framework.dart:5583) #3 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5471) #4 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:5634) #5 Element.rebuild (package:flutter/src/widgets/framework.dart:5187) #6 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:5453) #7 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:5625) #8 ComponentElement.mount (package:flutter/src/widgets/framework.dart:5447) #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:4326)
The text was updated successfully, but these errors were encountered:
Already fixed in newest version 💪
Sorry, something went wrong.
Sorry, but it does not seem to be fixed, at least not in the latest release (v1.17.2) for Linux, please see #813 (comment).
No branches or pull requests
Exception
Null check operator used on a null value
StackTrace
#0 PublicRoomBottomSheet.build. (package:fluffychat/widgets/public_room_bottom_sheet.dart:151)
#1 _FutureBuilderState.build (package:flutter/src/widgets/async.dart:609)
#2 StatefulElement.build (package:flutter/src/widgets/framework.dart:5583)
#3 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5471)
#4 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:5634)
#5 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)
#6 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:5453)
#7 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:5625)
#8 ComponentElement.mount (package:flutter/src/widgets/framework.dart:5447)
#9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:4326)
The text was updated successfully, but these errors were encountered: