New
v2.4.0
- Support for Flutter 3.29
- New:
Wiredash.of(context).show()now returns aFeedbackResultwith abool hasSubmittedFeedback#379 - Fix:
trackEventnow completes when the event is saved to disk, and does not wait for the network batch request #378 - Fix:
trackEventnow never crashes (and will never interrupt business logic) #378 - Remove: Wiredash is now unable to be inspected with a
WidgetInspectordue to breaking API changes. Nobody outside the Wiredash dev team was using it, so we decided to remove it instead of raising the minimum Flutter version to 3.29.0 #373