Ashish Patidar
Ashish Patidar

Reputation: 97

Flutter Adding Account with AccountManager?

Query

I want to adding account with AccountManager in Flutter.

I have googled but I found in Android not in Flutter; I found flutter package: https://pub.dev/packages/account_manager_plugin

this package get all account but never to add new account.

any body help me...

Upvotes: 1

Views: 2158

Answers (1)

TWL
TWL

Reputation: 6664

Currently, there is no available plugin that has all the features of Android’s AccountManager. You’ll either have to dive into its source to jumpstart and create your own plugin, wait for one to be available, or integrate your own Android-specific code.

Upvotes: 0

Related Questions