open_share_plus
सोशल मीडिया पर सामग्री साझा करने के लिए फ्लटर प्लगइन। आप इसका उपयोग ईमेल, फ़ोन, व्हाट्सएप और सिस्टम शेयर यूआई में साझा करने के लिए कर सकते हैं।
सोशल मीडिया पर सामग्री साझा करने के लिए फ्लटर प्लगइन। आप इसका उपयोग ईमेल, फ़ोन, व्हाट्सएप और सिस्टम शेयर यूआई में साझा करने के लिए कर सकते हैं।
{"sdk":"flutter"}{"sdk":"flutter"}^1.1.1^2.1.8^6.3.2^4.7.0{"sdk":"flutter"}^6.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री 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)