cobi_flutter_share_android
The Android implementation of cobi_flutter_share
.
Usage
Import the package
This package has been endorsed, meaning that you only need to add cobi_flutter_share
as a dependency in your pubspec.yaml
. It will be automatically included in your app
when you depend on package:cobi_flutter_share
.
This is what the above means to your pubspec.yaml
:
...
dependencies:
...
cobi_flutter_share: ^1.0.0
...