tabby-ai / tabby_flutter_inapp_sdk

MIT License
2 stars 12 forks source link

TabbyPresentationSnippet price requires final value so I can not assent variable to it #19

Open ismail4947 opened 4 months ago

ismail4947 commented 4 months ago

child: TabbyPresentationSnippet( price: 100.00, // this can not be variable like cart_price currency: Currency.sar, lang: Lang.ar, ),

kuznetsov-from-wonderland commented 3 months ago

It actually could be variable that is final. We've never been reported that our other clients ever faced such issue. The way for you to resolve this issue is to slightly refactor your code. And if you need any help or assistance - please contact Tabby integrations team and they will provide any necessary support.