VB10 / vexana

Vexana is network manager project with dio.
https://pub.dev/packages/vexana
MIT License
147 stars 42 forks source link

I get this error on Version 4.0.0 and above. #95

Closed mucahitsimsek closed 3 months ago

mucahitsimsek commented 7 months ago

image

mucahitsimsek commented 7 months ago

And in 3.5.4 there is no error model handle.

https://stackoverflow.com/questions/78243612/while-using-the-vexana-package-in-flutter-i-create-my-own-error-model-but-i-am

behzodfaiziev commented 3 months ago

@mucahitsimsek is this issue still persisting? Did you try to update flutter version. Without a sample code it is difficult to reproduce it

mucahitsimsek commented 3 months ago

@behzodfaiziev Hi, I edited the bug using version 3.5.4. Here's what I've done before: rm -rf pubspec.lock rm -rf flutter clean flutter pub get ios/Podfile.lock
cd ios && pod cache clean --all cd ios && pod repo update cd ios && pod install

Even though I updated the build files, I could not use the version I specified. I have not updated the version since Mar 29.

behzodfaiziev commented 3 months ago

And in 3.5.4 there is no error model handle.

https://stackoverflow.com/questions/78243612/while-using-the-vexana-package-in-flutter-i-create-my-own-error-model-but-i-am

In here it seems that issue is removed from stackoverflow.

As I assume, you

Does this error cause issue to run iOS app? Can you try to uninstall Flutter sdk and install again? Sometimes there might be issues in local flutter sdk Also you can try: flutter clean && flutter pub get && cd ios && pod install --repo-update && cd .. @mucahitsimsek

mucahitsimsek commented 3 months ago

I am not currently encountering such errors, I will open an issue when I encounter them again.