view/app_statefulwidget library

Classes

AppStatefulWidget Get started App's Preferences Error handling
The widget passed to runApp(). The 'App' Stateful Widget. It's the StatefulWidget for the 'App' State object. extends the AppStatefulWidget found in the package, statex.
Connectivity
Discover network connectivity configurations: Distinguish between WI-FI and cellular, check WI-FI status and more.

Enums

ConnectivityResult
Connection status check result.

Typedefs

ErrorWidgetBuilder = Widget Function(FlutterErrorDetails flutterErrorDetails)
Error Screen Builder if an error occurs.