DEV Community

Abdul Azim
Abdul Azim

Posted on

How I created my first Flutter project - A Measurement Converter App.

Let’s start with the project overview.

Most of us are aware that when you travel to other countries, you may find different languages, culture, and food, but you would expect that at least numbers and measures would stay the same wherever you go, right? Well, this is not so.

Hence in this project, we will bring some order to this confusing world😁.Let’s build a measures conversion app, in which distance and weight measures will be converted from imperial to metric, and vice versa.

Alt Text

The code for the entire project can be found here:

GitHub logo azim2429 / Measure-Converter

The measures conversion app will allow your users to select a measure – metric or imperial – and convert it to another measure.

If you want a detailed explanation do checkout my blog:

Top comments (0)