schmucklicloud_auth 1.0.0 copy "schmucklicloud_auth: ^1.0.0" to clipboard
schmucklicloud_auth: ^1.0.0 copied to clipboard

The official schmuckliCloud Authentication SDK for Dart. Use this SDK if you want to install a fully functional authentication system in your apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add schmucklicloud_auth

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

dependencies:
  schmucklicloud_auth: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:schmucklicloud_auth/config.dart';
import 'package:schmucklicloud_auth/main.dart';
import 'package:schmucklicloud_auth/sCAuth.dart';
import 'package:schmucklicloud_auth/sCNotify.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publisherschmuckli.cloud

The official schmuckliCloud Authentication SDK for Dart. Use this SDK if you want to install a fully functional authentication system in your apps.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on schmucklicloud_auth