native_crash 1.0.0 copy "native_crash: ^1.0.0" to clipboard
native_crash: ^1.0.0 copied to clipboard

Flutter plugin to simulate native crash. By calling crash it will crash the app.

native_crash #

A Flutter plugin to simulate native crash.

Getting Started #

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

dependencies:
  native_crash: latest

Usage #

import 'package:native_crash/native_crash.dart';

// Simulate a native crash.
void crash() {
  NativeCrash.crash();
}
3
likes
0
pub points
63%
popularity

Publisher

verified publisherkishormainali.com

Flutter plugin to simulate native crash. By calling crash it will crash the app.

Repository (GitHub)
View/report issues

Topics

#crash #native-crash #android #ios #runtime-crash

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_crash