Skip to content

Instantly share code, notes, and snippets.

@zolotyh
Created August 16, 2018 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zolotyh/6c05231bbbafb5c78be323a70c5e219d to your computer and use it in GitHub Desktop.
Save zolotyh/6c05231bbbafb5c78be323a70c5e219d to your computer and use it in GitHub Desktop.
Slow dart start
import 'package:analyzer/analyzer.dart';
void main(){
print('I am alive');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment