y_auth 0.0.1 copy "y_auth: ^0.0.1" to clipboard
y_auth: ^0.0.1 copied to clipboard

A Yesferal Auth package project.

Y Auth Project #

A Flutter package to handle the authentication

How this project was created? #

Set up Flutter #

export PATH="$PATH:./flutter/sdk/flutter/bin"

Create the flutter package #

First, run this Flutter command.

flutter create --template=package y_auth

Create the example Android & iOS package #

First, run this Flutter command in the y_auth package folder.

flutter create example --platforms=android,ios

Next, link the module with the example app. Import the library in example/pubspec.yaml.

y_auth:
    path: ../

After that, export the classes you want to share in lib/y_auth.dart:

export 'presentation/widget/passwordless_widget.dart';

You can now use passwordless_widget.dart in the example app.

0
likes
130
points
191
downloads

Publisher

unverified uploader

Weekly Downloads

A Yesferal Auth package project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

email_validator, flutter, http

More

Packages that depend on y_auth