laokyc_logbottom 0.1.5 copy "laokyc_logbottom: ^0.1.5" to clipboard
laokyc_logbottom: ^0.1.5 copied to clipboard

discontinued
PlatformAndroidiOS

A new Flutter package project.

Features #

LaoKYC_Button Login is a Flutter package to help your client connect to your application via LaoKYC, this package developed by LaoKYC.

This Package will help you to provide an optional login for your client, who lack of an ability to registry with your application.

Installation #

Add the following code to your pubspec.yaml:

    dependencies:
        laokyc_logbottom: ^0.1.4

Usage #

Import the package

import ' package:laokyc_logbottom/laokyc_logbottom.dart '

Add your clienId, clientSecret, redirectUrl, route, lang and scope

LaoKYCButton( clienId = 'Your clientId', clientSecret = 'Your clientSecret', redirectUrl = 'Your redirectUrl', route = Your page after client login success lang = 'LA' or 'EN', //Choose between LA or EN for language to show Login dialog LA(Laos), EN(English) scope = 'This will be provide by LaoKYC', );

P.S All of this parameter will be provide by LaoKYC

Additional information #

Don't forget to config in android project

  • add the following code in build.gradle android project : defaultConfig { . . manifestPlaceholders = [ 'appAuthRedirectScheme': 'Your Redirect Url' ] }

  • add the following code in AndroidManifest.xml android project : in tag manifest

1
likes
90
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_appauth, flutter_spinkit, http, jwt_decoder, platform_device_id, shared_preferences, webview_flutter

More

Packages that depend on laokyc_logbottom