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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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:
Fixed in newest version :)
Sorry, something went wrong.
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: