make_app_endless_plugin 0.0.4 copy "make_app_endless_plugin: ^0.0.4" to clipboard
make_app_endless_plugin: ^0.0.4 copied to clipboard

A flutter plugin for running your flutter appplication even if it is removed from background and keeing all of your other plugin alive and active..

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add make_app_endless_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  make_app_endless_plugin: ^0.0.4

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:make_app_endless_plugin/make_app_endless_plugin.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin for running your flutter appplication even if it is removed from background and keeing all of your other plugin alive and active..

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on make_app_endless_plugin