Is the Flutter SDK ready for a production app?

Is the flutter SDK ready for a production app? Can I use push notifications, authentication, mail verification by sending otp etc with the Flutter SDK?

I would imagine there are people using the SDK in production. I would say whether is is ready or not depends heavily on what you need, perhaps take a look at the README for documentation of the various features of the SDK.

Maybe @phillwiggins might have something to add here.

Hey,

Yes the Flutter SDK is production ready and there are a good number of apps in production using this SDK. It’s always going to be a work in progress, but we have a good number of contributors working with the SDK to ensure new features are added. It does have authentication, mail verification etc but it doesn’t have push notifications. They’re easy to add using Firebase and Cloud Code though (which is also supported).