DEV Community

Discussion on: Flutter Performance Tips (#1): const constructors

Collapse
 
vinceramces profile image
Vince Ramces Oliveros

const and new are optional in dart.

This was the very first problem dealing with how to differentiate the new and const keyword when learning flutter.

Collapse
 
mahiznan profile image
மகிழ்நன்

const is optional in a const context. Refer the stack over flow post @stackoverflow.com/questions/525811...