_private_auth_mobile 1.1.0+2
_private_auth_mobile: ^1.1.0+2 copied to clipboard
_private_auth_mobile
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add _private_auth_mobileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
_private_auth_mobile: ^1.1.0+2Alternatively, 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_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/styles.dart';
import 'package:_private_auth_mobile/text_ext.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_top_notification.dart';
import 'package:_private_auth_mobile/widgets/widget_video_background.dart';