#4 My Learnings: Checking Internet Connectivity of Device inside Flutter Application...

Intro Say we open our application, & start running it & after some time say the wifi network gets disconnected or there comes some network issue, & the internet stops working. The app is still running with the preloaded data but we could easily notic... https://therushdevs.hashnode.dev/4-my-learnings-checking-internet-connectivity-of-device-inside-flutter-application

Created 20d | May 15, 2024, 6:50:06 AM


Login to add comment

Other posts in this group

How to create Staggered Animation in Flutter: A Guide to Micro-interactions

A staggered animation consists of sequential or overlapping animations. The animation might be purely sequential, with one change occurring after the next, or it might partially or completely overlap.

Jun 3, 2024, 6:40:04 PM | Hashnode flutter
Open and Save PDF Files Locally in Flutter

TL;DR: Want to open and save PDF files locally in your Flutter app? Let’s easily do it with Syncfusion Flutter PDF Viewer. This blog covers creating a Flutter app, adding dependency packages, and impl

Jun 3, 2024, 11:50:03 AM | Hashnode flutter
Enhancing Your Flutter Project with Typesafe Packages

Introduction Flutter's popularity has surged thanks to its ability to build beautiful and performant cross-platform applications. Large projects with many teams and developers often face a lot errors

Jun 3, 2024, 9:30:12 AM | Hashnode flutter
Flutter with Supabase: Build Supercharged Apps With Real-time Functionality

The mobile app development world is evolving constantly, and there is a demand for frameworks that are not only robust but also efficient. One of the frameworks that have emerged as a popular choice f

Jun 3, 2024, 4:50:09 AM | Hashnode flutter
How Modularization in Flutter Helped Us Deliver Apps Faster

One fine day, our team gathered in the boardroom where the project lead briefed us on a new feature/sub-product we were introducing to our product, which we will call Feature X. Feature X is quite ext

Jun 2, 2024, 10:40:09 AM | Hashnode flutter
Flutter Riverpod Tutorial Part 7: Advanced Riverpod Patterns

In this tutorial we'll dive into advanced Riverpod patterns. Sections Covered:

Using the family Modifier

Using the AutoDispose Modifier

Keeping Providers Alive with keepAlive

Declaring Dependencie

Jun 2, 2024, 8:30:07 AM | Hashnode flutter
Streamline Your Flutter CI/CD: Integration Testing with Firebase Test Lab on GitHub Actions (Part 1)

Putting it Together: How Integration Testing Works Imagine your Flutter app is like a big machine with many parts. Integration testing is like running a test on the entire machine, not just individual

Jun 1, 2024, 6:50:03 PM | Hashnode flutter