Open bjornm opened 1 year ago
The dartgenerate currently doesn't understand dart 2.13+ so it won't parse source code with modern features, such as these kinds of typedef:
typedef Foo = List<String>;
Would it be possible to bump the dependencies of dart sdk and analyzer to make this work? I can help out if needed.
Sorry I'm late by an year 😅 I just pushed an update to pub with support for Dart 3. Could you try with that?
Thanks! Will try!
The dartgenerate currently doesn't understand dart 2.13+ so it won't parse source code with modern features, such as these kinds of typedef:
Would it be possible to bump the dependencies of dart sdk and analyzer to make this work? I can help out if needed.