-
-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FluentApp error while developing in debug #11
Comments
Can you please show the whole logs? |
Next time i get the error i will post the complete error. |
I never got this error. I'd like to know from what line it comes. |
This is the entire log: (I replaced the project name with PROJECT). Below the error message i posted the main.dart ════════ Exception caught by widgets library ═══════════════════════════════════ Widget creation tracking is currently disabled. Enabling it enables improved error messages. It can be enabled by passing class MyApp extends StatelessWidget { The MainPage is pretty much the same from the given example project with one "DatabaseEdit" and one SettingsPage. I hope this will help you :) |
Then it must be a problem in my main.dart file. I will have a look at it. |
From time to time i got the following error:
It seems that an"empty" constructor is missing.
A hot-reload resolves the problem but i think it should be possible to resolve this error entirely to not hot-reload each time.
The text was updated successfully, but these errors were encountered: