We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a2cc2 commit c18976eCopy full SHA for c18976e
README.md
@@ -6,7 +6,7 @@ testable, and reusable manner.
6
## examples
7
8
```dart
9
-import 'package:texdc/specify';
+import 'package:specify/specify.dart';
10
11
class StringContains extends Specification<String> {
12
final String _substring;
@@ -42,7 +42,7 @@ main() {
42
### filters
43
Filtering with specifications can be very powerful, especially when used with `CompositeSpecification`.
44
45
-import 'package:texdc\specify';
46
47
class StringLength extends Specification<String> {
48
final int _length;
0 commit comments