Open WizMe-M opened 1 year ago
Hi! When I called dart pub global run dcdg it incorrectly read method's return type and didin't read parameters.
dart pub global run dcdg
Reproduce:
class Foo { Future<void> bar(int a) async { } }
Results:
class "project::foo.dart::Foo" { +dynamic bar() }
I'm having the same issue, Future is not recognised. And also, the dart 3 new feature, Records(tuples) are also not handled properly.
Future
Hi! When I called
dart pub global run dcdg
it incorrectly read method's return type and didin't read parameters.Reproduce:
Results: