dnfield / lottie-flutter

A pure Dart/Flutter implementation of Lottie
Apache License 2.0
115 stars 24 forks source link

Code generation #30

Open sachaarbonel opened 5 years ago

sachaarbonel commented 5 years ago

Hi @dnfield, thank's for your work. I've seen that you'll revisit the implementation of this package and I would like to know if you have considered both Code generation support and parsing support in a near future?

dnfield commented 5 years ago

It's definitely something I've thought about, but haven't made much progress on. I have a few items right now that are higher priority for me unfortunately. I do want to get back to a rewrite of this at some point - it's started but only just.

Another interesting idea may be to try to make Skottie (or Lottie's JS implementation) output Dart code for this use case.

That said, there are definitely cases where people will want these over the network or otherwise parsed at runtime...

sachaarbonel commented 5 years ago

Don't worry @dnfield t's not much of a priority, just parsing would be great and unlock all new horizons to flutter.