app_essentials_auth 1.0.1 copy "app_essentials_auth: ^1.0.1" to clipboard
app_essentials_auth: ^1.0.1 copied to clipboard

Flutter App Essentials Auth is a comprehensive package that aims to accelerate app development by providing essential Authentication features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_essentials_auth

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

dependencies:
  app_essentials_auth: ^1.0.1

Alternatively, 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:app_essentials_auth/app_essentials_auth.dart';
1
likes
110
pub points
40%
popularity

Publisher

unverified uploader

Flutter App Essentials Auth is a comprehensive package that aims to accelerate app development by providing essential Authentication features.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

app_essentials, dio, dio_cache_interceptor, flutter, flutter_facebook_auth, get, google_sign_in, intl_phone_number_input, package_info_plus, sign_in_with_apple, sizer

More

Packages that depend on app_essentials_auth