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

Check possible bug #163

Closed andim27 closed 2 months ago

andim27 commented 2 months ago

Nylo ver ^5.32.6 if run: metro make:page my_page -c
Then bug: no any added items at Map<Type, BaseController> controllers = {}//decoders.dart

agordn52 commented 2 months ago

Hi @andim27,

You'll need to update it to final Map<Type, dynamic> modelDecoders = { https://github.com/nylo-core/nylo/blob/5.x/lib/config/decoders.dart

Hope that helps.