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

Issue in Nystate or may be in nypage #127

Closed jitendravn closed 6 months ago

jitendravn commented 6 months ago

'package:flutter/src/widgets/framework.dart': Failed assertion: line 5579 pos 12: 'state._element == null': is not true.

I have a bottom navigation.Having 4 menu when i click on 3rd menu and return back to 1st screen and again click on 3rd menu then I got this error

for as of now I using this code solve this @override _YourPageState createState() => _YourPageState();

agordn52 commented 6 months ago

Hi @jitendravn,

Since you have resolved this, I'll mark it complete.