dapackages 1.1.1
Dapackages #
A Flutter package to automatically update your pubspec dependencies in your project.
Installation #
Add the following dependencies to your pubspec.yaml
:
dev_dependencies:
dapackages: ^1.0.0
Run the updater #
flutter pub pub run dapackages:dapackages.dart PUBSPEC_FILE_PATH
For example:
flutter pub pub run dapackages:dapackages.dart ./pubspec.yaml
[1.0.0] - 2019-08-08
- First version
[1.1.1] - 2019-10-16
- Not updating fixed dependencies
Example #
Example available in the main README.
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
dapackages: ^1.1.1
2. Install it
You can install packages from the command line:
with Flutter:
$ flutter pub get
Alternatively, your editor might support flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:dapackages/dapackages.dart';
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
54
|
Health:
Code health derived from static analysis.
[more]
|
99
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
100
|
Overall:
Weighted score of the above.
[more]
|
77
|
We analyzed this package on Dec 7, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
- Dart: 2.6.1
- pana: 0.12.21
- Flutter: 1.9.1+hotfix.6
Platforms
Detected platforms: Flutter
References Flutter, and has no conflicting libraries.
Health issues and suggestions
Document public APIs. (-1 points)
1 out of 1 API elements have no dartdoc comment.Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API.
Dependencies
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.5.0 <3.0.0 | ||
flutter | 0.0.0 | ||
http | ^0.12.0+2 | 0.12.0+2 | |
yaml | ^2.2.0 | 2.2.0 | |
Transitive dependencies | |||
async | 2.4.0 | ||
charcode | 1.1.2 | ||
collection | 1.14.11 | 1.14.12 | |
http_parser | 3.1.3 | ||
meta | 1.1.7 | 1.1.8 | |
path | 1.6.4 | ||
pedantic | 1.9.0 | ||
sky_engine | 0.0.99 | ||
source_span | 1.5.5 | ||
string_scanner | 1.0.5 | ||
term_glyph | 1.1.0 | ||
typed_data | 1.1.6 | ||
vector_math | 2.0.8 |