nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️
https://nylo.dev
MIT License
597 stars 61 forks source link

The method 'useErrorStack' isn't defined for the type 'Nylo'. #145

Closed beingnitesh closed 5 months ago

beingnitesh commented 5 months ago

Error (Xcode): lib/app/providers/app_provider.dart:32:10: Error: The method 'useErrorStack' isn't defined for the class 'Nylo'.

agordn52 commented 5 months ago

Hi @beingnitesh,

In your pubspec.yaml file, which version of nylo_framework are you using?

Try running flutter clean && flutter pub get

beingnitesh commented 5 months ago

it is 5.20.0

agordn52 commented 5 months ago

You'll need 5.27.4 to use error_stack

agordn52 commented 5 months ago

Closing, please ensure you are on 5.27.4+ to use error_stack