Auth Slate

Generates a boilerplate for authentication for Nylo projects.

Getting Started

In your flutter project add the dependency:

dependencies:
  ...
  ny_auth_slate: ^0.4.11
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 publish:slate ny_auth_slate

Requirements

  • Dart >= 2.19.0
  • Flutter >= 3.7.0

Files generated:

  • Pages
    • Login
    • Register
  • Widgets
    • Buttons
    • Text Fields

Licence

The MIT License (MIT). Please view the License File for more information.