hng_authentication 0.0.2 copy "hng_authentication: ^0.0.2" to clipboard
hng_authentication: ^0.0.2 copied to clipboard

outdated

An Authentication package used in hng_internship_10.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hng_authentication

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

dependencies:
  hng_authentication: ^0.0.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:hng_authentication/authentication.dart';
import 'package:hng_authentication/ui/authentication_form.dart';
import 'package:hng_authentication/ui/registration_form.dart';
import 'package:hng_authentication/widgets/rounded_bodered_box.dart';
import 'package:hng_authentication/widgets/rounded_bodered_dropdown.dart';
import 'package:hng_authentication/widgets/rounded_bordered_textfield.dart';
import 'package:hng_authentication/widgets/widget.dart';
6
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

An Authentication package used in hng_internship_10.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_fonts, http, mockito

More

Packages that depend on hng_authentication