I’ve had an issue with nested ListViews in Flutter and I think you’ll find it useful if you haven’t written complete Flutter apps yet but just learning
Continue reading
Sometimes you’d want to use native platform API’s but Flutter does not let you do it, or maybe you even want to use libraries from Android and iOS that achieve a similar goal. All of this is possible by creating Flutter plugins
Continue reading
As promised in the previous post, today I’m going to implement a circular reveal in Flutter. This was one of the first animations I learned how to create on Android and I totally love it
Continue reading
Let’ continue learning Flutter animations, now I’m going to implement a very common animation – progress button
Continue reading
Continuing to learn Flutter, in this post you’re going to learn how to animate Flutter widgets with canvas
Continue reading
Hi, this is the final part of Flutter Tic Tac Toe series. Today we’re going to implement invites with FCM and a multiplayer game with Firebase
Continue reading
Hey, in this part we’re going to implement Google sign in, save user to Firebase database and finally fetch and display the list of all users
Continue reading
Hey, let’s continue working on Flutter Tic Tac Toe app. Today I wanna dedicate the whole post about Flutter Push Notifications with Firebase Cloud Messaging (FCM)
Continue reading
Recently I faced an interesting bug which most of you might’ve never heard of. Android does not allow to have a provider with the same authority installed on different apps
Continue reading
Some of you might’ve heard about the Flutter framework by Google for cross-platform mobile development, It was officially introduced a year or two ago. At that time I didn’t believe in cross-platform apps. Until now
Continue reading