open_share_plus
Flutter-Plugin zum Teilen von Inhalten in sozialen Medien. Sie können ihn zum Teilen per E-Mail, Telefon, WhatsApp und System-Teilen verwenden.
Flutter-Plugin zum Teilen von Inhalten in sozialen Medien. Sie können ihn zum Teilen per E-Mail, Telefon, WhatsApp und System-Teilen verwenden.
{"sdk":"flutter"}{"sdk":"flutter"}^1.1.1^2.1.8^6.3.2^4.7.0{"sdk":"flutter"}^6.0.0Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
https://datadirr.com/datadirr.png
Flutter Plugin for sharing contents to social media.You can use it share to Mail, WhatsApp And System Share UI
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.
First, add open_share_plus as a dependency in your pubspec.yaml file.
In your flutter project add the dependency:
dependencies:
...
open_share_plus:
For help getting started with Flutter, view the online documentation.
Please follow this example here.
Open.browser(url: "https://datadirr.com")
Open.phone(phoneNumber: "+919726428397")
Open.mail(toAddress: "datadirr@gmail.com", subject: "datadirr", body: "datadirr dev")
Open.whatsApp(whatsAppNumber: "919876543210", text: "datadirr")
Open.localFile(filePath: localFilePath)