- FEAT(share_plus): packageName, allow user to share files to specific packages name
- FEAT(share_plus): extras, allow user to share files with specific packages name add their extras
Note: This release has breaking changes.
Note: This release has breaking changes.
- FIX(all): changed homepage url in pubspec.yaml (#3099). (66613656)
- BREAKING FEAT(share_plus): Introduce optional parameter
nameOverridetoshareXFiles. (#3077). (f483bce7)
Note: This release has breaking changes.
- FIX(share_plus): add sharePositionOrigin parameter to shareUri (#2517). (f896d94e)
- FEAT(share_plus): Use XFile.name whenever possible, shorten UUID filenames, and improve I/O throughput (#2713). (734321b8)
- chore(deps): bump uuid from 3.0.7 to 4.0.0
- FEAT(share_plus): Allow user to share URI with preview image on the iOS native share sheet (#1779). (c83b667e)
- FIX(all): Fix depreciations for flutter 3.7 and 2.19 dart (#1529).
- FIX: export XFile (#1286).
- FEAT: share XFile created using File.fromData() (#1284).
- FIX: Increase min Flutter version to fix dartPluginClass registration (#1275).
- Add missing dart:ui import
- Add
shareXFilesimplementations - Deprecate
shareFiles*implementations - Enable
shareXFilesimplementations on Web
- Update dependencies
- Gracefully fall back from
shareWithResultto regularsharemethods on unsupported platforms
- Set min Flutter to 1.20.0 to match Share plugins on all platforms
- Add *WithResult methods to get feedback on user action
- Improve documentation
- Migrated to null safety
- Rename method channel to avoid conflicts
- Transfer to plus-plugins monorepo
- Initial release