Jason Colburne
Jason Colburne
Any word on this @tmthecoder? Same result here: ``` Launching lib/main.dart on sdk gphone64 arm64 in debug mode... Plugin project :dargon2_flutter_mobile not found. Please update settings.gradle. FAILURE: Build failed with...
https://docs.flutter.dev/packages-and-plugins/developing-packages#step-2-building-and-bundling-native-code Adding `ffiPlugin: true` to your code in `dargon2_flutter_mobile/pubspec.yaml` seems to do the trick for me, though I needed to include the build in my project gradle file and there...
Also verified that with `ffiPlugin` set to `true`, iOS no longer seems to require the `Podfile` addition of `Argon2Swift`. I ran `flutter clean` after removing the dependency and subsequent invocations...
Here's a branch I made that I am currently using to build your package for my project: https://github.com/confirm-community/dargon2/tree/fix-ffi-build The pubspec.yml files are all hacked to use local paths, obviously that...
Didn't realize this branch was associated with a PR, sorry about that. FWIW I tried to make the arm64 runner work with android tests and kept running into this issue:...
Flutter tests pass after upgrading some of the CI toolchain, but the top level workflow is commented out at the moment.
I fixed the top level tests as well, but I used a deprecation override to do so. The correct solution (required for Dart 3.4) is to use isolates, I believe.
I finally understand why codecov didn't update for the past two pushes - they were changes to the README and didn't touch code.
> @huycozy @chunhtai > > Our org is willing to take on this fix as long as we know that someone will review and consider our PR. I don't think...
Actually I'm reading further and may have been wrong - the docs suggest onExit is really only for `pop()` when a route leaves the stack. I'll explain what we're doing,...