entry_kit 0.0.5 copy "entry_kit: ^0.0.5" to clipboard
entry_kit: ^0.0.5 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_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.5

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, unopinionated authentication UI package for Flutter. Decouples UI from Logic with Google & Apple Auth support.

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