Skip to content

Instantly share code, notes, and snippets.

@samandmoore
Created August 31, 2021 17:53
Show Gist options
  • Save samandmoore/f256bc156fcd4d65b1ae87938e1ab56e to your computer and use it in GitHub Desktop.
Save samandmoore/f256bc156fcd4d65b1ae87938e1ab56e to your computer and use it in GitHub Desktop.
duplicate consts
const something = "";
const something = "";
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