Add this to your package's pubspec.yaml file:
dependencies:
nest_ui: ^0.6.7
You can install packages from the command line:
with pub:
$ pub get
Alternatively, your editor might support pub get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:nest_ui/nest_ui.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.6.7 | Oct 30, 2016 |
|
|
0.6.5 | Oct 26, 2016 |
|
|
0.6.0 | Aug 8, 2016 |
|
|
0.5.5 | Jul 20, 2016 |
|
|
0.5.4 | Jul 19, 2016 |
|
|
0.5.3 | Jul 16, 2016 |
|
|
0.5.2 | May 22, 2016 |
|
|
0.5.1 | May 21, 2016 |
|
|
0.5.0 | May 20, 2016 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0
|
Health:
Code health derived from static analysis.
[more]
|
--
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
--
|
Overall:
Weighted score of the above.
[more]
|
0
|
The package version is not analyzed, because it does not support Dart 2. Until this is resolved, the package will receive a health and maintenance score of 0.
Support Dart 2 in pubspec.yaml
.
The SDK constraint in pubspec.yaml
doesn't allow the Dart 2.0.0 release. For information about upgrading it to be Dart 2 compatible, please see https://www.dartlang.org/dart-2#migration.
Make sure dartdoc
successfully runs on your package's source files. (-10 points)
Dependencies were not resolved.