insito_flutter 0.1.1
insito_flutter: ^0.1.1 copied to clipboard
In-app micro-surveys for Flutter — NPS, ratings, and multi-question flows with theming, offline queueing, logic branching, and automatic screen tracking.
0.1.1 #
- Raised the minimum SDK to Flutter 3.27 / Dart 3.6 and adopted
Color.withValues, clearing all analyzer deprecation hints. - Expanded the package description and refreshed
flutter_lintsto keep the pub.dev score maxed.
0.1.0 #
- Initial release. Flutter/Dart port of the
@insito/react-nativeSDK. MicroSurvey.init()/identify()/trigger()/evaluate()/submitResponse()/dismissSurvey().InsitoProviderrenders the survey modal;InsitoNavigatorObserverauto-tracks screens.- Four question types (NPS, rating, multiple choice, open text) plus welcome and end screens.
- Offline response queue, 24h identify cache, screen-map batching, per-install trigger counters.
- Theming with
light/dark/minimal/roundedpresets, Brand Kit mapping, and dark-mode auto-detection. - Pub/sub event system with 10 events.