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.
2 parents 500e29a + 44821ba commit 0abd81dCopy full SHA for 0abd81d
templates/dart/test/src/exception_test.dart.twig
@@ -1,5 +1,9 @@
1
import 'package:{{language.params.packageName}}/src/exception.dart';
2
+{% if 'dart' in language.params.packageName %}
3
+import 'package:test/test.dart';
4
+{% else %}
5
import 'package:flutter_test/flutter_test.dart';
6
+{% endif %}
7
8
void main() {
9
group('{{spec.title | caseUcfirst}}Exception', () {
0 commit comments