Tag: Flutter web 3.0 app

  • Flutter web 3.0 blog app with Firebase, Provider

    While building the Flutter web 3.0 blog app with Firebase and Provider, we have faced some challenges. Firstly, we cannot hard code the blog posts anymore.  Secondly, we have to assure that only the signed-in visitors will post their blogs.  Finally, we will not use the multi provider technique. Instead we will use the ChangeNotifierProvider…