सामग्री पर जाएं

AI-सहायता प्राप्त इंटीग्रेशन

अपने प्रोजेक्ट में Pushwoosh Flutter प्लगइन को इंटीग्रेट और कॉन्फ़िगर करने के लिए AI कोडिंग सहायकों का उपयोग करें। अपने सहायक को Context7 MCP सर्वर से कनेक्ट करके, यह अप-टू-डेट प्लगइन डॉक्यूमेंटेशन, कोड उदाहरणों, और API रेफरेंस तक पहुँच प्राप्त करता है — ताकि यह सटीक, काम करने वाला इंटीग्रेशन कोड उत्पन्न कर सके।

यह कैसे काम करता है

Anchor link to

Context7 एक MCP सर्वर है जो AI सहायकों को अप-टू-डेट लाइब्रेरी डॉक्यूमेंटेशन प्रदान करता है। जब आपके सहायक के पास Context7 तक पहुँच होती है, तो यह बातचीत के दौरान सीधे नवीनतम Pushwoosh Flutter प्लगइन डॉक्स, कोड स्निपेट्स, और API रेफरेंस प्राप्त कर सकता है — बजाय संभावित रूप से पुराने प्रशिक्षण डेटा पर निर्भर रहने के।

Context7 पर Pushwoosh Flutter प्लगइन लाइब्रेरी ID: /pushwoosh/pushwoosh-flutter

Context7 सेटअप करना

Anchor link to

अपने AI सहायक के MCP कॉन्फ़िगरेशन में Context7 जोड़ें:

निम्नलिखित कमांड चलाएँ:

Terminal window
claude mcp add context7 -- npx -y @anthropic-ai/context7-mcp@latest

उदाहरण प्रॉम्प्ट्स

Anchor link to

एक बार Context7 कॉन्फ़िगर हो जाने के बाद, आप प्लगइन को इंटीग्रेट करने के लिए प्राकृतिक भाषा के प्रॉम्प्ट्स का उपयोग कर सकते हैं। नीचे सामान्य कार्यों के लिए उपयोग के लिए तैयार प्रॉम्प्ट्स दिए गए हैं।

बेसिक प्लगइन इंटीग्रेशन

Anchor link to
Integrate Pushwoosh Flutter plugin into my Flutter project.
Requirements:
- Install pushwoosh_flutter via pub
- Initialize Pushwoosh with my App ID in main()
- Register for push notifications and handle onPushReceived and onPushAccepted streams
Use Context7 MCP to fetch Pushwoosh Flutter plugin documentation.

टैग्स और यूज़र सेगमेंटेशन

Anchor link to
Show me how to use Pushwoosh tags in a Flutter app for user segmentation.
I need to set tags, get tags, and set user ID for cross-device tracking.
Use Context7 MCP to fetch Pushwoosh Flutter plugin documentation for setTags and getTags.

मैसेज इनबॉक्स इंटीग्रेशन

Anchor link to
Integrate Pushwoosh Message Inbox into my Flutter app. Show me how to:
- Display the inbox UI with custom styling using PWInboxStyle
- Load messages programmatically
- Track unread message count
Use Context7 MCP to fetch Pushwoosh Flutter plugin documentation for presentInboxUI.

AI सहायक को क्या मिलता है

Anchor link to

जब आपका सहायक Pushwoosh Flutter प्लगइन के लिए Context7 से क्वेरी करता है, तो उसे प्राप्त होता है:

  • इंस्टॉलेशन निर्देश — pubspec.yaml सेटअप और प्लेटफ़ॉर्म-विशिष्ट कॉन्फ़िगरेशन
  • API रेफरेंस — पब्लिक क्लासेस, मेथड्स, और स्ट्रीम परिभाषाएँ
  • कोड उदाहरण — सामान्य उपयोग के मामलों के लिए डार्ट स्निपेट्स
  • प्लगइन डॉक्यूमेंटेशन — कोर प्लगइन, इनबॉक्स, और जियोजोन्स के लिए गाइड
  • कॉन्फ़िगरेशन विवरण — इनिशियलाइज़ेशन पैरामीटर्स, iOS और Android सेटअप चरण