-
Notifications
You must be signed in to change notification settings - Fork 24
Setup
akserg edited this page Jan 25, 2013
·
4 revisions
- Depend on it Add this to your package's pubspec.yaml file:
dependencies:
lost_dart: 0.4.0+m3
- 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
- Import it Now in your Dart code, you can use:
import 'package:lost_dart/lost_dart.dart';