flutter_heyteacher_connectivity 2.1.2+136 copy "flutter_heyteacher_connectivity: ^2.1.2+136" to clipboard
flutter_heyteacher_connectivity: ^2.1.2+136 copied to clipboard

The flutter heyteacher package for connectivity utilities.

flutter_heyteacher_connectivity #

A Flutter package for managing and displaying connectivity status.

Features #

  • ConnectivityViewModel: Manages the connectivity state and logic.
  • ConnectivityCard: A reusable widget to display connectivity status.
  • Localization: Includes FlutterHeyteacherConnectivityLocalizations for internationalization support.

Installation #

Add the dependency to your pubspec.yaml:

dependencies:
  flutter_heyteacher_connectivity:

Usage #

Import the package and use the provided components:

import 'package:flutter_heyteacher_connectivity/connectivity.dart';

/// initialize `localizationsDelegates` with 
/// `FlutterHeyteacherConnectivityLocalizations.delegate`
MaterialApp(
      .
      .
      .
      .
      localizationsDelegates: const [
        FlutterHeyteacherConnectivityLocalizations.delegate,
      ]
);

// Use the connectivity card in your widget tree
const ConnectivityCard();
0
likes
0
points
8
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

The flutter heyteacher package for connectivity utilities.

Repository
View/report issues

Topics

#flutter #connectivity

Funding

Consider supporting this project:

liberapay.com

License

unknown (license)

Dependencies

connectivity_plus, flutter, flutter_heyteacher_views, flutter_localizations, intl, logging

More

Packages that depend on flutter_heyteacher_connectivity