Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Created August 10, 2019 08:38
Show Gist options
  • Save juliuscanute/20d9aacdeb6db0b560f84cdfef415674 to your computer and use it in GitHub Desktop.
Save juliuscanute/20d9aacdeb6db0b560f84cdfef415674 to your computer and use it in GitHub Desktop.
[Importing a module] #dart #import
import '$1';
//$1 - Module Import
import 'package:meta/meta.dart';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment