entry_kit 0.0.7 copy "entry_kit: ^0.0.7" to clipboard
entry_kit: ^0.0.7 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 Dart:

 $ dart pub add entry_kit

With Flutter:

 $ flutter pub add entry_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  entry_kit: ^0.0.7

Alternatively, 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';
1
likes
0
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready authentication UI package. Decouples UI from logic with interfaces for Google & Apple auth.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter, flutter_bloc, flutter_svg, google_sign_in, sign_in_with_apple

More

Packages that depend on entry_kit