Relative Content

Tag Archive for androidiosflutter

Wanted to generate Promo code for first n users

I want to generate a promo code which will give access to first 200 users for free.
Basically we just launch our app and want feedback from user.
I want to implement this in flutter. How can I do that?
I tried to make it by revenueCat but it didn’t work.

Flutter IOS Important Configration Files

I want to upgrade flutter existing project so i copied lib folder and other things but i have not knowledge in IOS I want to incorporate the iOS-related configurations from the existing Flutter project into this new one. Specifically, I’m wondering which files or codes from the ios directory of the original project should be copied over to the new project.