page_not_found 0.0.2
page_not_found: ^0.0.2 copied to clipboard
This package helps developers create elegant Page Not Found screens to improve user experience when a requested resource or page is unavailable.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add page_not_found
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
page_not_found: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:page_not_found/page_not_found.dart';