FLUTTER ECOSYSTEM

flutter_sharing_intent

A flutter plugin that allow flutter apps to receive photos, videos, text, urls or any other file types from another app.

Latest version
2.0.4
30-day downloads
7.6K
Likes
109
Pub points
150

Package Overview

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

Overview

Flutter Sharing Intent is a plugin that enables Flutter applications to receive shared content such as photos, videos, text, URLs, and other file types from external apps on both Android and iOS. It allows seamless integration with the device's sharing system, letting users quickly transfer data between apps. The plugin works by intercepting intents sent from other applications, making it ideal for features like importing media or pasting shared links directly into the app. It supports cross-platform functionality with straightforward setup via pub.dev.

Use cases
  • Receiving shared images and videos
  • Importing URLs from browsers
  • Handling text copied from other apps
  • Enabling file sharing between apps
  • Supporting social media content import
Key features
  • Cross-platform support (Android & iOS)
  • Handles multiple file types
  • Simple integration with pub.dev
  • Intercepts sharing intents
  • Works with native sharing systems
Suitable for
  • Apps needing file sharing capabilities
  • Social media or content aggregation apps
  • Photo and video import tools
  • Productivity apps with clipboard integration
  • Apps supporting user-generated content
Considerations
  • Requires platform-specific configuration
  • Limited to sharing intents only
  • May need additional permissions on some devices
  • Not suitable for sending shared content
  • Dependent on external app behavior
Supported platformsAndroidiOS

Install package

flutter pub add flutter_sharing_intent

Categories

Related projects