simc / crimson

Fast, efficient and easy-to-use JSON parser and serializer for Dart.
Apache License 2.0
229 stars 6 forks source link

Doesn't recognize part directive in other folder directory #24

Open aarjan opened 9 months ago

aarjan commented 9 months ago

If i use part directive import like this, it is not recognized while running build_runner.

part '../generated/models/message.g.dart';