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();
}
5
likes
0
points
1.89k
downloads

Publisher

verified publisherkishormainali.com

Weekly Downloads

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