Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created November 25, 2019 20:37
Show Gist options
  • Save r3dm1ke/43f61193282b2b46b0fd74e01f42260a to your computer and use it in GitHub Desktop.
Save r3dm1ke/43f61193282b2b46b0fd74e01f42260a to your computer and use it in GitHub Desktop.
Basic imports in Dart
import 'dart:html'; // Import dart's standart HTML processing library
import '../lib/mylib.dart'; // Import your own file from another folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment