graphview icon indicating copy to clipboard operation
graphview copied to clipboard

Graph.dart: A file can't be part of more than one library

Open tbecker opened this issue 7 months ago • 0 comments

I upgraded to the new flutter version 3.22 and Dart SDK 3.4.4

For a previously working version, after the update

Error: A file can't be part of more than one library. (mentions first graph.dart, then others) Try moving the shared declarations into the libraries, or into a new library.

Thanks for reviewing.

tbecker avatar Jul 19 '24 05:07 tbecker