_private_auth_mobile 0.0.8 copy "_private_auth_mobile: ^0.0.8" to clipboard
_private_auth_mobile: ^0.0.8 copied to clipboard

discontinued
outdated

_private_auth_mobile

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add _private_auth_mobile

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

dependencies:
  _private_auth_mobile: ^0.0.8

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:_private_auth_mobile/auth_master.dart';
import 'package:_private_auth_mobile/auth_master/authenticate_screen.dart';
import 'package:_private_auth_mobile/auth_master/bloc/sign_in_bloc.dart';
import 'package:_private_auth_mobile/auth_master/bloc/sign_in_event.dart';
import 'package:_private_auth_mobile/auth_master/bloc/sign_in_state.dart';
import 'package:_private_auth_mobile/auth_master/widgets/widget_form.dart';
import 'package:_private_auth_mobile/auth_pro.dart';
import 'package:_private_auth_mobile/auth_pro/authenticate_screen.dart';
import 'package:_private_auth_mobile/auth_pro/bloc/sign_in_bloc.dart';
import 'package:_private_auth_mobile/auth_pro/bloc/sign_in_event.dart';
import 'package:_private_auth_mobile/auth_pro/bloc/sign_in_state.dart';
import 'package:_private_auth_mobile/auth_pro/widgets/widget_choose_maincat.dart';
import 'package:_private_auth_mobile/auth_pro/widgets/widget_choose_subcat.dart';
import 'package:_private_auth_mobile/auth_pro/widgets/widget_form.dart';
import 'package:_private_auth_mobile/auth_pro/widgets/widget_msg_error.dart';
import 'package:_private_auth_mobile/auth_user.dart';
import 'package:_private_auth_mobile/auth_user/authenticate_screen.dart';
import 'package:_private_auth_mobile/auth_user/bloc/sign_in_bloc.dart';
import 'package:_private_auth_mobile/auth_user/bloc/sign_in_event.dart';
import 'package:_private_auth_mobile/auth_user/bloc/sign_in_state.dart';
import 'package:_private_auth_mobile/auth_user/widgets/widget_form.dart';
import 'package:_private_auth_mobile/styles.dart';
import 'package:_private_auth_mobile/utils/utils.dart';
import 'package:_private_auth_mobile/widgets/animate_widgets.dart';
import 'package:_private_auth_mobile/widgets/widget_getstarted.dart';
import 'package:_private_auth_mobile/widgets/widget_inner_shadow.dart';
import 'package:_private_auth_mobile/widgets/widget_messages.dart';
import 'package:_private_auth_mobile/widgets/widget_timer.dart';
import 'package:_private_auth_mobile/widgets/widget_top_notification.dart';
import 'package:_private_auth_mobile/widgets/widget_top_sheet.dart';
import 'package:_private_auth_mobile/widgets/widget_video_background.dart';