k-paxian / dart-json-mapper

Serialize / Deserialize Dart Objects to / from JSON
https://pub.dev/packages/dart_json_mapper
Other
400 stars 33 forks source link

How to use in plugin without main method #182

Closed ominibyte closed 2 years ago

ominibyte commented 2 years ago

I'm working on a plugin and I intend to use this library. How can I use this when there is no main() method?

ominibyte commented 2 years ago

I think I found how to do it here: https://github.com/k-paxian/dart-json-mapper/blob/master/models/starlink/lib/starlink.dart