Created
August 31, 2021 17:53
-
-
Save samandmoore/f256bc156fcd4d65b1ae87938e1ab56e to your computer and use it in GitHub Desktop.
duplicate consts
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 something = ""; |
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 something = ""; |
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
import 'file_a.dart'; | |
import 'file_b.dart'; | |
void main() { | |
print('hello!'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment