mad2_login 1.0.3 copy "mad2_login: ^1.0.3" to clipboard
mad2_login: ^1.0.3 copied to clipboard

Login for JagHub.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mad2_login

With Flutter:

 $ flutter pub add mad2_login

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

dependencies:
  mad2_login: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mad2_login/authentication.dart';
import 'package:mad2_login/firebase_options.dart';
import 'package:mad2_login/google_sign_in_button.dart';
import 'package:mad2_login/main.dart';
import 'package:mad2_login/sign_in_screen.dart';