FLUTTER ECOSYSTEM

receive_sharing_intent

A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps.

receive_sharing_intent cover
Latest version
1.8.1
30-day downloads
65.8K
Likes
798
Pub points
140

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A Flutter plugin that allows apps to receive shared content such as text, URLs, and images from other applications. It enables seamless integration with the device's sharing system on both Android and iOS, making it easy to handle intents triggered by external app actions like sharing a link or photo. The plugin is lightweight and straightforward to implement, supporting common sharing scenarios without requiring complex setup. It works reliably across platforms and is ideal for apps that need to process shared data in real time.

Use cases
  • Handling shared links from browsers
  • Receiving images from photo apps
  • Processing text shares from messaging apps
  • Enabling file import via sharing
  • Supporting social media content sharing
Key features
  • Cross-platform support (Android & iOS)
  • Simple API for receiving shared data
  • Supports text, URLs, and images
  • Real-time intent handling
  • Minimal configuration required
Suitable for
  • Social media apps
  • Content aggregation tools
  • File import features
  • Productivity apps
  • Apps with user-generated content
Considerations
  • Requires proper platform permissions
  • May need background execution handling
  • Limited to sharing intents from other apps
  • Not suitable for sending shared content
  • Depends on external app triggers
Supported platformsAndroidiOS

Install package

flutter pub add receive_sharing_intent

Categories

Source repository

Related projects