entry_kit 0.0.3
entry_kit: ^0.0.3 copied to clipboard
A production-ready, unopinionated authentication UI package for Flutter. Decouples UI from Logic with Google & Apple Auth support.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add entry_kitWith Flutter:
$ flutter pub add entry_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
entry_kit: ^0.0.3Alternatively, your editor might support dart pub get or 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';