Created
May 4, 2018 21:07
-
-
Save timsneath/e5c003eff3b80fcde8807edd9043c87b to your computer and use it in GitHub Desktop.
Example of scoped constant.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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