modular_permission_contact 0.2.0 copy "modular_permission_contact: ^0.2.0" to clipboard
modular_permission_contact: ^0.2.0 copied to clipboard

discontinued

Contact permission plugin to be used with Modular Permissions.

modular_permission_contact #

Microphone permission plugin to be used with the Modular App Permissions plugin.

Plugin Information #

This plugin is not intended to be used on its own. It is designed to be used in the Modular App Permissions plugin. Using this plugin by itself will work but the developer is responsible for building the Dart interface.

Permission Definition #

  • Android: This plugin automatically includes the <uses-permission android:name="android.permission.READ_CONTACTS"/>.
    • If you want WRITE permission you must manually include <uses-permission android:name="android.permission.WRITE_CONTACTS"/> in your AndroidManifest.xml and in the example AndroidManifest.xml.
    • Then you must call checkWriteContactPermission or requestWriteContactPermission respectively.
  • iOS: Not currently supported

About #

modular_permission_contactis maintained and funded by UpTech Works, LLC, a software product, design & development consultancy.

We love open source software. See our other projects or hire us to design, develop, and grow your product.

1
likes
30
pub points
0%
popularity

Publisher

verified publisherupte.ch

Contact permission plugin to be used with Modular Permissions.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on modular_permission_contact