I have started exploring into the web3 world (in terms of developement) recently and I was wondering if there are alternatives to Reown SDK that people here have already used and would recommend working with?
It has to be something with proper support for Flutter (mobile). I don't have much use for web.
If you are looking for an alternative to Reown that works very smoothly in Flutter, I would recommend you to use the Thirdweb SDK or Web3Auth.
Thirdweb SDK: Their Flutter support is very strong. It is a great option for wallet connections, smart accounts, and gasless transactions.
Web3Auth: If you wants to create a non-custodial wallet with social login (Google, Apple), this is best.
Thirdweb SDK PricingWeb3Auth PricingI'm also not sure I understand the meaning of "monthly active users/wallets" like with the options suggested above, if my goal is to simply let the user connect his wallet once. It's not something the user is going to be doing on a regular basis (like he would on an dapp for example) so are those connections not going to count, therefore I could technically use the free tier indefinitly?
MAU (Monthly Active Users) or active wallets refers to how many unique wallets have interacted with or connected to your dApp in a month.
If a user connects to a wallet only once, they will be counted as an active user for that particular month.
If they don't access the app again in the following month, they will no longer be counted.
So if your number of unique users is within the free tier limit per month (e.g. Thirdweb typically has 1,000 to 3,000 MAUs for free), you can use the free tier indefinitely!