Category Flutter

Flutter – Calling a Google Cloud Function

Most examples of calling a cloud function are using Firebase. With Firebase, it is easy to write and maintain your cloud functions. Especially if you are using other functionalities that Firebase offers. However, there is a limitation on the languages…

Switching camera’s in Flutter

In the last blog post, I show how to take a picture in Flutter using the camera package. In this blog post, I will dive deeper into the camera by explaining how to switch between the different cameras on the…

Taking pictures with Flutter

In this blog post, I will show you how to use the camera package to take a picture in Flutter. Furthermore, I will provide an example of how to deal with the result file. In this example, I will open…