0.6.4 • Published 3 years ago

krikoo-capacitor v0.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

krikoo-capacitor

Set of Capacitor plugins compatible with Capacitor's plugins.

CONTENTS

Installation
Plugin Links

Installation

$ npm i krikoo-capacitor@latest

iOS configuration

There is no needed.

Android configuration

Open main activity project file located at:

app -> java -> com.domain.myapplication -> MainActivity

Import the following dependencies:

import com.krikoo.capacitor.datastorage.DataStorage;
import com.krikoo.capacitor.filepicker.FilePicker;
import com.krikoo.capacitor.opener.Opener;
import com.krikoo.capacitor.sharer.Sharer;

Add into this.init method the following classes:

add(DataStorage.class);
add(FilePicker.class);
add(Opener.class);
add(Sharer.class);

Plugin Links

Developing setup

TODO

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago