0 purchases
custom authentication system package
Custom Authentication System Package #
Features #
Metodo de authenticacion falso para pruebas de paquetes.
Getting started #
custom_authentication_system_package: ^0.0.1
copied to clipboard
Usage #
El uso se puede ver reflejado mejor en el example pero se deja una muestra aqui.
CustomAuthenticationSystemPackage package = CustomAuthenticationSystemPackage();
package.customAuthentication(
user: userCtrl.text,
password: passCtrl.text,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.