meta 0.5.20

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  meta: 0.5.20

If your package is an application package you should use any as the version constraint.

2. 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

3. Import it

Now in your Dart code, you can use:

import 'package:meta/meta.dart';
Version Uploaded Archive
0.5.20 Jun 17, 2013 Download meta 0.5.20 archive
0.5.17 Jun 12, 2013 Download meta 0.5.17 archive
0.5.16 Jun 10, 2013 Download meta 0.5.16 archive
0.5.15 Jun 07, 2013 Download meta 0.5.15 archive
0.5.14+3 Jun 06, 2013 Download meta 0.5.14+3 archive
0.5.14+1 Jun 05, 2013 Download meta 0.5.14+1 archive
0.5.13 Jun 03, 2013 Download meta 0.5.13 archive
0.5.12 May 29, 2013 Download meta 0.5.12 archive
0.5.11+1 May 29, 2013 Download meta 0.5.11+1 archive
0.5.9 May 20, 2013 Download meta 0.5.9 archive

All 33 versions...

About

This library contains the definitions of annotations that provide additional semantic information about the program being annotated. These annotations are intended to be used by tools to provide a better user experience.

Author

Email misc@dartlang.org Dart Team

Homepage

http://www.dartlang.org

Documentation

http://api.dartlang.org/docs/pkg/meta

Uploader

dgrove@google.com
jmesserly@google.com
sigmund@google.com

Share