We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bd616 commit de9d1f1Copy full SHA for de9d1f1
3 files changed
.github/workflows/main.yaml
@@ -22,4 +22,5 @@ jobs:
22
build:
23
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
24
with:
25
- flutter_channel: stable
+ flutter_channel: stable
26
+ min_coverage: 1
analysis_options.yaml
@@ -1 +1 @@
1
-include: package:very_good_analysis/analysis_options.5.1.0.yaml
+include: package:very_good_analysis/analysis_options.6.0.0.yaml
lib/src/common.dart
@@ -156,7 +156,7 @@ abstract class AsyncValue<T> {
156
/// (err) => err is! FormatException,
157
/// );
158
/// }
159
- /// ```
+ /// ```dart
160
static Future<AsyncValue<T>> guard<T>(
161
Future<T> Function() future, [
162
bool Function(Object)? test,
0 commit comments