Welcome to the flutter coding challenge. For this task, you will be developing a nationality predicting application, which will allow users to input their name and predict/show the user's probable nationality.
It is reccomended to use the API availaible on this website: https://nationalize.io/ However, you are free to use any other source
We have developed a basic flutter application for you. Please ensure that you use THIS skeleton code to write your code and do not alter the AppBar Title
Please note the following:
- Pull the skeleton code on this repository, and make another branch called 'buddyBet' followed by your name (eg: "buddyBet_Sid").
- Complete the challenge on your branch, and the same will be considered submitted once you push the code this repository