Releases: wiredashio/wiredash-sdk
Releases Β· wiredashio/wiredash-sdk
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
- #278 Add Support for Flutter 3.10
- #274 Raise min Flutter SDK to Flutter 3.0.0 / Dart 2.17
- #268 Add czech locale
cs
π¨πΏ @lukas-h - #275 Add german promoter score localizations π©πͺ @Dev-dfm
- #272 Fix: Prefill email field from
collectMetadata
if available, when screenshot step is skipped - #276 Fix top padding on Android phones with notch @danielmolnar
v1.6.0
0.7.2
v1.5.0
-
New: Promoter Score Surveys π
Ask your users how likely they are to recommend your app to their friends on a scale from 0-10. You can see your stats in the console in the new NPS tab.// Trigger this at significant point in your application to probably show // the Promoter Score survey. // Use [options] to adjust how often the survey is shown. Wiredash.of(context).showPromoterSurvey( options: PsOptions( // minimum time between two surveys frequency: Duration(days: 90), // delay before the first survey is available initialDelay: Duration(days: 7), // minimum number of app starts before the survey will be shown minimumAppStarts: 3, ), // for testing, add force the promoter score survey to appear force: true, );
v1.2.0
- New locales polish
pl
π΅π±, spanishes
πͺπΈπ²π½, portuguesept
π΅πΉπ§π· and turkishtr
πΉπ· by our awesome contributors @orestesgaolin, @jamesblasco, @KyleKun and @AtaTrkgl. Thanks!
Want to contribute your language? Checkout the docs Localization - Contribute to Wiredash - Renamed
Wiredash.of(context).show(feedbackOptions: )
toWiredash.of(context).show(options: )