An open API service indexing awesome lists of open source software.

https://github.com/nylo-core/ny_auth_slate

Generates a boilerplate for authentication for Nylo projects
https://github.com/nylo-core/ny_auth_slate

authentication bolierplate

Last synced: 4 months ago
JSON representation

Generates a boilerplate for authentication for Nylo projects

Awesome Lists containing this project

README

          

# Auth Slate
Generates a boilerplate for authentication for Nylo projects.

### Getting Started #
In your flutter project add the dependency:

``` dart
dependencies:
...
ny_auth_slate: ^1.0.0
```

``` bash
flutter pub add ny_auth_slate
```

## Usage

Run the below command in your project.

``` bash
dart run ny_auth_slate:main publish:all
```

With Nylo

``` bash
metro slate:publish ny_auth_slate
```

## Requirements
* Dart >= 2.19.0
* Flutter >= 3.7.0

## Files generated:
- Pages
- Login
- Register
- Landing

## Licence

The MIT License (MIT). Please view the [License](https://github.com/nylo-core/ny_auth_slate/blob/main/licence) File for more information.