custom_error_page 0.0.6 copy "custom_error_page: ^0.0.6" to clipboard
custom_error_page: ^0.0.6 copied to clipboard

A flutter plugin for custom error screens.

Custom Error Page #

Pub Version

This plugin for Flutter helps replace the red error screen with shown by default when an exception is thrown in a flutter application with a much friendly error screen.

Screen Record #

https://user-images.githubusercontent.com/32166619/170850379-d649668a-47a1-40c0-8c34-0fcf1f98c371.MP4

Getting Started #

Add this to your package's pubspec.yaml file:

dependencies:
  custom_error_page: ^0.0.6

Usage #

Then you just have to import the package with

import 'package:custom_error_page/custom_error_page.dart';

In order to intercept your error builder, add the custom error message to your main method.

void main() {
  CustomErrorPage.initialize();
  runApp(const MyApp());
}

Feedback #

Please feel free to give me any feedback helping support this plugin !

5
likes
80
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin for custom error screens.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, google_fonts, lottie, plugin_platform_interface

More

Packages that depend on custom_error_page