Closed ruwiss closed 6 months ago
@ruwiss Can you please try to use the version 3.8.0 ? If it works, the problem is related to the min sdk version set to 3.2.0.
I'm using version 3.7.3, no problems.
@ruwiss Would you mind trying 3.8.0 in your dependency ovverride to see if the error is connected to the release 3.9.0 ?
This is a warning.
Because of the extra !
in dart 3.2.0
I too had this same error while debugging a dart cli application. adding pointycastle: 3.8.0 to dependency_overrides solved it.
dependency_overrides:
pointycastle: 3.8.0
I too had this same error while debugging a dart cli application. adding pointycastle: 3.8.0 to dependency_overrides solved it.
dependency_overrides: pointycastle: 3.8.0
This solved it for me as well. Thanks for the recommendation.