milansurelia.hashnode.devElevate Your Dart Code with Custom Lints: Beginner’s GuideHey Dart Developers, Have you ever wondered how lint was created? 🤔 If not, Let’s checkout it. Before we dig-in, let's understand what are lints? What are Lints?Lint, or a linter, is a static code analysis tool used to flag programming errors, bugs...May 23, 2023·4 min read
milansurelia.hashnode.devGetting Started with TWA: How to set up and deploy it on your Android appBefore taking a deep dive into TWA, you first need to have a basic understanding of PWA & How it works, I have added a basic overview of What is PWA & How it works What is PWA? Progressive Web Applications (PWA) is a relatively recent class of web ap...Mar 19, 2023·5 min read
milansurelia.hashnode.devHow to validate Video URLs in Dart?Hello 🙋🏻♂️Flutter Developers, Do you know how to validate whether the link entered by the user is a valid video URL or not? https://media.giphy.com/media/nTfdeBvfgzV26zjoFP/giphy.gif Yes, we can validate them using Regular Expression. What is Re...Mar 3, 2023·3 min read
milansurelia.hashnode.devFlutter Tip — Level up your App’s UX by using In-App NotificationHello 🙋🏻♂️ FlutterDevs, Have you come around to a situation where you have to notify the user after the execution of a specific event in your app? You can simply use SnackBar which is included in Flutter SDK. Right? https://media.giphy.com/media/w...Feb 26, 2023·1 min read