Last updated:
0 purchases
phoenix native
phoenix_native #
Restarts app using native methods (full Flutter engine restart)
Getting Started #
To install this package call
flutter pub add phoenix_native
copied to clipboard
or just add
phoenix_native: any
copied to clipboard
to your pubspec.yaml file
Usage #
Usage is pretty simple, just import
import "package:phoenix_native/phoenix_native.dart";
copied to clipboard
and call
PhoenixNative.restartApp();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.