380 followers
I'm Damola Adekoya a Software Engineer from Lagos, who is passionate about solving problems with his programming skills
Subscribe to my newsletter and never miss my upcoming articles
Flutter is a cross-platform mobile framework i.e its support for Android, iOS, macOS, Window, Linux e.t.c, developing flutter is so fascinating that you get to write once and run on all platforms. in this post, I will be showing how to run more than ...
It's 2020 and the rate in which Flutter is trending is increasing exponentially, and learning can be difficult if people are not been pointed to the right resources. With the below-curated list of the youtube channel, I believe it will help flutter d...
One of the current challenges as of the time I'm writing this article is using firebase in flutter application, using firebase in your flutter application at default return error. Firebase returns different errors base on the context of what you are ...
Before I dive into StreamBuilder let me quickly digress to Stream, StreamController, they are the building blocks of Streambuilder. What is a Stream Well, you are thinking, Is that stream I'm talking about! No it's not But think of it has the typic...
One of the trending concepts in the mobile application is the ability to have multiple themes such as light and dark themes, and you can have as many themes as possible in your application. the question right now is how to manage the theme in order t...
Some developers enjoy writing vanilla JS but some are forced to used a framework like Vue, Angular, React e.t.c because it comes with a bundler like Webpack, some don't actually know how to implement bundler natively. With this article, you will be a...