In this article, I’ll be explaining broadly how I handle Notifications in Flutter using BLoc. There’s so much to cover that I’m going to dive right in! Let’s start! Before beginning, you must know how to setup firebase_messaging and local_notification in Flutter. There are...
Working with JSON in Flutter
JSON Serialization in Flutter with built_value library JSON(JavaScript Object Notation) JSON is a format that encodes the object in a String. Serialization It is a process of turning any data structure into a String. While working with APIs(Application Programming Interface) it...
Flutter Slider 🎚 + Emojis 🌻 = 💙
Photo by Kelvin Yan on Unsplash Slider widget from the material library is used to select a value from a range of values. View the code on Gist. 🤔 What if I told you, we can use emojis as...
Introducing Holden – A Certificate Generator App using Flutter
If you’re an event organizer, you know the pain of generating the certificates for participants. What if there was a mobile application that can do this tedious task for you?! 🥁🥁 Introducing Holden, easy to use certificate generator app made...
Introducing Platypus – Creating Code Screenshots Made Easy on Mobile 📱
Carbon is a popular service for creating beautiful code screenshots. I always use it to create awesome code screenshots. Imagine a situation when you don’t have a computer and you want to do the same, you’ve to use their website...