setgreet 1.1.1
setgreet: ^1.1.1 copied to clipboard
Official Flutter SDK for Setgreet - Mobile app user onboarding and engagement platform
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2026-06-19 #
Added #
syncTheme()method to push your app's brand colors and fonts to Setgreet so flows match your app- New flow components, available automatically via the updated native SDKs: Switch, Segmented Control, Chip, Stepper, and Quiz
- Button icons, native entrance animations (fade, slide-up, scale), and accessibility label support
Changed #
- Upgraded native iOS SDK dependency to 1.1.0
- Upgraded native Android SDK dependency to 1.1.0
1.0.0 - 2026-02-28 #
Breaking Changes #
- Minimum iOS version raised from 11.0 to 15.0
- Minimum Android SDK version raised from 21 to 23
Added #
anonymousIdstatic getter for accessing the device's anonymous identifier- New dismiss reasons:
swipeDown,completed,remindLater
Changed #
- Upgraded native iOS SDK dependency from 0.5.0 to 1.0.0
- Upgraded native Android SDK dependency from 0.6.0 to 1.0.0
0.2.0 - 2025-10-01 #
0.1.0 - 2025-08-27 #
Added #
- Initial release of Setgreet Flutter SDK
- Core functionality:
- SDK initialization with app key and configuration
- User identification with custom attributes
- Event tracking with properties
- Screen tracking with properties
- Flow display functionality
- User session reset
- Cross-platform support for Android and iOS
- Comprehensive error handling with custom exceptions
- Debug mode support for development
- Example Flutter app demonstrating all features
- Complete documentation and API reference
Technical Details #
- Built with Flutter 3.0+ and Dart 3.0+
- Android implementation using Kotlin and MethodChannel
- iOS implementation using Swift and FlutterMethodChannel
- Platform-specific native SDK integrations
- Proper error propagation and exception handling