-
Notifications
You must be signed in to change notification settings - Fork 56
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
App Runtime Issue in windows 10 x64 #22
Comments
I guess maybe the issue from you use a new version of flutter? I see using flutter 2.0, which in my opinion would require FFI 1.0, which we do currently not support, yet! But, aside from that, getting the increment FAB with the adder crate to not work properly does sound really weird! I guess I should update the dart-bindgen to FFI 1.0 (sunshine-protocol/dart-bindgen#7) and/or deprecate it and start using the official ffigen provided by the dart team. |
Installed flutter 1.22.6 with dart 2.10.5
Scraping doesn't work and adder shows random numbers. No additional error outputs generated. Maybe if you can share your setup. I will run using the same. Also I use |
System Information
SKIP THIS SECTION FOR ISSUES
Initial cargo make output
Flutter run output
1. Scraping Issue:
When clicking on the scrape button the following issue appears:
2. Counting issue:
When clicking on the + button it shows the following integers sequentially:
Note: Running the apk from the releases section seem to work just fine.
The text was updated successfully, but these errors were encountered: