empowerchain / deposit-app

Apache License 2.0
0 stars 1 forks source link

2 set up flutter project #18

Closed gfant closed 2 years ago

gfant commented 2 years ago

First view.

The icons can be easily changed adding the images in assets\images in png format, and editing the file lib\views\MyHomePage.dart editing the lines 32 and 36 (where there are elements called Icon(...)) with the line ImageIcon(AssetImage("assets/images/NAME-OF-FILE.png"), color: null,),. But I haven't been able to get the images from the ones obtained in the figma models.