Skip to content

Latest commit

 

History

History
106 lines (57 loc) · 3.95 KB

File metadata and controls

106 lines (57 loc) · 3.95 KB

6.2.0

  • 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

6.1.0

  • FEAT(share_plus): Added excludedCupertinoActivities share parameter (#3376). (f9fdadb4)

6.0.0

Note: This release has breaking changes.

  • BREAKING FEAT(share_plus): SharePlus refactor (#3404). (0a19d460)

5.0.2

  • REFACTOR(all): Use range of flutter_lints for broader compatibility (#3371). (8a303add)

5.0.1

  • FIX(share_plus): mime compatible with v2 (v1 still supported) (#3309). (401db75e)

5.0.0

Note: This release has breaking changes.

  • FIX(all): changed homepage url in pubspec.yaml (#3099). (66613656)
  • BREAKING FEAT(share_plus): Introduce optional parameter nameOverride to shareXFiles. (#3077). (f483bce7)

4.0.0

Note: This release has breaking changes.

  • BREAKING REFACTOR(share_plus): Share API cleanup (#2832). (fd0511ca)

3.4.0

  • 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)

3.3.1

  • chore(deps): bump uuid from 3.0.7 to 4.0.0

3.3.0

  • FEAT(share_plus): Allow user to share URI with preview image on the iOS native share sheet (#1779). (c83b667e)

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 regular share 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