Skip to content
akserg edited this page Jan 25, 2013 · 4 revisions
  1. Depend on it Add this to your package's pubspec.yaml file:
dependencies:
  lost_dart: 0.4.0+m3
  1. Install it If you're using the Dart Editor, choose:
Menu > Tools > Pub Install

Or if you want to install from the command line, run:

$ pub install
  1. Import it Now in your Dart code, you can use:
import 'package:lost_dart/lost_dart.dart';
Clone this wiki locally