pionne_flutter library
Pionne SDK for Flutter.
Public surface : Pionne, PionneOptions, PionneEvent, Level.
Classes
- Pionne
- Pionne SDK entrypoint. Stateless namespace — call Pionne.init once at app boot, then use Pionne.captureException / Pionne.captureMessage from anywhere.
- PionneOptions
- SDK options. Pass to Pionne.init.
Enums
- Level
- Severity of an event. Mirrors the API enum.
- MechanismType
- How the event was captured. Used by the dashboard to group manual reports vs auto-captured crashes.
Extensions
Typedefs
-
PionneEvent
= Map<
String, dynamic> -
Convenience type alias — events are just JSON-serialisable maps so the
payload stays exactly compatible with the other Pionne SDKs (RN, web,
node). Manipulate them as plain
Map<String, dynamic>.