Schema#drop
now has a named cascade
parameter, of type bool
.
connected
parameter.Add this to your package's pubspec.yaml file:
dependencies:
angel_migration_runner: "^1.0.0-alpha+6"
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:angel_migration_runner/angel_migration_runner.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
1.0.0-alpha+6 | Nov 23, 2017 |
|
|
1.0.0-alpha+5 | Oct 21, 2017 |
|
|
1.0.0-alpha+4 | Oct 21, 2017 |
|
|
1.0.0-alpha+3 | Oct 21, 2017 |
|
|
1.0.0-alpha+2 | Aug 4, 2017 |
|
|
1.0.0-alpha+1 | Aug 4, 2017 |
|
|
1.0.0-alpha | Aug 3, 2017 |
|
|
We analyzed this package on Apr 23, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
40 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
77 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
91 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
62 |
Detected platforms: Flutter, web, other
No platform restriction found in primary library
package:angel_migration_runner/angel_migration_runner.dart
.
Maintain README.md
.
Readme should inform others about your project, what it does, and how they can use it.
Fix analysis and formatting issues.
Analysis or formatting checks reported 3 errors 6 hints.
Strong-mode analysis of
lib/src/postgres/runner.dart
failed with the following error:line: 52 col: 49
The return type 'List' isn't a 'Iterable<String>', as defined by anonymous closure.Run
dartfmt
to formatlib/angel_migration_runner.dart
.Similar analysis of the following files failed:
lib/postgres.dart
(hint)lib/src/postgres/schema.dart
(hint)lib/src/postgres/table.dart
(hint)lib/src/runner.dart
(hint)lib/src/util.dart
(hint)
Package is pre-release.
Pre-release versions should be used with caution, their API may change in breaking ways.
The description is too short.
Add more detail about the package, what it does and what is its target use case. Try to write at least 60 characters.
Maintain an example.
None of the files in your
example/
directory matches a known example patterns. Common file name patterns include:main.dart
,example.dart
or you could also useangel_migration_runner.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.19.0 | ||
angel_migration | ^1.0.0-alpha | 1.0.0-alpha+3 | |
args | >=0.13.4 <2.0.0 | 1.4.2 | |
postgres | ^0.9.5 | 0.9.9 | |
Transitive dependencies | |||
angel_orm | 1.0.0-alpha+12 | ||
async | 2.0.6 | ||
charcode | 1.1.1 | ||
collection | 1.14.9 | ||
convert | 2.0.1 | ||
crypto | 2.0.2+1 | ||
dart2_constant | 1.0.1+dart2 | ||
intl | 0.15.6 | ||
meta | 1.1.2 | ||
path | 1.5.1 | ||
pool | 1.3.4 | ||
source_span | 1.4.0 | ||
stack_trace | 1.9.2 | ||
string_scanner | 1.0.2 | ||
typed_data | 1.1.5 |