fireside_flutter 0.4.0
fireside_flutter: ^0.4.0 copied to clipboard
Run a Fireside Interview inside your Flutter app as a full-screen native modal. A thin Dart wrapper over the Fireside Android and iOS SDKs.
0.4.0 #
- Flutter on iOS: the plugin no longer crashes the app at launch when Flutter hands it a nil registrar.
- A throttled
fetchInterviewStatusesnow fails withnetworkIssueinstead ofintegrationError, so you can retry it. - Flutter:
Fireside.initno longer needsWidgetsFlutterBinding.ensureInitialized()in front of it. - The iOS side uses the Fireside iOS SDK 0.4.0.
- The Android side uses the Fireside Android SDK 0.4.0.
0.3.0 #
0.2.0-test #
- A prerelease used to rehearse the release pipeline end to end. Its version ends
in
-test, so it is not a versionflutter pub addwill ever pick — pin it only if someone at Fireside asked you to. - The iOS side uses the Fireside iOS SDK 0.2.0-test.
- The Android side uses the Fireside Android SDK 0.2.0-test.