pit_get_account 0.1.1 copy "pit_get_account: ^0.1.1" to clipboard
pit_get_account: ^0.1.1 copied to clipboard

Plugin to get account (only work for android), dont forget to granted permission first

PIT Get Account #

Use this Plugin for get Account Info, this plugin only work on android

Note: This plugin is still under development, and some Components might not be available yet or still has so many bugs.

Installation #

First, add pit_get_account as a dependency in your pubspec.yaml file.

pit_get_account: ^0.1.1

Important #

this plugin depends on other plugins, you must have a permission to use this plugin, you can use pit_permission plugin or other permission plugin.

You must add this permission in AndroidManifest.xml for Android

for read Contact = <uses-permission android:name="android.permission.READ_CONTACTS"/>

Example for Get Account Info #

    List<String> result = await PitGetAccount.getAccount();
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Plugin to get account (only work for android), dont forget to granted permission first

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on pit_get_account