ny_auth_slate 1.0.0 ny_auth_slate: ^1.0.0 copied to clipboard
Slate package to quickly scaffold a login + register system.
Auth Slate #
Generates a boilerplate for authentication for Nylo projects.
Getting Started #
In your flutter project add the dependency:
dependencies:
...
ny_auth_slate: ^1.0.0
flutter pub add ny_auth_slate
Usage #
Run the below command in your project.
dart run ny_auth_slate:main publish:all
With Nylo
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 File for more information.