Releases: RahnRazamai/social_share
Releases · RahnRazamai/social_share
2.3.1+1
Release Notes - Social Share Plugin Update
Version: 2.4.0
Date: March 6, 2025
Summary
This release removes deprecated references and improves compatibility with the latest Flutter and Android versions. Key sharing functionalities have been refactored for better performance and maintainability.
Changes & Improvements
- Removed Deprecated
Registrar
Reference: Ensures compatibility with Flutter embedding v2. - Refactored Core Sharing Methods:
- Simplified WhatsApp and Twitter sharing implementations.
- Improved error handling for missing applications.
- Optimized Installed Apps Check:
- Now efficiently verifies installed apps like WhatsApp and Twitter.
- Improved Stability:
- Used
activity?.startActivity(intent)
to prevent potential crashes.
- Used
Impact
- Developers must migrate to this version if they are using Flutter v2 embedding.
- Improved performance and stability when sharing content on social media.
- Future-proofed codebase by eliminating deprecated elements.
For any issues or contributions, please refer to the project repository.