Connectionstatusbar - Flutter connection status bar, widget that animates when internet connection changes

Overview

connection_status_bar

A widget that animates when internet connection changes

Getting Started

add it to your dependencies then use it anywhere on your app, usually in a widget that is on top of all of your widgets.

ConnectionStatusBar(
     height : 25, // double: default height
     width : double.maxFinite, // double: default width
     color : Colors.redAccent, // Color: default background color
     lookUpAddress : 'google.com', // String: default site to look up for checking internet connection
     endOffset : const Offset(0.0, 0.0), // Offset: default animation finish point offset
     beginOffset : const Offset(0.0, -1.0), // Offset: default animation start point offset
     animationDuration : const Duration(milliseconds: 200), // Duration: default animation duration
     // Text: default text
     title : const Text(
       'Please check your internet connection',
       style: TextStyle(color: Colors.white, fontSize: 14),
     ),
),
You might also like...

A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.

A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.

English | 简体中文 The official BottomAppBar can only display a notch FAB with an app bar, and sometimes we need a convex FAB. BottomAppBar and NotchShape

Dec 28, 2022

Flutter bottom nav bar plugin

Flutter bottom nav bar plugin

bottom_nav_bar An easy-to-use and clean bottom navigation bar. Preview 1 Preview 2 Preview 3 --------- Available Customization options BottomNavBar ic

May 26, 2022

Bottom Sheet Expandable Bar for Flutter

Bottom Sheet Expandable Bar for Flutter

Bottom Sheet Expandable Bar This package create a bottom navigation bar with the capability to show a bottom sheet. Instalation Include bottom_sheet_e

Oct 31, 2022

A beautiful navigation bar to use in flutter

A beautiful navigation bar to use in flutter

Beauty Navigation A beautiful navigation bar to use in flutter Inspired from the #dribbble shot by Mauricio Bucardo @m.bucardo Usage Add the Package i

Oct 26, 2021

A library of Flutter to add a new style in the navigation bar.

A library of Flutter to add a new style in the navigation bar.

Navigation Dot Bar Una libreria de Flutter, el cual agrega un BottomNavigationBar con un mejor estilo. Inspirada en la aplicacion "Reflectly" Como usa

Oct 17, 2022

A simple and beautiful animated app bar created with Flutter.

A simple and beautiful animated app bar created with Flutter.

Animated App Bar Flutter application showcasing the creation of an animated app bar. End Result Relevant YouTube Video https://youtu.be/SkkmoT_DZUA Ge

Jan 15, 2022

Custom bottom navigation bar with diamond icon in the middle.

Custom bottom navigation bar with diamond icon in the middle.

Pub.dev Scaled List Custom bottom navigation bar with diamond icon in the middle you can customize the number of items either be Five or three. Usage

Dec 21, 2022

Learn Flutter on Flutter! A widget directory with implementation samples!

Learn Flutter on Flutter! A widget directory with implementation samples!

Fludget Browse through a variety of widgets used in flutter This application is developed to learn Flutter using Flutter. Different widgets used in fl

Nov 23, 2022

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter. Need help? Please do not submit an issue for a "

Jan 4, 2023
Comments
  • Migrate from connectivity to connectivity_plus

    Migrate from connectivity to connectivity_plus

    The Flutter connectivity plugin has been deprecated.

    Per: https://pub.dev/packages/connectivity the Flutter team's recommendation is to migrate to the connectivity_plus plugin.

    This is an automated PR sent by LSCBot. LSCBot is a service that performs maintenance tasks across many repositories. To make sure you get all the maintenance help LSCBot has to offer - register your repository at lscbot.com.

    opened by lscbot 0
  • Unsupported operation: InternetAddress.lookup

    Unsupported operation: InternetAddress.lookup

    Hi,

    Just want to report that there is an issue with your widget on a web build of a flutter application. I can't seem to throw the error on an Android emulator so I am unsure if the issue is also happening on there.

    When I open the console in Chrome its throwing the following chrome.log

    I am working on application an application for mobile and web and id love to include your widget.

    opened by CathalButler 1
Owner
Amir Ghezelbash
I build things & sometimes break them as well, it depends 😬
Amir Ghezelbash
A app made with Flutter, which allows user to lookup time of any major city in the world. The UI also changes its background according to the time.

first_flutter_project A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Laksh Mittal 0 Oct 31, 2021
An app that records, changes, and plays audio.

voice_changer Voice Changer Application Getting Started This is an application that records, plays, and changes the properties of sound (like pitch an

Haidar 17 Oct 13, 2022
Tesla car app using Flutter that works both android and iOS. Users can unlock any door, check battery status also control the air cooler temperature and check the psi of the tires.

Tesla App Tesla car app using Flutter that works both android and iOS. Users can unlock any door, check battery status also control the air cooler tem

null 12 Dec 18, 2022
server status & toolbox app using Flutter

Server Monitor & Toolbox A new Flutter project which provide a chart view to display server status data. ScreenShots Milestone SSH connect Server info

Junyuan Feng 30 Dec 19, 2022
A Flutter Plugin to check Android device Root status and execute shell commands with root privileges

root plugin A Flutter Plugin to check Android device Root status and Run shell commands in android(only). This plugin is based on Topjohnwu libsu and

Gokulprasanth 12 Nov 15, 2022
This app is used to download whatsapp status photo and videos

This app is used to download whatsapp status photo and videos. you can upload this app in playstore as well. there are lot's of application available like WhatsApp Story Saver, Story Downloader for whatsapp.

Akram Chauhan 51 Nov 28, 2022
A Deep Learning Based Attendance System is a mobile application that aims to make it easier for lecturers to check the attendance status of students which are attending the course.

Attendance System / Flutter App A Deep Learning Based Attendance System is a mobile application that aims to make it easier for lecturers to check the

Merthan Kavak 11 Oct 24, 2022
Agent library for Internet Computer, in Dart

agent_dart An agent library built for Internet Computer, a plugin package for dart and flutter apps. Developers can build ones to interact with Dfinit

null 87 Dec 31, 2022
A Flutter plugin for handling Connectivity and REAL Connection state in the mobile, web and desktop platforms. Supports iOS, Android, Web, Windows, Linux and macOS.

cross_connectivity A Flutter plugin for handling Connectivity and REAL Connection state in the mobile, web and desktop platforms. Supports iOS, Androi

MarchDev Toolkit 29 Nov 15, 2022
Plugin to checker data connection network.

ci_connectivity OBS: For now we don't have IOS support Getting Started Flutter plugin for checking network connection. It is not just checking if you

Lucas Firmino 0 Nov 23, 2021