share_plus_platform_interface 5.0.1 share_plus_platform_interface: ^5.0.1 copied to clipboard
A common platform interface for the share_plus plugin.
5.0.0 #
4.0.0 #
3.4.0 #
3.3.1 #
- chore(deps): bump uuid from 3.0.7 to 4.0.0
3.3.0 #
3.2.1 #
- FIX(all): Fix depreciations for flutter 3.7 and 2.19 dart (#1529).
3.2.0 #
- FIX: export XFile (#1286).
- FEAT: share XFile created using File.fromData() (#1284).
3.1.2 #
- FIX: Increase min Flutter version to fix dartPluginClass registration (#1275).
3.1.1 #
- Add missing dart:ui import
3.1.0 #
- Add
shareXFiles
implementations - Deprecate
shareFiles*
implementations - Enable
shareXFiles
implementations on Web
3.0.3 #
- Update dependencies
3.0.2 #
- Gracefully fall back from
shareWithResult
to regularshare
methods on unsupported platforms
3.0.1 #
- Set min Flutter to 1.20.0 to match Share plugins on all platforms
3.0.0 #
- Add *WithResult methods to get feedback on user action
2.0.1 #
- Improve documentation
2.0.0 #
- Migrated to null safety
1.2.0 #
- Rename method channel to avoid conflicts
1.1.0 #
- Transfer to plus-plugins monorepo
1.0.0 #
- Initial release