join_stories_flutter 0.1.0
join_stories_flutter: ^0.1.0 copied to clipboard
JOIN Stories Flutter SDK - Monolithic plugin for JOIN Stories
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 2024-12-XX #
Added #
- Full Flutter 3.0+ compatibility - Support for Flutter 3.0.0+ and Dart 2.17.0+
- Native SDK integration - Android SDK 3.6.0 and iOS SDK 3.6.0
- Comprehensive testing - Automated compatibility test script
- Enhanced documentation - COMPATIBILITY.md and COMPATIBILITY_SUMMARY.md
- BubbleTriggerView support - Android native UI component integration
- Error handling - Robust error handling with detailed error messages
Changed #
- Version bump - Updated to version 0.1.0 for stable release
- SDK versions - Updated to use JOIN Stories SDK 3.6.0
- Compatibility - Tested with Flutter 3.13.6 and Dart 3.1.3
Fixed #
- Android build issues - Resolved namespace and NDK version conflicts
- iOS pod integration - Fixed CocoaPods dependency resolution
- Gradle compatibility - Updated Gradle version for Java 17 compatibility
0.0.1 2024-01-XX #
Added #
- Initial release of JOIN Stories Flutter SDK
- Monolithic architecture for easy deployment
- Support for Android and iOS platforms
- Initialize SDK with team ID and optional API key
- Start and dismiss story players
- Complete example application
Changed #
- Migrated from federated plugin architecture to monolithic structure
- Renamed package from
join_flutter_sdktojoin_stories_flutter - Consolidated all platform-specific code into single package
Removed #
- Federated plugin dependencies
- Separate platform packages (
join_flutter_sdk_android,join_flutter_sdk_ios,join_sdk_platform_interface) - Melos workspace configuration