jorgefspereira / persona_flutter

Persona Inquiry for Flutter. Integrates the native iOS, Android SDKs.
https://pub.dev/packages/persona_flutter
MIT License
13 stars 27 forks source link

Update the README to use InquiryThemeSource.server #38

Closed daniel-e-gonzalez closed 9 months ago

daniel-e-gonzalez commented 11 months ago

Hey, thanks for maintaining this project!

Could you update the README in this section

...
theme: InquiryTheme(source: InquiryThemeSource.client)
...

to use .server instead of .client? Client side theming is deprecated in the SDKs, and it'd be nice to not steer people in the wrong direction here. See https://docs.withpersona.com/docs/ios-sdk-v2-changelogs#v270---2023-02-22.

Thanks!