-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues while parsing libapp.so from a simple Flutter app #3
Comments
yes, functionality is missing on Darter. As the readme says, the snapshot format is not stable and changes frequently between versions. Darter was made for Dart version 1ef83b86ae (Flutter v1.9.1), and some time has passed since then. The snapshot you're trying to parse has version |
Pull requests are welcome, otherwise I might look into it when I find some time. |
Hi, just wanted to let the OP know that I independently developed a parser for version |
cool! sorry about the quality of the code, it isn't what I'd like it to be... ask me if you have any doubts |
I'm looking at implementing support for all versions after the supported one, which is v1.9.1 maybe I'll only review Dart versions that are used in a Flutter prod/beta release, as I assume most use cases are for Flutter applications |
Hello,
I am trying to use Darter on a
libapp.so
extracted (unzipped) from a.APK
generated byflutter
from a simple Flutter app, however I'm encountering many issues.The first one is this:
If I use
strict=False
, as instructed, I then get this error instead:Does this mean a functionality is missing from Darter, or am I misusing Darter?
Any help on this would be greatly appreciated.
Thank you very much.
The text was updated successfully, but these errors were encountered: