frontegg_mobile 0.0.1 copy "frontegg_mobile: ^0.0.1" to clipboard
frontegg_mobile: ^0.0.1 copied to clipboard

Frontegg is a web platform where SaaS companies can set up their fully managed, scalable and brand aware - SaaS features and integrate them into their SaaS portals in up to 5 lines of code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add frontegg_mobile

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

dependencies:
  frontegg_mobile: ^0.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:frontegg_mobile/auth/auth_api.dart';
import 'package:frontegg_mobile/auth/screens/forgot_password.dart';
import 'package:frontegg_mobile/auth/screens/login/login_code.dart';
import 'package:frontegg_mobile/auth/screens/login/login_common.dart';
import 'package:frontegg_mobile/auth/screens/login/login_password.dart';
import 'package:frontegg_mobile/auth/screens/mfa/mfa.dart';
import 'package:frontegg_mobile/auth/screens/mfa/recover_mfa.dart';
import 'package:frontegg_mobile/auth/screens/signup.dart';
import 'package:frontegg_mobile/auth/social_class.dart';
import 'package:frontegg_mobile/auth/widgets/input_field.dart';
import 'package:frontegg_mobile/auth/widgets/logo.dart';
import 'package:frontegg_mobile/auth/widgets/signup_button.dart';
import 'package:frontegg_mobile/auth/widgets/social_buttons.dart';
import 'package:frontegg_mobile/constants.dart';
import 'package:frontegg_mobile/frontegg.dart';
import 'package:frontegg_mobile/frontegg_class.dart';
import 'package:frontegg_mobile/frontegg_user.dart';
import 'package:frontegg_mobile/locatization.dart';
0
likes
100
pub points
0%
popularity

Publisher

verified publisherfrontegg.com

Frontegg is a web platform where SaaS companies can set up their fully managed, scalable and brand aware - SaaS features and integrate them into their SaaS portals in up to 5 lines of code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

aad_oauth, dio, firebase_auth_platform_interface, flutter, flutter_facebook_auth, flutter_svg, github_sign_in, google_sign_in, mockito, shared_preferences

More

Packages that depend on frontegg_mobile