Flutter — Simple Interest Calculator
This code helps in situation of adding images, drop down button, user text fields with text editing controller, Raised Button and simple interest calculation.


//Values for drop down

//User text editing control

//Scaffold, AppBar, Body(Container + ListView)

//Adding Image

//First Text Field

//Second Text Field

//Third Text Field

//Small Width In Between Row Widget

//Drop Down Button for currencies

//Drop Down Logic

//Raised Button 1 (Calculate Button)

//Raised Button 2 (Reset Button)

//Result

//Image Logic

//Simple Interest Calculation logic

//Reset button logic

(Source: Smartherd)