feeddo_flutter 0.1.0
feeddo_flutter: ^0.1.0 copied to clipboard
Feeddo Flutter SDK - AI-powered customer support and feedback widget for Flutter apps
Changelog #
All notable changes to this project will be documented in this file.
0.0.5 - 2026-01-17 #
Added #
- Complete UI overhaul for chat and support screens.
- Added support for dark/light themes and custom coloring.
- Integrated WebSocket support for real-time chat.
- Added community board for Feature Requests and Bug Reports.
- Added push notification support (FCM).
- Improved API client and error handling.
0.0.1 - 2024-11-18 #
Added #
- Initial release of Feeddo Flutter SDK
FeeddoClientclass for interacting with Feeddo APIEndUsermodel for managing end user dataupsertEndUser()method for creating/updating usersinitializeUser()convenience method for user session initializationupdateUser()method for updating existing users- Automatic device information collection:
- Platform detection (iOS, Android, Web, Desktop)
- Device model information
- OS version
- App version from package info
- Locale and country code detection
DeviceInfoHelperutility for cross-platform device infoApiServicefor HTTP communication with Feeddo backendFeeddoApiExceptionfor error handling- User ID caching for seamless experience
- Custom attributes support for user segmentation
- Comprehensive example app demonstrating all features
- Full documentation and API reference
Dependencies #
- http: ^1.2.0
- device_info_plus: ^10.1.0
- package_info_plus: ^8.0.0
Platform Support #
- ✅ iOS
- ✅ Android
- ✅ Web
- ✅ macOS
- ✅ Windows
- ✅ Linux