Quantcast
Channel: How to create Stream Provider in flutter - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Viren V Varasadiya for How to create Stream Provider in flutter

You are calling directly Wrapper class.runApp(Wrapper());Instead do runApp(MyApp());

View Article



How to create Stream Provider in flutter

I've done many searches and nothing helped to get rid of the error.here is my code : main.dartclass MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images