You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pop/closing the page with the CreditCardWidget, my Crashlytics is able to catch this error.
flutter: Bad state: Cannot add new events after calling close
flutter:
#0 _BroadcastStreamController.add (dart:async/broadcast_stream_controller.dart:243:24) #1 _CreditCardWidgetState._processFloatingEvent (package:flutter_credit_card/src/credit_card_widget.dart:366:24) #2 _rootRunUnary (dart:async/zone.dart:1407:47)
To Reproduce
Steps to reproduce the behavior:
Go to the page with CreditCardWidget
Pop the page with the widget
See error
Expected behavior
close the stream properly on dispose, maybe we need a controller to call for inside dispose?
iOS (I think android too)
flutter_credit_card 4.0.1
flutter 3.16.0
The text was updated successfully, but these errors were encountered:
When pop/closing the page with the CreditCardWidget, my Crashlytics is able to catch this error.
flutter: Bad state: Cannot add new events after calling close
flutter:
#0 _BroadcastStreamController.add (dart:async/broadcast_stream_controller.dart:243:24)
#1 _CreditCardWidgetState._processFloatingEvent (package:flutter_credit_card/src/credit_card_widget.dart:366:24)
#2 _rootRunUnary (dart:async/zone.dart:1407:47)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
close the stream properly on dispose, maybe we need a controller to call for inside dispose?
The text was updated successfully, but these errors were encountered: