tribally_sdk 0.0.1
tribally_sdk: ^0.0.1 copied to clipboard
Tribally SDKs enable your users to create communities and bring in more people to talk about the things they love.
readme #
Launch in-app feed with a few lines of code #
Integrate Tribally in under 30 min #
- Sing up in tribally web site
- Get your Application Keys
- Create a new project
- Head over to the Settings section and note the
Project ID,API Key
- Add Tribally Dependency
- go to
pubspec.yaml - add
tribally_sdk: ^0.0.1
- go to
Configure TriballyView #
TriballyView(
uid: 'YOUR_USER_TOKEN',
displayName: 'YOUR_USERNAME',
apiKey: 'YOUR_APIKEY',
projectId: 'YOUR_PROJECT_ID',
avatar: 'YOUR_USER_AVATAR_URL'
)
Notes
- Make sure you replace the
projectIdwith your TriballyprojectIdandapiKeywith yourapiKeyin the above code. - As Tribally has support for adding photos, please add
Camera Usage DescriptionandPhoto Library Usage Descriptionto your.plistfile.
Issues
Feel free to submit any issue here