What\'s the best programming practice to
create a constant class in Flutter
to keep all the application constants for easy referenc
That's completely up to you. Using static has no disadvantages. Actually const is required for fields in a class.
const