My Cloud Functions started to show this error, here is how I solved it
Since Dart 2.7 it is possible to add functionalities to existing libraries. If a class is missing a method you would like to use, you can just extend that class with your own implementation of such a method.
Dart provides the possibility to use getters and setters, special methods that give read and write access to an object’s properties.
Learn how type aliases in Dart can enable us to have a good balance between low verbosity and clarity.
I stumbled across a weird bug in one of the apps I am working on: the hero animation was not visible on navigating to a new route, but it was present when popping the route to go back to the initial page.
In the latest article, we started working on the architecture of the app, by adding Provider and moving hardcoded playlists in a temporary special service file.
Part 4 of the series about creating an audio player in Flutter. In this article, we add Provider and move the hardcoded data away from the player code.
I changed the way I create posts in this website. The new way automates most of the boring tasks.
Part 3 for the series of articles to create a music player for iOS and Android using Flutter.
Part 2 for the series of articles to create a music player for iOS and Android using Flutter.
Create a music player for iOS and Android using Flutter, part 1.
Get your Internet under control: it is time to stop wasting your time on platform built with the goal of making you waste your time (and making them money).
How to draw a wave representation of speech in SwiftUI, old Siri style.
Learn how to save a copy of your Apple Notes, so that you do not lose them in case they are deleted from your app.
It is not safe to deploy a service account json file with your Cloud Functions. Read what other options you have to modify a Google Sheets from Firebase Cloud Functions.