device_restricted_auth 0.1.0 copy "device_restricted_auth: ^0.1.0" to clipboard
device_restricted_auth: ^0.1.0 copied to clipboard

Device-based login restriction for Flutter apps with Firebase (Android + Windows Desktop)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_restricted_auth

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

dependencies:
  device_restricted_auth: ^0.1.0

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:device_restricted_auth/device_restricted_auth.dart';
1
likes
150
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

Device-based login restriction for Flutter apps with Firebase (Android + Windows Desktop)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, device_info_plus, firebase_auth, firebase_core, flutter

More

Packages that depend on device_restricted_auth