Skip to content

Instantly share code, notes, and snippets.

@timsneath
Created May 4, 2018 21:07
Show Gist options
  • Save timsneath/e5c003eff3b80fcde8807edd9043c87b to your computer and use it in GitHub Desktop.
Save timsneath/e5c003eff3b80fcde8807edd9043c87b to your computer and use it in GitHub Desktop.
Example of scoped constant.
const comments = <Comment>[
Comment(
"Creating apps is just faster and more fun with Flutter.",
"Posse Inc."),
Comment(
"Yesterday I was trying #Flutter for the first time, today I published an application.",
"@CristianDudca"),
Comment(
"This weekend: Met and fell in love with Flutter.",
"@FIREYOSE"),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment