Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 429 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 429 Bytes

phoenix_native

Restarts app using native methods (full Flutter engine restart)

Getting Started

To install this package call

    flutter pub add phoenix_native

or just add

    phoenix_native: any

to your pubspec.yaml file

Usage

Usage is pretty simple, just import

    import "package:phoenix_native/phoenix_native.dart";

and call

    PhoenixNative.restartApp();