dakshsriv

Results 5 comments of dakshsriv

I tried your fixes, but now my program hangs: `[ 84%] Linking CXX executable DiscoveryEventSenderTest [ 84%] Built target DiscoveryEventSenderTest Scanning dependencies of target CapabilitiesDelegateTest [ 84%] Building CXX object...

The 'tag_cloud' to 'tags' method really helps, thanks!

Apparently, a 24th theme has broken down. twenty-pelican-html5up has worked horribly: [#10 on twenty-pelican-html5up](https://github.com/frankV/twenty-pelican-html5up/issues/10). Also, it's not pelican's fault that some themes are sub-maintained. It's the theme makers' fault.

Ok, here is a minimal reproducible code sample containing all dart files: main.dart: ``` import 'package:flutter/material.dart'; import 'package:frontend/screens/login.dart'; import 'package:frontend/screens/register.dart'; import 'package:frontend/screens/dashboard.dart'; void main() async { runApp(const Main()); } class...

Yes! I've solved the error. On the Dashboard widget, I apparently called Navigator before the build happened. Thanks for the help anyway!