authentication_view 0.3.2 copy "authentication_view: ^0.3.2" to clipboard
authentication_view: ^0.3.2 copied to clipboard

outdated

A new Flutter package project for login and signups.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add authentication_view

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

dependencies:
  authentication_view: ^0.3.2

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:authentication_view/auth_colors.dart';
import 'package:authentication_view/button_style.dart';
import 'package:authentication_view/button_view.dart';
import 'package:authentication_view/field_icons.dart';
import 'package:authentication_view/field_style.dart';
import 'package:authentication_view/field_type.dart';
import 'package:authentication_view/login_view.dart';
import 'package:authentication_view/registration_view.dart';
import 'package:authentication_view/space.dart';
import 'package:authentication_view/text_form_field_view.dart';
import 'package:authentication_view/util.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project for login and signups.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on authentication_view