entry_kit 0.1.0
entry_kit: ^0.1.0 copied to clipboard
A production-ready authentication UI package. Decouples UI from logic with interfaces for Google & Apple auth.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add entry_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
entry_kit: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:entry_kit/entry_kit.dart';