chatwoot / chatwoot/chatwoot-flutter-sdk
Not able to add phone_number to ChatwootUser
Open
- Dominant language
- Dart
- Stars
- 85
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
We are not able to add phone_number to ChatwootUser
```
ChatwootUser(
identifier: "john@gmail.com",
name: "John Samuel",
email: "john@gmail.com",
)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the ChatwootUser model and its constructor, then inspect how user fields are serialized for the SDK. Add support for the phone_number field and verify that a ChatwootUser can be created with it and that the value is included wherever user data is sent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100