You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without doing too deep of a dive into the code, I'm going to guess the generator is prefixing @Object because it's generated a class called Object (probably the dart base object class?), in which case it would probably be better to rename this DartObject and add a type name rewriting rule to make this more clear.
The text was updated successfully, but these errors were encountered:
For example, see
FlutterSDK/Cupertino/Colors.cs
in the generated output, you'll see for example this line:Without doing too deep of a dive into the code, I'm going to guess the generator is prefixing
@Object
because it's generated a class calledObject
(probably the dart base object class?), in which case it would probably be better to rename thisDartObject
and add a type name rewriting rule to make this more clear.The text was updated successfully, but these errors were encountered: