Closed felipesses closed 2 years ago
Could you please try setting webRenderer to html as explained here https://github.com/iamSahdeep/seo_renderer#usage ?
@krokyze setting the script as mentioned in the link and running flutter run --web-renderer html
seems to work, thank you so much for your help!
Hello, I'm trying to fetch an list of names and it keeps getting error of index when using ListView or Column to map a List, here's the example page
Here's my RobotDetector widget, it seems to me that nothing is wrong with it
Error Message:
I'm using the Modular package for dependency injection by the way