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

this package is for internet exception.

This package is for internet exception #

Features #

  • Only feature it has, to show internet exception

Getting started #

  • nothing needed to get started

Usage #

import 'package:flutter/material.dart';


import 'package:internet_exception/internet_exception.dart';class Example extends StatelessWidget {
  const Example({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(

        color: Colors.blue,
        title: 'MVVM with Getx Demo',
        theme: ThemeData(
          colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
          useMaterial3: true,
        ),
        home: const InternetException()
    );
  }
}

const  InternetException()

Additional information #

1
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

this package is for internet exception.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on internet_exception