internet_exception

Last updated:

0 purchases

internet_exception Image
internet_exception Images
Add to Cart

Description:

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()
);
}
}

copied to clipboard
const InternetException()
copied to clipboard
Additional information #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.