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
- Host: GitHub
- URL: https://github.com/nylo-core/ny_auth_slate
- Owner: nylo-core
- License: mit
- Created: 2023-01-31T01:31:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T02:41:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T02:37:01.382Z (about 1 year ago)
- Topics: authentication, bolierplate
- Language: Dart
- Homepage: https://nylo.dev
- Size: 10.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.