Last updated:
0 purchases
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.