flutter_freshchat
flutter_freshchat copied to clipboard
The unofficial flutter plugin for Freshchat
Unable to send push notifications, Please let me know if this supports it? if yes - any specific process to implement push notifications FCM
In one of my project Iam using flutter_freshchat integration. In that am facing an issue in iOS, when I add flutter_freshchat: ^1.3.0 in pubspec.yaml. Am not able to build only...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
You have the following in your documentation: `Manually in xcode update the FreshchatSDK.h to be in the flutter_freshchat target and public.` We are trying to configure DI, and we need...
error: Unexpected duplicate tasks: 1) Target 'flutter_freshchat' (project 'Pods') has copy command from 'flutter/.pub-cache/hosted/pub.dartlang.org/flutter_freshchat-1.2.5/ios/Classes/FreshchatSDK/FCResources.bundle/Images/[email protected]' to 'build/ios/Release-iphoneos/flutter_freshchat/flutter_freshchat.framework/[email protected]' 2) Target 'flutter_freshchat' (project 'Pods') has copy command from 'flutter/.pub-cache/hosted/pub.dartlang.org/flutter_freshchat-1.2.5/ios/Classes/FreshchatSDK/FCResources.bundle/Images/[email protected]' to 'build/ios/Release-iphoneos/flutter_freshchat/flutter_freshchat.framework/[email protected]' error: Unexpected...
```dart await FlutterFreshchat.identifyUser( externalID: accountId, restoreID: null, ); ``` returns an empty string every time instead of restoreId generated by Freshchat. PS: I am using the free plan of FreshChat
It would be nice if this plugin supported the Freshdesk web SDK through the same API as it uses for iOS/Android. With Flutter web support in beta, it would be...
i am trying to configure freshchat since 5 days and not done yet ! i successfully created user in freshchat but when i trying to open conversation screen it shows...
**Is your feature request related to a problem? Please describe.** Freshchat SDK v3.3.0 might not function properly after December 2020. Check screenshot below for more details. **Describe the solution you'd...