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 54177c4 commit 1ddb50bCopy full SHA for 1ddb50b
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: source_gen
2
-version: 0.4.8
+version: 0.4.9-dev
3
author: Dart Team <[email protected]>
4
description: Automatic sourcecode generation for Dart
5
homepage: https://github.com/dart-lang/source_gen
test/test_files/json_test_example.dart
@@ -6,7 +6,7 @@ library source_gen.test.example;
6
7
import 'dart:collection';
8
9
-import 'package:collection/equality.dart';
+import 'package:collection/collection.dart';
10
import 'package:source_gen/generators/json_serializable.dart';
11
12
part 'json_test_example.g.dart';
0 commit comments