Native code in Flutter

Native code in Flutter

When we are working with a cross-platform framework, it isn’t possible to guarantee that we will be working only with that framework without any work in the native code. Developers will most likely resort to native either because of features that the framework hasn’t...
What is OAuth 2.0?

What is OAuth 2.0?

What is OAuth 2.0? OAuth is a standard that apps can use to provide client applications with “secure delegated access”. OAuth works over HTTPS and authorizes devices, APIs, servers, and applications with access tokens rather than credentials. OAuth 2.0 protocol is...