connectivity_service 0.0.1 copy "connectivity_service: ^0.0.1" to clipboard
connectivity_service: ^0.0.1 copied to clipboard

outdated

A new Flutter package project.

Features #

Coneectivity Service is for checking the internet connection using provider.

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  connectivity_service: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:connectivity_service/connectivity_service.dart';

Additional information #

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.