How to check network Connectivity in flutter

How to check network Connectivity in flutter

How to check network Connectivity in flutter – Checking a device’s network connectivity status is made simple using the Connectivity Flutter package. Accessing this information lets you know if the…

Read more »
A simple e-Commerce App with MVVM

A simple e-Commerce App with MVVM

Shop Bag A simple e-Commerce App with MVVM. Application Video shopbag.mp4 Libraries: Initialize the Flutter project, add all the necessary dependencies mentioned above in the pubspec.yaml configuration file and run…

Read more »
Simple News App Using BLOC State Management

Simple News App Using BLOC State Management

assignment_news_app Basic news app using BLOC as state management and offline functionality(Using HIVE). Packages Used connectivity_plus: ^2.3.4 dio: ^4.0.6 hive: ^2.2.2 hive_flutter: ^1.1.0 path_provider: ^2.0.11 bloc: ^8.0.3 flutter_bloc: ^8.0.1 responsive_framework:…

Read more »
Yummify: A Fully-functional Restaurant Menu App using Flutter

Yummify: A Fully-functional Restaurant Menu App using Flutter

Yummify Yummify is a fully-functional restaurant menu app to demonstrate how we can make a scalable, and maintainable app in an understandable manner using an MVVM inspired architecture in Flutter….

Read more »