Published in Flutter Community·PinnedFlutter Localization on the FlyWhen building mobile apps we don't want the language to be a hindrance for our users, The main goal is always to reach as many users as… — Lots of apps require support for multiple languages inorder to have engagements with different kinds of users and we don’t want to miss our customers just because of a language barrier.Flutter8 min read
Dec 18, 2021Leveraging ClipPath in FlutterWhen it comes to drawing custom shapes in flutter we have custom paint and it works great. But what if you want to paint only a particular… — When it comes to drawing custom shapes in flutter we have custom paint and it works great. But what if you want to paint only a particular section of a widget? That's where ClipPaths come in handy ClipPath allows you to paint only a particular portion of your widget specified…Flutter6 min read
Published in Flutter Community·Aug 1, 2021Managing secrets in an open-sourced flutter web appThis post is mainly to share my experience about how I used GitHub actions to deploy my open-sourced flutter web app without exposing any… — This post is mainly to share my experience about how I used GitHub actions to deploy my open-sourced flutter web app without exposing any secrets or API keys that are crucial to my application. This approach can be used for any frontend framework and not just flutter.Flutter5 min read
Published in Flutter Community·Feb 10, 2020Search as you type in FlutterHello everyone in this post I will be implementing a search in flutter, search is basically a basic requirement where you have a lot of… — Hello everyone in this post I will be implementing a search in flutter, search is basically a basic requirement where you have a lot of content available and you want your users to get access to the content easily and efficiently.And We won’t be using any packages for this app…Flutter5 min read
Aug 7, 2019Flutter Automated TestingBDD testing using Cucumber — BDD testing using Cucumber I will try to keep things as simple as possible, Before we dive into the topic I think it is important to understand a few terms and clear some misconceptions. This post is going to be quite long so bear with me by the end of…Testing9 min read
May 12, 2019Deploying your Flutter WebApp to Github PagesIn my previous post, I had shown you How you can build your First Flutter Webpage . Now that once you developed your beautiful webpage its… — Taking Flutter Beyond Mobile In my previous post, I did show you How you can build your First Flutter Webpage . Now that once you developed your beautiful webpage its time to deploy it. Heres my Flutterweb page by the way linked to my portfolio on Github Pages.Github3 min read
May 9, 2019Building your First Flutter Web PageTaking Flutter Beyond Mobile — Taking Flutter Beyond Mobile Flutter is a great way to build mobile apps for iOS and Android from a single codebase. But did you know that Flutter is expanding beyond mobile to run on desktop, web, TV, smartwatch and almost any device you can think of? Yes you read that…Flutter4 min read
Dec 22, 2018CupertinoPicker in FlutterThis is my first Story on Medium.com and it's about Flutter, If you are reading this it probably means you must have heard about Flutter… — This is my first Story on Medium and it's about Flutter, If you are reading this it probably means you must have heard about Flutter, Well for those who are not aware of it Flutter is Google’s new Mobile Sdk that helps you build Awesome Mobile apps real Quick.Flutter …Android6 min read