Bacancy Technology
Bacancy Technology represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates and the Society to Rise™.
12+
Countries where we have happy customers
1050+
Agile enabled employees
06
World wide offices
12+
Years of Experience
05
Agile Coaches
14
Certified Scrum Masters
1000+
Clients projects
1458
Happy customers
Artificial Intelligence
Machine Learning
Salesforce
Microsoft
SAP
July 31, 2023
ImageIcon widget is the most suitable widget to use images as icons in Flutter. You can use its property image to assign your own image.
ImageIcon( AssetImage("images/icon.png"), color: Colors.red, size: 24, ),
Also you can just convert images to svg icons and use as below,
There is one library to render SVGs on a canvas, available here: github
The API as of right now would look something like new SvgPicture.asset(‘asset_name.svg’).